Searched refs:enb_shift (Results 1 – 2 of 2) sorted by relevance
| /bsp/allwinner/libraries/sunxi-hal/hal/source/ccmu/sunxi/ |
| A D | clk_periph.c | 115 reg = SET_BITS(gate->enb_shift, 1, reg, 1); in __sunxi_clk_periph_enable_shared() 160 reg = SET_BITS(gate->enb_shift, 1, reg, 1); in __sunxi_clk_periph_enable() 228 state &= GET_BITS(gate->enb_shift, 1, reg); in sunxi_clk_periph_is_enabled() 277 reg = SET_BITS(gate->enb_shift, 1, reg, 0); in __sunxi_clk_periph_disable_shared() 320 reg = SET_BITS(gate->enb_shift, 1, reg, 0); in __sunxi_clk_periph_disable()
|
| A D | clk_periph.h | 62 … .enb_shift = _enable_shift, \ 121 u8 enb_shift; member
|
Completed in 6 milliseconds