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

  /device/linaro/bootloader/edk2/ArmPlatformPkg/Drivers/PL180MciDxe/
PL180Mci.c 38 return ((MmioRead32 (MCI_POWER_CONTROL_REG) & MCI_POWER_ON) == MCI_POWER_ON);
442 MmioWrite32 (MCI_POWER_CONTROL_REG, MCI_POWER_ROD | MCI_POWER_OPENDRAIN | (15<<2) | MCI_POWER_ON);
449 ASSERT ((MmioRead32 (MCI_POWER_CONTROL_REG) & 0x3) == MCI_POWER_ON);
PL180Mci.h 74 #define MCI_POWER_ON (BIT1 | BIT0)

Completed in 976 milliseconds