Home
last modified time | relevance | path

Searched refs:I2C_REG_RAW_INTR_STAT_STOP_DET (Results 1 – 2 of 2) sorted by relevance

/device/linaro/bootloader/edk2/QuarkSocPkg/QuarkSouthCluster/Include/
DI2cRegs.h66 #define I2C_REG_RAW_INTR_STAT_STOP_DET (BIT9) // Raw Interrupt Status Register STOP_DE… macro
/device/linaro/bootloader/edk2/QuarkSocPkg/QuarkSouthCluster/Library/I2cLib/
DI2cLib.c270 if ((Data & I2C_REG_RAW_INTR_STAT_STOP_DET) != 0) { in WaitForStopDet()