Home
last modified time | relevance | path

Searched defs:ohci_regs (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/usb/hcd/openhci/
H A Dohci.h131 typedef volatile struct ohci_regs { struct
133 uint32_t hcr_revision; /* Specification version */
134 uint32_t hcr_control; /* Control information */
135 uint32_t hcr_cmd_status; /* Controller status */
136 uint32_t hcr_intr_status; /* Interrupt status register */
137 uint32_t hcr_intr_enable; /* Interrupt enable */
161 } ohci_regs_t; argument
/illumos-gate/usr/src/uts/common/sys/1394/adapters/
H A Dhci1394_ohci.h551 hci1394_regs_t *ohci_regs; member