Searched refs:lofs (Results 1 – 1 of 1) sorted by relevance
/Linux-v6.6/drivers/gpu/drm/stm/ |
D | ltdc.c | 555 u32 lofs = plane->index * LAY_OFS, ret = PF_FLEXIBLE; in ltdc_set_flexible_pixel_format() local 595 regmap_write(ldev->regmap, LTDC_L1FPF0R + lofs, in ltdc_set_flexible_pixel_format() 598 regmap_write(ldev->regmap, LTDC_L1FPF1R + lofs, in ltdc_set_flexible_pixel_format() 618 u32 lofs = plane->index * LAY_OFS; in ltdc_set_ycbcr_config() local 657 regmap_write(ldev->regmap, LTDC_L1PCR + lofs, val); in ltdc_set_ycbcr_config() 666 u32 lofs = plane->index * LAY_OFS; in ltdc_set_ycbcr_coeffs() local 681 regmap_write(ldev->regmap, LTDC_L1CYR0R + lofs, in ltdc_set_ycbcr_coeffs() 683 regmap_write(ldev->regmap, LTDC_L1CYR1R + lofs, in ltdc_set_ycbcr_coeffs() 1267 u32 lofs = plane->index * LAY_OFS; in ltdc_plane_atomic_update() local 1301 regmap_write_bits(ldev->regmap, LTDC_L1WHPCR + lofs, in ltdc_plane_atomic_update() [all …]
|