Searched refs:lofs (Results 1 – 1 of 1) sorted by relevance
| /linux/drivers/gpu/drm/stm/ |
| H A 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 683 regmap_write(ldev->regmap, LTDC_L1CYR0R + lofs, in ltdc_set_ycbcr_coeffs() 685 regmap_write(ldev->regmap, LTDC_L1CYR1R + lofs, in ltdc_set_ycbcr_coeffs() 1272 u32 lofs = plane->index * LAY_OFS; in ltdc_plane_atomic_update() local 1306 regmap_write_bits(ldev->regmap, LTDC_L1WHPCR + lofs, in ltdc_plane_atomic_update() [all …]
|