Home
last modified time | relevance | path

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

/external/u-boot/arch/mips/mach-au1x00/
Dau1x00_usb_ohci.c850 #define WR_RH_PORTSTAT(x) {info("WR:portstatus[%d] %#8x", wIndex-1, (x));writel((x), &gohci.regs->r… macro
853 #define WR_RH_PORTSTAT(x) writel((x), &gohci.regs->roothub.portstatus[wIndex-1]) macro
/external/u-boot/drivers/usb/host/
Dohci-hcd.c1205 #define WR_RH_PORTSTAT(x) {info("WR:portstatus[%d] %#8x", wIndex-1, \ macro
1209 #define WR_RH_PORTSTAT(x) ohci_writel((x), \ macro