Home
last modified time | relevance | path

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

/mirbsd/src/sys/dev/usb/
Dohcireg.h126 #define OHCI_RH_PORT_STATUS(n) (0x50 + (n)*4) /* 1 based indexing */ macro
Dohci.c1095 OREAD4(sc, OHCI_RH_PORT_STATUS(1)), in ohci_dumpregs()
1096 OREAD4(sc, OHCI_RH_PORT_STATUS(2)))); in ohci_dumpregs()
1590 if (OREAD4(sc, OHCI_RH_PORT_STATUS(i)) >> 16) in ohci_rhsc()
2544 port = OHCI_RH_PORT_STATUS(index); in ohci_root_ctrl_start()
2630 v = OREAD4(sc, OHCI_RH_PORT_STATUS(index)); in ohci_root_ctrl_start()
2649 port = OHCI_RH_PORT_STATUS(index); in ohci_root_ctrl_start()