Searched refs:ehci_regs_t (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/usb/hcd/ehci/
H A Dehcid.h83 ehci_regs_t *ehci_regsp; /* Operational Regs */
205 ehci_regs_t ehci_polled_save_regs;
H A Dehci.h167 } ehci_regs_t; typedef in typeref:struct:ehci_regs
/illumos-gate/usr/src/uts/common/io/usb/hcd/ehci/
H A Dehci_util.c657 length + sizeof (ehci_regs_t), &attr,
667 ehcip->ehci_regsp = (ehci_regs_t *)
3677 ehci_regs_t *ehci_save_regs;
3693 ehci_save_regs = (ehci_regs_t *)
3694 kmem_zalloc(sizeof (ehci_regs_t), KM_NOSLEEP);
3793 kmem_free((void *) ehci_save_regs, sizeof (ehci_regs_t));
H A Dehci_polled.c960 ehci_regs_t *ehci_polled_regsp;
1010 bzero((void *)ehci_polled_regsp, sizeof (ehci_regs_t));
1318 ehci_regs_t *ehci_polled_regsp;

Completed in 80 milliseconds