Home
last modified time | relevance | path

Searched refs:ahb_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.c23 .ahb_gate_shift = 0,
38 .ahb_gate_shift = 1,
57 .ahb_gate_shift = 2,
130 if (de_clk_tbl[i].ahb_gate_shift < 32) { in __de_clk_enable()
134 SET_BITS(de_clk_tbl[i].ahb_gate_shift, 1, in __de_clk_enable()
202 if (de_clk_tbl[i].ahb_gate_shift < 32) { in __de_clk_disable()
206 SET_BITS(de_clk_tbl[i].ahb_gate_shift, 1, in __de_clk_disable()
A Dde_clock.h29 u32 ahb_gate_shift; member

Completed in 6 milliseconds