/kernel/linux/linux-5.10/drivers/gpu/drm/omapdrm/dss/ |
H A 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() 1554 DUMPREG(DSI_CTRL); in dsi_dump_dsi_regs() 3264 REG_FLD_MOD(dsi, DSI_CTRL, num_line_buffers, 13, 12); in dsi_config_vp_num_line_buffers() 3277 r = dsi_read_reg(dsi, DSI_CTRL); in dsi_config_vp_sync_events() 3285 dsi_write_reg(dsi, DSI_CTRL, r); in dsi_config_vp_sync_events() 3300 r = dsi_read_reg(dsi, DSI_CTRL); in dsi_config_blanking_modes() 3305 dsi_write_reg(dsi, DSI_CTRL, r); in dsi_config_blanking_modes() 3388 r = dsi_read_reg(dsi, DSI_CTRL); in dsi_config_cmd_mode_interleaving() [all...] |
/kernel/linux/linux-5.10/drivers/video/fbdev/omap2/omapfb/dss/ |
H A 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...] |
/kernel/linux/linux-6.6/drivers/video/fbdev/omap2/omapfb/dss/ |
H A D | dsi.c | 56 #define DSI_CTRL DSI_REG(DSI_PROTO, 0x0040) macro 1217 REG_FLD_MOD(dsidev, DSI_CTRL, enable, 0, 0); /* IF_EN */ in dsi_if_enable() 1219 if (wait_for_bit_change(dsidev, DSI_CTRL, 0, enable) != enable) { in dsi_if_enable() 1660 DUMPREG(DSI_CTRL); in dsi_dump_dsidev_regs() 3335 REG_FLD_MOD(dsidev, DSI_CTRL, num_line_buffers, 13, 12); in dsi_config_vp_num_line_buffers() 3349 r = dsi_read_reg(dsidev, DSI_CTRL); in dsi_config_vp_sync_events() 3357 dsi_write_reg(dsidev, DSI_CTRL, r); in dsi_config_vp_sync_events() 3373 r = dsi_read_reg(dsidev, DSI_CTRL); in dsi_config_blanking_modes() 3378 dsi_write_reg(dsidev, DSI_CTRL, r); in dsi_config_blanking_modes() 3462 r = dsi_read_reg(dsidev, DSI_CTRL); in dsi_config_cmd_mode_interleaving() [all...] |
/kernel/linux/linux-6.6/drivers/gpu/drm/omapdrm/dss/ |
H A D | dsi.h | 29 #define DSI_CTRL DSI_REG(DSI_PROTO, 0x0040) macro
|
H A D | dsi.c | 765 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...] |
/kernel/linux/linux-6.6/drivers/gpu/drm/bridge/ |
H A D | chipone-icn6211.c | 106 #define DSI_CTRL 0x86 macro 413 chipone_writeb(icn, DSI_CTRL, in chipone_atomic_enable()
|