Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/drivers/video/drm/rk628/
H A Drk628_dsi.c208 dsi_base = dsi->id ? DSI1_BASE : DSI0_BASE; in dsi_write()
218 dsi_base = dsi->id ? DSI1_BASE : DSI0_BASE; in dsi_read()
229 dsi_base = dsi->id ? DSI1_BASE : DSI0_BASE; in dsi_update_bits()
299 dsi_base = dsi->id ? DSI1_BASE : DSI0_BASE; in genif_wait_w_pld_fifo_not_full()
318 dsi_base = dsi->id ? DSI1_BASE : DSI0_BASE; in genif_wait_cmd_fifo_not_full()
338 dsi_base = dsi->id ? DSI1_BASE : DSI0_BASE; in genif_wait_write_fifo_empty()
363 dsi_base = dsi->id ? DSI1_BASE : DSI0_BASE; in rk628_dsi_read_from_fifo()
1036 dsi_base = dsi->id ? DSI1_BASE : DSI0_BASE; in mipi_dphy_power_on()
H A Drk628_dsi.h12 #define DSI0_BASE 0x50000 macro