Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/video/fbdev/omap2/omapfb/dss/
Ddsi.c57 #define DSI_CTRL DSI_REG(DSI_PROTO, 0x0040) macro
1218 REG_FLD_MOD(dsidev, DSI_CTRL, enable, 0, 0); /* IF_EN */ in dsi_if_enable()
1220 if (wait_for_bit_change(dsidev, DSI_CTRL, 0, enable) != enable) { in dsi_if_enable()
1661 DUMPREG(DSI_CTRL); in dsi_dump_dsidev_regs()
3336 REG_FLD_MOD(dsidev, DSI_CTRL, num_line_buffers, 13, 12); in dsi_config_vp_num_line_buffers()
3350 r = dsi_read_reg(dsidev, DSI_CTRL); in dsi_config_vp_sync_events()
3358 dsi_write_reg(dsidev, DSI_CTRL, r); in dsi_config_vp_sync_events()
3374 r = dsi_read_reg(dsidev, DSI_CTRL); in dsi_config_blanking_modes()
3379 dsi_write_reg(dsidev, DSI_CTRL, r); in dsi_config_blanking_modes()
3463 r = dsi_read_reg(dsidev, DSI_CTRL); in dsi_config_cmd_mode_interleaving()
[all …]
/linux-6.12.1/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()
1149 DUMPREG(DSI_CTRL); in dsi_dump_dsi_regs()
2532 REG_FLD_MOD(dsi, DSI_CTRL, num_line_buffers, 13, 12); in dsi_config_vp_num_line_buffers()
2545 r = dsi_read_reg(dsi, DSI_CTRL); in dsi_config_vp_sync_events()
2553 dsi_write_reg(dsi, DSI_CTRL, r); in dsi_config_vp_sync_events()
2568 r = dsi_read_reg(dsi, DSI_CTRL); in dsi_config_blanking_modes()
2573 dsi_write_reg(dsi, DSI_CTRL, r); in dsi_config_blanking_modes()
2656 r = dsi_read_reg(dsi, DSI_CTRL); in dsi_config_cmd_mode_interleaving()
2790 r = dsi_read_reg(dsi, DSI_CTRL); in dsi_proto_config()
[all …]
Ddsi.h29 #define DSI_CTRL DSI_REG(DSI_PROTO, 0x0040) macro
/linux-6.12.1/drivers/gpu/drm/bridge/
Dchipone-icn6211.c106 #define DSI_CTRL 0x86 macro
413 chipone_writeb(icn, DSI_CTRL, in chipone_atomic_enable()