Searched refs:act_high (Results 1 - 2 of 2) sorted by relevance

/linux-master/drivers/video/fbdev/omap2/omapfb/dss/
H A Ddispc.c2803 static void dispc_lcd_enable_signal_polarity(bool act_high) argument
2808 REG_FLD_MOD(DISPC_CONTROL, act_high ? 1 : 0, 29, 29);
/linux-master/drivers/gpu/drm/omapdrm/dss/
H A Ddispc.c2917 bool act_high)
2922 REG_FLD_MOD(dispc, DISPC_CONTROL, act_high ? 1 : 0, 29, 29);
2916 dispc_lcd_enable_signal_polarity(struct dispc_device *dispc, bool act_high) argument

Completed in 108 milliseconds