Lines Matching defs:unit
1374 u32 unit;
1377 unit = dispc->feat->buffer_size_unit;
1384 size *= unit;
1463 u32 unit;
1465 unit = dispc->feat->buffer_size_unit;
1467 WARN_ON(low % unit != 0);
1468 WARN_ON(high % unit != 0);
1470 low /= unit;
1471 high /= unit;
1481 lo_start, lo_end) * unit,
1483 hi_start, hi_end) * unit,
1484 low * unit, high * unit);
1600 u32 unit = dispc->feat->buffer_size_unit;
1611 low = size * 4 / 8 / unit;
1612 high = size * 5 / 8 / unit;
1619 u32 unit = dispc->feat->buffer_size_unit;
1630 low = size * 4 / 8 / unit;
1631 high = size * 5 / 8 / unit;
2115 * with 2 to match the 32 bit TILER unit size.