Searched refs:dsi_base (Results 1 – 1 of 1) sorted by relevance
206 unsigned int dsi_base; in dsi_write() local208 dsi_base = dsi->id ? DSI1_BASE : DSI0_BASE; in dsi_write()210 return rk628_i2c_write(rk628, dsi_base + reg, val); in dsi_write()216 unsigned int dsi_base; in dsi_read() local218 dsi_base = dsi->id ? DSI1_BASE : DSI0_BASE; in dsi_read()220 return rk628_i2c_read(rk628, dsi_base + reg, val); in dsi_read()227 unsigned int dsi_base; in dsi_update_bits() local229 dsi_base = dsi->id ? DSI1_BASE : DSI0_BASE; in dsi_update_bits()231 return rk628_i2c_update_bits(rk628, dsi_base + reg, mask, val); in dsi_update_bits()297 unsigned int dsi_base; in genif_wait_w_pld_fifo_not_full() local[all …]