ahbp              770 drivers/gpu/drm/stm/ltdc.c 	u32 val, pitch_in_bytes, line_length, paddr, ahbp, avbp, bpcr;
ahbp              791 drivers/gpu/drm/stm/ltdc.c 	ahbp = (bpcr & BPCR_AHBP) >> 16;
ahbp              795 drivers/gpu/drm/stm/ltdc.c 	val = ((x1 + 1 + ahbp) << 16) + (x0 + 1 + ahbp);