Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/arch/mips/mach-au1x00/
H A Dau1x00_usb_ohci.c850 #define WR_RH_STAT(x) {info("WR:status %#8x", (x));writel((x), &gohci.regs->roothub.status);} macro
853 #define WR_RH_STAT(x) writel((x), &gohci.regs->roothub.status) macro
948 WR_RH_STAT(RH_HS_OCIC); OK (0); in ohci_submit_rh_msg()
1067 case RH_SET_CONFIGURATION: WR_RH_STAT (0x10000); OK (0); in ohci_submit_rh_msg()
/OK3568_Linux_fs/u-boot/drivers/usb/host/
H A Dohci-hcd.c1207 #define WR_RH_STAT(x) {info("WR:status %#8x", (x)); ohci_writel((x), \ macro
1212 #define WR_RH_STAT(x) ohci_writel((x), &ohci->regs->roothub.status) macro
1316 WR_RH_STAT(RH_HS_OCIC); in ohci_submit_rh_msg()
1437 WR_RH_STAT(0x10000); in ohci_submit_rh_msg()