Lines Matching refs:dsi_base

203 	unsigned int dsi_base;  in dsi_write()  local
205 dsi_base = dsi->id ? DSI1_BASE : DSI0_BASE; in dsi_write()
207 return rk628_i2c_write(rk628, dsi_base + reg, val); in dsi_write()
213 unsigned int dsi_base; in dsi_read() local
215 dsi_base = dsi->id ? DSI1_BASE : DSI0_BASE; in dsi_read()
217 return rk628_i2c_read(rk628, dsi_base + reg, val); in dsi_read()
224 unsigned int dsi_base; in dsi_update_bits() local
226 dsi_base = dsi->id ? DSI1_BASE : DSI0_BASE; in dsi_update_bits()
228 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
300 dsi_base = dsi->id ? DSI1_BASE : DSI0_BASE; in genif_wait_w_pld_fifo_not_full()
303 dsi_base + DSI_CMD_PKT_STATUS, in genif_wait_w_pld_fifo_not_full()
320 unsigned int dsi_base; in genif_wait_cmd_fifo_not_full() local
323 dsi_base = dsi->id ? DSI1_BASE : DSI0_BASE; in genif_wait_cmd_fifo_not_full()
326 dsi_base + DSI_CMD_PKT_STATUS, in genif_wait_cmd_fifo_not_full()
343 unsigned int dsi_base; in genif_wait_write_fifo_empty() local
346 dsi_base = dsi->id ? DSI1_BASE : DSI0_BASE; in genif_wait_write_fifo_empty()
351 dsi_base + DSI_CMD_PKT_STATUS, in genif_wait_write_fifo_empty()
373 unsigned int dsi_base; in rk628_dsi_read_from_fifo() local
376 dsi_base = dsi->id ? DSI1_BASE : DSI0_BASE; in rk628_dsi_read_from_fifo()
379 dsi_base + DSI_CMD_PKT_STATUS, in rk628_dsi_read_from_fifo()
976 unsigned int dsi_base; in mipi_dphy_power_on() local
981 dsi_base = dsi->id ? DSI1_BASE : DSI0_BASE; in mipi_dphy_power_on()
1009 dsi_base + DSI_PHY_STATUS, in mipi_dphy_power_on()
1018 dsi_base + DSI_PHY_STATUS, in mipi_dphy_power_on()