Searched refs:DISPC_CONTROL (Results 1 – 3 of 3) sorted by relevance
/linux-3.4.99/arch/arm/mach-omap2/ |
D | display.c | 38 #define DISPC_CONTROL 0x0040 macro 262 v = omap_hwmod_read(oh, DISPC_CONTROL); in dispc_disable_outputs() 301 v = omap_hwmod_read(oh, DISPC_CONTROL); in dispc_disable_outputs() 303 omap_hwmod_write(v, oh, DISPC_CONTROL); in dispc_disable_outputs()
|
/linux-3.4.99/drivers/video/omap2/dss/ |
D | dispc.c | 464 return REG_GET(DISPC_CONTROL, bit, bit) == 1; in dispc_mgr_go_busy() 481 enable_bit = REG_GET(DISPC_CONTROL, bit, bit) == 1; in dispc_mgr_go() 494 go_bit = REG_GET(DISPC_CONTROL, bit, bit) == 1; in dispc_mgr_go() 507 REG_FLD_MOD(DISPC_CONTROL, 1, bit, bit); in dispc_mgr_go() 1960 REG_FLD_MOD(DISPC_CONTROL, enable ? 1 : 0, 0, 0); in _enable_lcd_out() 1961 dispc_read_reg(DISPC_CONTROL); in _enable_lcd_out() 1977 REG_GET(DISPC_CONTROL, 0, 0); in dispc_mgr_enable_lcd_out() 2009 REG_FLD_MOD(DISPC_CONTROL, enable ? 1 : 0, 1, 1); in _enable_digit_out() 2011 dispc_read_reg(DISPC_CONTROL); in _enable_digit_out() 2022 if (REG_GET(DISPC_CONTROL, 1, 1) == enable) in dispc_mgr_enable_digit_out() [all …]
|
D | dispc.h | 30 #define DISPC_CONTROL 0x0040 macro
|