Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/QuarkSocPkg/QuarkSouthCluster/Include/
DI2cRegs.h99 #define I2C_FIFO_SIZE 16 macro
/device/linaro/bootloader/edk2/QuarkSocPkg/QuarkSouthCluster/Library/I2cLib/
DI2cLib.c567 if (Length > I2C_FIFO_SIZE) { in WriteMultipleByte()
658 if (WriteLength > I2C_FIFO_SIZE || ReadLength > I2C_FIFO_SIZE) { in ReadMultipleByte()