Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/arch/mips/mach-au1x00/
H A Dau1x00_usb_ohci.c851 #define WR_RH_PORTSTAT(x) {info("WR:portstatus[%d] %#8x", wIndex-1, (x));writel((x), &gohci.regs->r… macro
854 #define WR_RH_PORTSTAT(x) writel((x), &gohci.regs->roothub.portstatus[wIndex-1]) macro
955 WR_RH_PORTSTAT (RH_PS_CCS ); OK (0); in ohci_submit_rh_msg()
957 WR_RH_PORTSTAT (RH_PS_POCI); OK (0); in ohci_submit_rh_msg()
959 WR_RH_PORTSTAT (RH_PS_LSDA); OK (0); in ohci_submit_rh_msg()
961 WR_RH_PORTSTAT (RH_PS_CSC ); OK (0); in ohci_submit_rh_msg()
963 WR_RH_PORTSTAT (RH_PS_PESC); OK (0); in ohci_submit_rh_msg()
965 WR_RH_PORTSTAT (RH_PS_PSSC); OK (0); in ohci_submit_rh_msg()
967 WR_RH_PORTSTAT (RH_PS_OCIC); OK (0); in ohci_submit_rh_msg()
969 WR_RH_PORTSTAT (RH_PS_PRSC); OK (0); in ohci_submit_rh_msg()
[all …]
/OK3568_Linux_fs/u-boot/drivers/usb/host/
H A Dohci-hcd.c1209 #define WR_RH_PORTSTAT(x) {info("WR:portstatus[%d] %#8x", wIndex-1, \ macro
1213 #define WR_RH_PORTSTAT(x) ohci_writel((x), \ macro
1323 case (RH_PORT_ENABLE): WR_RH_PORTSTAT(RH_PS_CCS); OK(0); in ohci_submit_rh_msg()
1324 case (RH_PORT_SUSPEND): WR_RH_PORTSTAT(RH_PS_POCI); OK(0); in ohci_submit_rh_msg()
1325 case (RH_PORT_POWER): WR_RH_PORTSTAT(RH_PS_LSDA); OK(0); in ohci_submit_rh_msg()
1326 case (RH_C_PORT_CONNECTION): WR_RH_PORTSTAT(RH_PS_CSC); OK(0); in ohci_submit_rh_msg()
1327 case (RH_C_PORT_ENABLE): WR_RH_PORTSTAT(RH_PS_PESC); OK(0); in ohci_submit_rh_msg()
1328 case (RH_C_PORT_SUSPEND): WR_RH_PORTSTAT(RH_PS_PSSC); OK(0); in ohci_submit_rh_msg()
1329 case (RH_C_PORT_OVER_CURRENT):WR_RH_PORTSTAT(RH_PS_OCIC); OK(0); in ohci_submit_rh_msg()
1330 case (RH_C_PORT_RESET): WR_RH_PORTSTAT(RH_PS_PRSC); OK(0); in ohci_submit_rh_msg()
[all …]