Searched refs:DISPC_CONTROL (Results 1 – 5 of 5) sorted by relevance
/linux-6.3-rc2/arch/arm/mach-omap2/ |
A D | display.c | 35 #define DISPC_CONTROL 0x0040 macro 294 v = omap_hwmod_read(oh, DISPC_CONTROL); in dispc_disable_outputs() 341 v = omap_hwmod_read(oh, DISPC_CONTROL); in dispc_disable_outputs() 343 omap_hwmod_write(v, oh, DISPC_CONTROL); in dispc_disable_outputs()
|
/linux-6.3-rc2/drivers/video/fbdev/omap2/omapfb/dss/ |
A D | dispc.c | 174 [DISPC_MGR_FLD_ENABLE] = { DISPC_CONTROL, 0, 0 }, 175 [DISPC_MGR_FLD_STNTFT] = { DISPC_CONTROL, 3, 3 }, 176 [DISPC_MGR_FLD_GO] = { DISPC_CONTROL, 5, 5 }, 178 [DISPC_MGR_FLD_STALLMODE] = { DISPC_CONTROL, 11, 11 }, 191 [DISPC_MGR_FLD_ENABLE] = { DISPC_CONTROL, 1, 1 }, 193 [DISPC_MGR_FLD_GO] = { DISPC_CONTROL, 6, 6 }, 2816 REG_FLD_MOD(DISPC_CONTROL, enable ? 1 : 0, 28, 28); in dispc_lcd_enable_signal() 2824 REG_FLD_MOD(DISPC_CONTROL, enable ? 1 : 0, 27, 27); in dispc_pck_free_enable() 2938 l = dispc_read_reg(DISPC_CONTROL); in dispc_mgr_set_io_pad_mode() 2941 dispc_write_reg(DISPC_CONTROL, l); in dispc_mgr_set_io_pad_mode() [all …]
|
A D | dispc.h | 18 #define DISPC_CONTROL 0x0040 macro
|
/linux-6.3-rc2/drivers/gpu/drm/omapdrm/dss/ |
A D | dispc.c | 262 [DISPC_MGR_FLD_ENABLE] = { DISPC_CONTROL, 0, 0 }, 263 [DISPC_MGR_FLD_STNTFT] = { DISPC_CONTROL, 3, 3 }, 264 [DISPC_MGR_FLD_GO] = { DISPC_CONTROL, 5, 5 }, 265 [DISPC_MGR_FLD_TFTDATALINES] = { DISPC_CONTROL, 9, 8 }, 266 [DISPC_MGR_FLD_STALLMODE] = { DISPC_CONTROL, 11, 11 }, 285 [DISPC_MGR_FLD_ENABLE] = { DISPC_CONTROL, 1, 1 }, 287 [DISPC_MGR_FLD_GO] = { DISPC_CONTROL, 6, 6 }, 3064 l = dispc_read_reg(dispc, DISPC_CONTROL); in dispc_mgr_set_io_pad_mode() 3067 dispc_write_reg(dispc, DISPC_CONTROL, l); in dispc_mgr_set_io_pad_mode() 3259 REG_FLD_MOD(dispc, DISPC_CONTROL, in dispc_mgr_set_timings() [all …]
|
A D | dispc.h | 16 #define DISPC_CONTROL 0x0040 macro
|
Completed in 30 milliseconds