Home
last modified time | relevance | path

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

/external/u-boot/drivers/video/imx/
Dipu_regs.h88 DI1_COUNTER_RELEASE = 0x02000000, enumerator
Dipu_common.c373 disp_gen |= clk->id ? DI1_COUNTER_RELEASE : DI0_COUNTER_RELEASE; in ipu_pixel_clk_enable()
382 disp_gen &= clk->id ? ~DI1_COUNTER_RELEASE : ~DI0_COUNTER_RELEASE; in ipu_pixel_clk_disable()
Dipu_disp.c727 reg &= ~DI1_COUNTER_RELEASE; in ipu_dp_dc_disable()