Home
last modified time | relevance | path

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
/illumos-gate/usr/src/uts/common/io/usb/hcd/ehci/
H A Dehci_util.c658 length + sizeof (ehci_regs_t), &attr, in ehci_map_regs()
668 ehcip->ehci_regsp = (ehci_regs_t *) in ehci_map_regs()
3699 ehci_regs_t *ehci_save_regs; in ehci_do_soft_reset()
3715 ehci_save_regs = (ehci_regs_t *) in ehci_do_soft_reset()
3716 kmem_zalloc(sizeof (ehci_regs_t), KM_NOSLEEP); in ehci_do_soft_reset()
3815 kmem_free((void *) ehci_save_regs, sizeof (ehci_regs_t)); in ehci_do_soft_reset()
H A Dehci_polled.c960 ehci_regs_t *ehci_polled_regsp; in ehci_polled_save_state()
1010 bzero((void *)ehci_polled_regsp, sizeof (ehci_regs_t)); in ehci_polled_save_state()
1318 ehci_regs_t *ehci_polled_regsp; in ehci_polled_start_processing()