Searched refs:lofs (Results 1 – 1 of 1) sorted by relevance
/linux-6.1.9/drivers/gpu/drm/stm/ |
D | ltdc.c | 556 u32 lofs = plane->index * LAY_OFS, ret = PF_FLEXIBLE; in ltdc_set_flexible_pixel_format() local 596 regmap_write(ldev->regmap, LTDC_L1FPF0R + lofs, in ltdc_set_flexible_pixel_format() 599 regmap_write(ldev->regmap, LTDC_L1FPF1R + lofs, in ltdc_set_flexible_pixel_format() 619 u32 lofs = plane->index * LAY_OFS; in ltdc_set_ycbcr_config() local 658 regmap_write(ldev->regmap, LTDC_L1PCR + lofs, val); in ltdc_set_ycbcr_config() 667 u32 lofs = plane->index * LAY_OFS; in ltdc_set_ycbcr_coeffs() local 682 regmap_write(ldev->regmap, LTDC_L1CYR0R + lofs, in ltdc_set_ycbcr_coeffs() 684 regmap_write(ldev->regmap, LTDC_L1CYR1R + lofs, in ltdc_set_ycbcr_coeffs() 1266 u32 lofs = plane->index * LAY_OFS; in ltdc_plane_atomic_update() local 1300 regmap_write_bits(ldev->regmap, LTDC_L1WHPCR + lofs, in ltdc_plane_atomic_update() [all …]
|