Home
last modified time | relevance | path

Searched refs:EHCI_PORTSC (Results 1 – 2 of 2) sorted by relevance

/NextBSD/sys/dev/usb/controller/
HDehcireg.h139 #define EHCI_PORTSC(n) (0x40+(4*(n))) /* RO, RW, RWC Port Status reg */ macro
HDehci.c688 EOREAD4(sc, EHCI_PORTSC(i))); in ehci_dump_regs()
2054 if (EOREAD4(sc, EHCI_PORTSC(i)) & EHCI_PS_CLEAR) { in ehci_root_intr()
3077 port = EHCI_PORTSC(index); in ehci_disown()
3237 port = EHCI_PORTSC(index); in ehci_roothub_exec()
3331 v = EOREAD4(sc, EHCI_PORTSC(index)); in ehci_roothub_exec()
3381 port = EHCI_PORTSC(index); in ehci_roothub_exec()