Lines Matching defs:unit
1364 u32 unit;
1367 unit = dispc->feat->buffer_size_unit;
1374 size *= unit;
1453 u32 unit;
1455 unit = dispc->feat->buffer_size_unit;
1457 WARN_ON(low % unit != 0);
1458 WARN_ON(high % unit != 0);
1460 low /= unit;
1461 high /= unit;
1471 lo_start, lo_end) * unit,
1473 hi_start, hi_end) * unit,
1474 low * unit, high * unit);
1590 u32 unit = dispc->feat->buffer_size_unit;
1601 low = size * 4 / 8 / unit;
1602 high = size * 5 / 8 / unit;
1609 u32 unit = dispc->feat->buffer_size_unit;
1620 low = size * 4 / 8 / unit;
1621 high = size * 5 / 8 / unit;
2106 * with 2 to match the 32 bit TILER unit size.