Home
last modified time | relevance | path

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

/freebsd-9-stable/sys/dev/usb/controller/
Dohcireg.h113 #define OHCI_RH_PORT_STATUS(n) (0x50 + ((n)*4)) /* 1 based indexing */ macro
Dohci.c517 OREAD4(sc, OHCI_RH_PORT_STATUS(1)), in ohci_dumpregs()
518 OREAD4(sc, OHCI_RH_PORT_STATUS(2))); in ohci_dumpregs()
1616 if (OREAD4(sc, OHCI_RH_PORT_STATUS(i)) >> 16) { in ohci_root_intr()
2230 port = OHCI_RH_PORT_STATUS(index); in ohci_roothub_exec()
2315 v = OREAD4(sc, OHCI_RH_PORT_STATUS(index)); in ohci_roothub_exec()
2333 port = OHCI_RH_PORT_STATUS(index); in ohci_roothub_exec()