Searched refs:rp0 (Results 1 - 2 of 2) sorted by relevance

/linux-master/drivers/mtd/nand/
H A Decc-sw-hamming.c122 /* rp0..rp17 are the various accumulated parities (per byte) */
123 u32 rp0, rp1, rp2, rp3, rp4, rp5, rp6, rp7, rp8, rp9, rp10, rp11, rp12, local
249 * we also need to calculate the row parity for rp0..rp3
254 * rp1 rp0 rp1 rp0 in little endian and
255 * rp0 rp1 rp0 rp1 in big endian
274 /* reduce par to 16 bits then calculate rp1 and rp0 */
277 rp0 = (par >> 8) & 0xff;
281 rp0
[all...]
/linux-master/drivers/gpu/drm/i915/gt/
H A Dintel_rps.c1390 u32 val, rp0; local
1394 rp0 = (val & FB_GFX_MAX_FREQ_FUSE_MASK) >> FB_GFX_MAX_FREQ_FUSE_SHIFT;
1396 rp0 = min_t(u32, rp0, 0xea);
1398 return rp0;

Completed in 143 milliseconds