Home
last modified time | relevance | path

Searched refs:dram_gate_shift (Results 1 – 2 of 2) sorted by relevance

/bsp/allwinner/libraries/sunxi-hal/hal/source/disp2/disp/de/lowlevel_v2x/
A Dde_clock.c27 .dram_gate_shift = 32,
46 .dram_gate_shift = 32,
61 .dram_gate_shift = 32,
152 if (de_clk_tbl[i].dram_gate_shift < 32) { in __de_clk_enable()
157 SET_BITS(de_clk_tbl[i].dram_gate_shift, 1, in __de_clk_enable()
179 if (de_clk_tbl[i].dram_gate_shift < 32) { in __de_clk_disable()
184 SET_BITS(de_clk_tbl[i].dram_gate_shift, 1, in __de_clk_disable()
A Dde_clock.h33 u32 dram_gate_shift; member

Completed in 6 milliseconds