Searched refs:DSI_CTRL (Results 1 – 2 of 2) sorted by relevance
/Linux-v4.19/drivers/video/fbdev/omap2/omapfb/dss/ |
D | dsi.c | 67 #define DSI_CTRL DSI_REG(DSI_PROTO, 0x0040) macro 1228 REG_FLD_MOD(dsidev, DSI_CTRL, enable, 0, 0); /* IF_EN */ in dsi_if_enable() 1230 if (wait_for_bit_change(dsidev, DSI_CTRL, 0, enable) != enable) { in dsi_if_enable() 1663 DUMPREG(DSI_CTRL); in dsi_dump_dsidev_regs() 3340 REG_FLD_MOD(dsidev, DSI_CTRL, num_line_buffers, 13, 12); in dsi_config_vp_num_line_buffers() 3354 r = dsi_read_reg(dsidev, DSI_CTRL); in dsi_config_vp_sync_events() 3362 dsi_write_reg(dsidev, DSI_CTRL, r); in dsi_config_vp_sync_events() 3378 r = dsi_read_reg(dsidev, DSI_CTRL); in dsi_config_blanking_modes() 3383 dsi_write_reg(dsidev, DSI_CTRL, r); in dsi_config_blanking_modes() 3467 r = dsi_read_reg(dsidev, DSI_CTRL); in dsi_config_cmd_mode_interleaving() [all …]
|
/Linux-v4.19/drivers/gpu/drm/omapdrm/dss/ |
D | dsi.c | 68 #define DSI_CTRL DSI_REG(DSI_PROTO, 0x0040) macro 1221 REG_FLD_MOD(dsi, DSI_CTRL, enable, 0, 0); /* IF_EN */ in dsi_if_enable() 1223 if (!wait_for_bit_change(dsi, DSI_CTRL, 0, enable)) { in dsi_if_enable() 1638 DUMPREG(DSI_CTRL); in dsi_dump_dsi_regs() 3362 REG_FLD_MOD(dsi, DSI_CTRL, num_line_buffers, 13, 12); in dsi_config_vp_num_line_buffers() 3375 r = dsi_read_reg(dsi, DSI_CTRL); in dsi_config_vp_sync_events() 3383 dsi_write_reg(dsi, DSI_CTRL, r); in dsi_config_vp_sync_events() 3398 r = dsi_read_reg(dsi, DSI_CTRL); in dsi_config_blanking_modes() 3403 dsi_write_reg(dsi, DSI_CTRL, r); in dsi_config_blanking_modes() 3486 r = dsi_read_reg(dsi, DSI_CTRL); in dsi_config_cmd_mode_interleaving() [all …]
|