Home
last modified time | relevance | path

Searched refs:DISPC_CONTROL (Results 1 – 5 of 5) sorted by relevance

/linux-6.1.9/arch/arm/mach-omap2/
Ddisplay.c35 #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.1.9/drivers/video/fbdev/omap2/omapfb/dss/
Ddispc.c174 [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 },
177 [DISPC_MGR_FLD_TFTDATALINES] = { DISPC_CONTROL, 9, 8 },
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 },
270 const bool need_lock = rfld.reg == DISPC_CONTROL || rfld.reg == DISPC_CONFIG; in mgr_fld_write()
2808 REG_FLD_MOD(DISPC_CONTROL, act_high ? 1 : 0, 29, 29); in dispc_lcd_enable_signal_polarity()
2816 REG_FLD_MOD(DISPC_CONTROL, enable ? 1 : 0, 28, 28); in dispc_lcd_enable_signal()
[all …]
Ddispc.h18 #define DISPC_CONTROL 0x0040 macro
/linux-6.1.9/drivers/gpu/drm/omapdrm/dss/
Ddispc.c262 [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 },
2927 REG_FLD_MOD(dispc, DISPC_CONTROL, act_high ? 1 : 0, 29, 29); in dispc_lcd_enable_signal_polarity()
2935 REG_FLD_MOD(dispc, DISPC_CONTROL, enable ? 1 : 0, 28, 28); in dispc_lcd_enable_signal()
2943 REG_FLD_MOD(dispc, DISPC_CONTROL, enable ? 1 : 0, 27, 27); in dispc_pck_free_enable()
[all …]
Ddispc.h16 #define DISPC_CONTROL 0x0040 macro