Searched refs:DSI_CTRL (Results 1 – 1 of 1) sorted by relevance
/linux-4.1.27/drivers/video/fbdev/omap2/dss/ |
D | dsi.c | 66 #define DSI_CTRL DSI_REG(DSI_PROTO, 0x0040) macro 1237 REG_FLD_MOD(dsidev, DSI_CTRL, enable, 0, 0); /* IF_EN */ in dsi_if_enable() 1239 if (wait_for_bit_change(dsidev, DSI_CTRL, 0, enable) != enable) { in dsi_if_enable() 1672 DUMPREG(DSI_CTRL); in dsi_dump_dsidev_regs() 3349 REG_FLD_MOD(dsidev, DSI_CTRL, num_line_buffers, 13, 12); in dsi_config_vp_num_line_buffers() 3363 r = dsi_read_reg(dsidev, DSI_CTRL); in dsi_config_vp_sync_events() 3371 dsi_write_reg(dsidev, DSI_CTRL, r); in dsi_config_vp_sync_events() 3387 r = dsi_read_reg(dsidev, DSI_CTRL); in dsi_config_blanking_modes() 3392 dsi_write_reg(dsidev, DSI_CTRL, r); in dsi_config_blanking_modes() 3476 r = dsi_read_reg(dsidev, DSI_CTRL); in dsi_config_cmd_mode_interleaving() [all …]
|