Home
last modified time | relevance | path

Searched defs: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
/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