Home
last modified time | relevance | path

Searched refs:DRDY (Results 1 – 8 of 8) sorted by relevance

/device/linaro/bootloader/edk2/IntelSiliconPkg/Include/IndustryStandard/
DIgdOpRegion.h64 UINT32 DRDY; ///< Offset 0x100 Driver Readiness member
/device/google/contexthub/firmware/os/drivers/st_acc44/
DREADME24 ST_ACC44_INT_PIN /* specify the gpio used for the DRDY irq */
/device/linaro/bootloader/edk2/Vlv2DeviceRefCodePkg/ValleyView2Soc/NorthCluster/Include/Protocol/
DIgdOpRegion.h100 UINT32 DRDY; // 0 Driver readiness member
/device/google/contexthub/firmware/os/drivers/st_mag40/
DREADME27 ST_MAG40_INT_PIN /* specify the gpio used for the DRDY irq */
/device/linaro/bootloader/edk2/Vlv2DeviceRefCodePkg/AcpiTablesPCAT/
DIgdOMOBF.ASL57 ;* References: DRDY (Driver ready status), ASLP (Driver recommended
64 If(LNot(DRDY))
72 // If DRDY is clear, the driver is not ready. If the return value is
75 Return(LNot(DRDY))
DIgdOpRn.ASL117 DRDY, 32, // Driver readiness (ACPI notification)
/device/linaro/bootloader/edk2/OptionRomPkg/AtapiPassThruDxe/
DAtapiPassThru.c3076 if ((StatusRegister & (DRDY | BSY)) == DRDY) { in StatusDRDYReady()
3156 if ((AltStatusRegister & (DRDY | BSY)) == DRDY) { in AltStatusDRDYReady()
DAtapiPassThru.h244 #define DRDY BIT6 ///< Drive Ready macro