Home
last modified time | relevance | path

Searched refs:DISPC_CONTROL2 (Results 1 – 3 of 3) sorted by relevance

/linux-3.4.99/arch/arm/mach-omap2/
Ddisplay.c39 #define DISPC_CONTROL2 0x0238 macro
268 v = omap_hwmod_read(oh, DISPC_CONTROL2); in dispc_disable_outputs()
307 v = omap_hwmod_read(oh, DISPC_CONTROL2); in dispc_disable_outputs()
309 omap_hwmod_write(v, oh, DISPC_CONTROL2); in dispc_disable_outputs()
/linux-3.4.99/drivers/video/omap2/dss/
Ddispc.c462 return REG_GET(DISPC_CONTROL2, bit, bit) == 1; in dispc_mgr_go_busy()
479 enable_bit = REG_GET(DISPC_CONTROL2, bit, bit) == 1; in dispc_mgr_go()
492 go_bit = REG_GET(DISPC_CONTROL2, bit, bit) == 1; in dispc_mgr_go()
505 REG_FLD_MOD(DISPC_CONTROL2, 1, bit, bit); in dispc_mgr_go()
1956 REG_FLD_MOD(DISPC_CONTROL2, enable ? 1 : 0, 0, 0); in _enable_lcd_out()
1958 dispc_read_reg(DISPC_CONTROL2); in _enable_lcd_out()
1976 REG_GET(DISPC_CONTROL2, 0, 0) : in dispc_mgr_enable_lcd_out()
2090 return !!REG_GET(DISPC_CONTROL2, 0, 0); in dispc_mgr_is_enabled()
2158 REG_FLD_MOD(DISPC_CONTROL2, mode, 3, 3); in dispc_mgr_set_lcd_display_type()
2247 REG_FLD_MOD(DISPC_CONTROL2, code, 9, 8); in dispc_mgr_set_tft_data_lines()
[all …]
Ddispc.h36 #define DISPC_CONTROL2 0x0238 macro