OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:WR_RH_PORTSTAT
(Results
1 - 2
of
2
) sorted by null
/external/u-boot/arch/mips/mach-au1x00/
au1x00_usb_ohci.c
850
#define
WR_RH_PORTSTAT
(x) {info("WR:portstatus[%d] %#8x", wIndex-1, (x));writel((x), &gohci.regs->roothub.portstatus[wIndex-1]);}
853
#define
WR_RH_PORTSTAT
(x) writel((x), &gohci.regs->roothub.portstatus[wIndex-1])
954
WR_RH_PORTSTAT
(RH_PS_CCS ); OK (0);
956
WR_RH_PORTSTAT
(RH_PS_POCI); OK (0);
958
WR_RH_PORTSTAT
(RH_PS_LSDA); OK (0);
960
WR_RH_PORTSTAT
(RH_PS_CSC ); OK (0);
962
WR_RH_PORTSTAT
(RH_PS_PESC); OK (0);
964
WR_RH_PORTSTAT
(RH_PS_PSSC); OK (0);
966
WR_RH_PORTSTAT
(RH_PS_OCIC); OK (0);
968
WR_RH_PORTSTAT
(RH_PS_PRSC); OK (0)
[
all
...]
/external/u-boot/drivers/usb/host/
ohci-hcd.c
[
all
...]
Completed in 171 milliseconds