Searched refs:pitch_in_bytes (Results 1 – 2 of 2) sorted by relevance
270 u32 pitch_in_bytes; in stm32_ltdc_set_layer1() local298 pitch_in_bytes = priv->crop_w * (bpp >> 3); in stm32_ltdc_set_layer1()301 val = (pitch_in_bytes << 16) | line_length; in stm32_ltdc_set_layer1()
1272 u32 val, pitch_in_bytes, line_length, line_number, ahbp, avbp, bpcr; in ltdc_plane_atomic_update() local1366 pitch_in_bytes = 0x10000 - fb->pitches[0]; in ltdc_plane_atomic_update()1368 pitch_in_bytes = fb->pitches[0]; in ltdc_plane_atomic_update()1370 val = (pitch_in_bytes << 16) | line_length; in ltdc_plane_atomic_update()1441 pitch_in_bytes = 0x10000 - fb->pitches[1]; in ltdc_plane_atomic_update()1443 pitch_in_bytes = fb->pitches[1]; in ltdc_plane_atomic_update()1449 val = (pitch_in_bytes << 16) | line_length; in ltdc_plane_atomic_update()