Searched refs:ahb_gate_shift (Results 1 – 2 of 2) sorted by relevance
23 .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()
29 u32 ahb_gate_shift; member
Completed in 6 milliseconds