Searched refs:BURST_MAX (Results 1 – 1 of 1) sorted by relevance
176 const u32 BURST_MAX = 0x80; variable654 u32 size = (count / BURST_MAX) * math::RoundUp(2 + 1 + BURST_MAX, 2); in CalcInstCommandCount()655 if (0 != count % BURST_MAX) in CalcInstCommandCount()657 size += math::RoundUp(2 + 1 + (count % BURST_MAX), 2); in CalcInstCommandCount()1097 const u32 writeCnt = math::Min(BURST_MAX, pkgHead.instCount - totalCnt); in InitializeCMD()1131 const u32 writeCnt = math::Min(BURST_MAX, pkgHead.swizzleCount - totalCnt); in InitializeCMD()