Searched refs:ReqCount (Results 1 – 1 of 1) sorted by relevance
202 uint16_t RemainedCount = 0U, ReqCount = 0U; in getHDMITX_EDIDBytes() local229 ReqCount = (RemainedCount > DDC_FIFO_MAXREQ) ? DDC_FIFO_MAXREQ : RemainedCount; in getHDMITX_EDIDBytes()230 …_PRINTF("getHDMITX_EDIDBytes(): ReqCount = %d,bCurrOffset = %d\n", (int)ReqCount, (int)bCurrOffset… in getHDMITX_EDIDBytes()256 HDMITX_WriteI2C_Byte(handle, HDMI_TX_SYS_DDC_CTRL_REG13, (uint8_t)ReqCount); in getHDMITX_EDIDBytes()260 bCurrOffset += (uint8_t)ReqCount; in getHDMITX_EDIDBytes()261 RemainedCount -= ReqCount; in getHDMITX_EDIDBytes()288 ReqCount--; in getHDMITX_EDIDBytes()289 } while (ReqCount > 0U); in getHDMITX_EDIDBytes()