Searched refs:bus_shift (Results 1 – 2 of 2) sorted by relevance
| /bsp/allwinner/libraries/sunxi-hal/hal/source/ccmu/sunxi/ |
| A D | clk_periph.c | 107 reg = SET_BITS(gate->bus_shift, 1, reg, 1); in __sunxi_clk_periph_enable_shared() 149 reg = SET_BITS(gate->bus_shift, 1, reg, 1); in __sunxi_clk_periph_enable() 221 state &= GET_BITS(gate->bus_shift, 1, reg); in sunxi_clk_periph_is_enabled() 285 reg = SET_BITS(gate->bus_shift, 1, reg, 0); in __sunxi_clk_periph_disable_shared() 329 reg = SET_BITS(gate->bus_shift, 1, reg, 0); in __sunxi_clk_periph_disable()
|
| A D | clk_periph.h | 64 … .bus_shift = _bus_gate_shift, \ 123 u8 bus_shift; member
|
Completed in 4 milliseconds