HomeSort by relevance Sort by last modified time
    Searched refs:HC_CONTROL (Results 1 - 4 of 4) sorted by null

  /device/linaro/bootloader/edk2/QuarkSocPkg/QuarkSouthCluster/Usb/Ohci/Dxe/
OhciReg.c 245 *(UINT32 *) &Control = OhciGetOperationalReg (Ohc->PciIo, HC_CONTROL);
275 Status = OhciSetOperationalReg (Ohc->PciIo, HC_CONTROL, &Control);
301 *(UINT32 *) &Control = OhciGetOperationalReg (Ohc->PciIo, HC_CONTROL);
OhciReg.h 138 #define HC_CONTROL 0x04
  /device/linaro/bootloader/edk2/QuarkSocPkg/QuarkSouthCluster/Usb/Ohci/Pei/
OhciReg.c 240 *(UINT32 *) &Control = OhciGetOperationalReg (Ohc, HC_CONTROL);
270 Status = OhciSetOperationalReg (Ohc, HC_CONTROL, (UINT32*)&Control);
296 *(UINT32 *) &Control = OhciGetOperationalReg (Ohc, HC_CONTROL);
OhciReg.h 138 #define HC_CONTROL 0x04

Completed in 1833 milliseconds