OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:HC_RH_STATUS
(Results
1 - 4
of
4
) sorted by null
/device/linaro/bootloader/edk2/QuarkSocPkg/QuarkSouthCluster/Usb/Ohci/Dxe/
OhciReg.c
1208
Status = OhciSetOperationalReg (Ohc->PciIo,
HC_RH_STATUS
, &RootHubStatus);
1234
*(UINT32 *) &RootHubStatus = OhciGetOperationalReg (Ohc->PciIo,
HC_RH_STATUS
);
OhciReg.h
169
#define
HC_RH_STATUS
0x50
/device/linaro/bootloader/edk2/QuarkSocPkg/QuarkSouthCluster/Usb/Ohci/Pei/
OhciReg.c
1203
Status = OhciSetOperationalReg (Ohc,
HC_RH_STATUS
, (UINT32*)&RootHubStatus);
1229
*(UINT32 *) &RootHubStatus = OhciGetOperationalReg (Ohc,
HC_RH_STATUS
);
OhciReg.h
169
#define
HC_RH_STATUS
0x50
Completed in 4325 milliseconds