HomeSort by relevance Sort by last modified time
    Searched refs:DI1_COUNTER_RELEASE (Results 1 - 3 of 3) sorted by null

  /external/u-boot/drivers/video/
ipu_regs.h 88 DI1_COUNTER_RELEASE = 0x02000000,
ipu_common.c 373 disp_gen |= clk->id ? DI1_COUNTER_RELEASE : DI0_COUNTER_RELEASE;
382 disp_gen &= clk->id ? ~DI1_COUNTER_RELEASE : ~DI0_COUNTER_RELEASE;
    [all...]
ipu_disp.c 727 reg &= ~DI1_COUNTER_RELEASE;
    [all...]

Completed in 50 milliseconds