Searched refs:DSI_CTRL (Results 1 – 2 of 2) sorted by relevance
/Linux-v5.10/drivers/gpu/drm/omapdrm/dss/ |
D | dsi.c | 57 #define DSI_CTRL DSI_REG(DSI_PROTO, 0x0040) macro 1170 REG_FLD_MOD(dsi, DSI_CTRL, enable, 0, 0); /* IF_EN */ in dsi_if_enable() 1172 if (!wait_for_bit_change(dsi, DSI_CTRL, 0, enable)) { in dsi_if_enable() 1548 DUMPREG(DSI_CTRL); in dsi_dump_dsi_regs() 3258 REG_FLD_MOD(dsi, DSI_CTRL, num_line_buffers, 13, 12); in dsi_config_vp_num_line_buffers() 3271 r = dsi_read_reg(dsi, DSI_CTRL); in dsi_config_vp_sync_events() 3279 dsi_write_reg(dsi, DSI_CTRL, r); in dsi_config_vp_sync_events() 3294 r = dsi_read_reg(dsi, DSI_CTRL); in dsi_config_blanking_modes() 3299 dsi_write_reg(dsi, DSI_CTRL, r); in dsi_config_blanking_modes() 3382 r = dsi_read_reg(dsi, DSI_CTRL); in dsi_config_cmd_mode_interleaving() [all …]
|
/Linux-v5.10/drivers/video/fbdev/omap2/omapfb/dss/ |
D | dsi.c | 56 #define DSI_CTRL DSI_REG(DSI_PROTO, 0x0040) macro 1220 REG_FLD_MOD(dsidev, DSI_CTRL, enable, 0, 0); /* IF_EN */ in dsi_if_enable() 1222 if (wait_for_bit_change(dsidev, DSI_CTRL, 0, enable) != enable) { in dsi_if_enable() 1655 DUMPREG(DSI_CTRL); in dsi_dump_dsidev_regs() 3332 REG_FLD_MOD(dsidev, DSI_CTRL, num_line_buffers, 13, 12); in dsi_config_vp_num_line_buffers() 3346 r = dsi_read_reg(dsidev, DSI_CTRL); in dsi_config_vp_sync_events() 3354 dsi_write_reg(dsidev, DSI_CTRL, r); in dsi_config_vp_sync_events() 3370 r = dsi_read_reg(dsidev, DSI_CTRL); in dsi_config_blanking_modes() 3375 dsi_write_reg(dsidev, DSI_CTRL, r); in dsi_config_blanking_modes() 3459 r = dsi_read_reg(dsidev, DSI_CTRL); in dsi_config_cmd_mode_interleaving() [all …]
|