Home
last modified time | relevance | path

Searched refs:chipone_writeb (Results 1 – 1 of 1) sorted by relevance

/Linux-v6.1/drivers/gpu/drm/bridge/
Dchipone-icn6211.c245 static int chipone_writeb(struct chipone *icn, u8 reg, u8 val) in chipone_writeb() function
337 chipone_writeb(icn, PLL_CTRL(6), in chipone_configure_pll()
339 chipone_writeb(icn, PLL_REF_DIV, ref_div); in chipone_configure_pll()
340 chipone_writeb(icn, PLL_INT(0), best_m); in chipone_configure_pll()
373 chipone_writeb(icn, MIPI_CFG_PW, MIPI_CFG_PW_CONFIG_I2C); in chipone_atomic_enable()
375 chipone_writeb(icn, MIPI_CFG_PW, MIPI_CFG_PW_CONFIG_DSI); in chipone_atomic_enable()
377 chipone_writeb(icn, HACTIVE_LI, mode->hdisplay & 0xff); in chipone_atomic_enable()
379 chipone_writeb(icn, VACTIVE_LI, mode->vdisplay & 0xff); in chipone_atomic_enable()
385 chipone_writeb(icn, VACTIVE_HACTIVE_HI, in chipone_atomic_enable()
393 chipone_writeb(icn, HFP_LI, hfp & 0xff); in chipone_atomic_enable()
[all …]