Searched refs:SUN4I_TCON0_IO_POL_REG (Results 1 – 3 of 3) sorted by relevance
/linux-6.12.1/drivers/gpu/drm/sun4i/ |
D | sun4i_tcon_dclk.c | 130 regmap_read(dclk->regmap, SUN4I_TCON0_IO_POL_REG, &val); in sun4i_dclk_get_phase() 145 regmap_update_bits(dclk->regmap, SUN4I_TCON0_IO_POL_REG, in sun4i_dclk_set_phase()
|
D | sun4i_tcon.h | 114 #define SUN4I_TCON0_IO_POL_REG 0x88 macro
|
D | sun4i_tcon.c | 494 regmap_write(tcon->regs, SUN4I_TCON0_IO_POL_REG, val); in sun4i_tcon0_mode_set_lvds() 582 regmap_update_bits(tcon->regs, SUN4I_TCON0_IO_POL_REG, in sun4i_tcon0_mode_set_rgb() 692 regmap_write(tcon->regs, SUN4I_TCON0_IO_POL_REG, val); in sun4i_tcon1_mode_set()
|