Home
last modified time | relevance | path

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

/external/u-boot/arch/mips/mach-au1x00/
Dau1x00_usb_ohci.c849 #define WR_RH_STAT(x) {info("WR:status %#8x", (x));writel((x), &gohci.regs->roothub.status);} macro
852 #define WR_RH_STAT(x) writel((x), &gohci.regs->roothub.status) macro
/external/u-boot/drivers/usb/host/
Dohci-hcd.c1203 #define WR_RH_STAT(x) {info("WR:status %#8x", (x)); ohci_writel((x), \ macro
1208 #define WR_RH_STAT(x) ohci_writel((x), &ohci->regs->roothub.status) macro