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

  /device/linaro/bootloader/edk2/QuarkSocPkg/QuarkSouthCluster/Include/
I2cRegs.h 51 #define B_I2C_REG_CON_10BITADD_MASTER (BIT4) // 7-bit addressing (0) or 10-bit addressing (1)
  /device/linaro/bootloader/edk2/QuarkSocPkg/QuarkSouthCluster/Library/I2cLib/
I2cLib.c 347 Data &= ~B_I2C_REG_CON_10BITADD_MASTER;
349 Data |= B_I2C_REG_CON_10BITADD_MASTER;

Completed in 187 milliseconds