Searched refs:BURST_MAX (Results 1 – 1 of 1) sorted by relevance
178 const u32 BURST_MAX = 0x80; variable680 u32 size = (count / BURST_MAX) * math::RoundUp(2 + 1 + BURST_MAX, 2); in CalcInstCommandCount()681 if (0 != count % BURST_MAX) in CalcInstCommandCount()683 size += math::RoundUp(2 + 1 + (count % BURST_MAX), 2); in CalcInstCommandCount()1126 const u32 writeCnt = math::Min(BURST_MAX, pkgHead.instCount - totalCnt); in InitializeCMD()1160 const u32 writeCnt = math::Min(BURST_MAX, pkgHead.swizzleCount - totalCnt); in InitializeCMD()