Home
last modified time | relevance | path

Searched refs:DSI_CTRL (Results 1 – 4 of 4) sorted by relevance

/linux-5.19.10/drivers/gpu/drm/bridge/
Dchipone-icn6211.c97 #define DSI_CTRL 0x86 macro
400 chipone_writeb(icn, DSI_CTRL, in chipone_atomic_enable()
/linux-5.19.10/drivers/video/fbdev/omap2/omapfb/dss/
Ddsi.c56 #define DSI_CTRL DSI_REG(DSI_PROTO, 0x0040) macro
1219 REG_FLD_MOD(dsidev, DSI_CTRL, enable, 0, 0); /* IF_EN */ in dsi_if_enable()
1221 if (wait_for_bit_change(dsidev, DSI_CTRL, 0, enable) != enable) { in dsi_if_enable()
1654 DUMPREG(DSI_CTRL); in dsi_dump_dsidev_regs()
3329 REG_FLD_MOD(dsidev, DSI_CTRL, num_line_buffers, 13, 12); in dsi_config_vp_num_line_buffers()
3343 r = dsi_read_reg(dsidev, DSI_CTRL); in dsi_config_vp_sync_events()
3351 dsi_write_reg(dsidev, DSI_CTRL, r); in dsi_config_vp_sync_events()
3367 r = dsi_read_reg(dsidev, DSI_CTRL); in dsi_config_blanking_modes()
3372 dsi_write_reg(dsidev, DSI_CTRL, r); in dsi_config_blanking_modes()
3456 r = dsi_read_reg(dsidev, DSI_CTRL); in dsi_config_cmd_mode_interleaving()
[all …]
/linux-5.19.10/drivers/gpu/drm/omapdrm/dss/
Ddsi.c765 REG_FLD_MOD(dsi, DSI_CTRL, enable, 0, 0); /* IF_EN */ in dsi_if_enable()
767 if (!wait_for_bit_change(dsi, DSI_CTRL, 0, enable)) { in dsi_if_enable()
1143 DUMPREG(DSI_CTRL); in dsi_dump_dsi_regs()
2526 REG_FLD_MOD(dsi, DSI_CTRL, num_line_buffers, 13, 12); in dsi_config_vp_num_line_buffers()
2539 r = dsi_read_reg(dsi, DSI_CTRL); in dsi_config_vp_sync_events()
2547 dsi_write_reg(dsi, DSI_CTRL, r); in dsi_config_vp_sync_events()
2562 r = dsi_read_reg(dsi, DSI_CTRL); in dsi_config_blanking_modes()
2567 dsi_write_reg(dsi, DSI_CTRL, r); in dsi_config_blanking_modes()
2650 r = dsi_read_reg(dsi, DSI_CTRL); in dsi_config_cmd_mode_interleaving()
2784 r = dsi_read_reg(dsi, DSI_CTRL); in dsi_proto_config()
[all …]
Ddsi.h29 #define DSI_CTRL DSI_REG(DSI_PROTO, 0x0040) macro