Searched refs:chipone_writeb (Results 1 – 1 of 1) sorted by relevance
/linux/drivers/gpu/drm/bridge/ |
H A D | chipone-icn6211.c | 245 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() 372 chipone_writeb(icn, MIPI_CFG_PW, MIPI_CFG_PW_CONFIG_I2C); in chipone_atomic_enable() 374 chipone_writeb(icn, MIPI_CFG_PW, MIPI_CFG_PW_CONFIG_DSI); in chipone_atomic_enable() 376 chipone_writeb(icn, HACTIVE_LI, mode->hdisplay & 0xff); in chipone_atomic_enable() 378 chipone_writeb(icn, VACTIVE_LI, mode->vdisplay & 0xff); in chipone_atomic_enable() 384 chipone_writeb(icn, VACTIVE_HACTIVE_HI, in chipone_atomic_enable() 392 chipone_writeb(ic in chipone_atomic_enable() [all...] |