Searched refs:RemainedCount (Results 1 – 1 of 1) sorted by relevance
202 uint16_t RemainedCount = 0U, ReqCount = 0U; in getHDMITX_EDIDBytes() local222 RemainedCount = Count; in getHDMITX_EDIDBytes()227 while (RemainedCount > 0U) in getHDMITX_EDIDBytes()229 ReqCount = (RemainedCount > DDC_FIFO_MAXREQ) ? DDC_FIFO_MAXREQ : RemainedCount; in getHDMITX_EDIDBytes()261 RemainedCount -= ReqCount; in getHDMITX_EDIDBytes()