Searched refs:apb0_gate_parent (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/drivers/clk/sunxi-ng/ |
H A D | ccu-sun8i-r.c | 62 static const struct clk_hw *apb0_gate_parent[] = { &apb0_clk.common.hw }; variable 64 apb0_gate_parent, 0x28, BIT(0), 0); 66 apb0_gate_parent, 0x28, BIT(1), 0); 68 apb0_gate_parent, 0x28, BIT(2), 0); 70 apb0_gate_parent, 0x28, BIT(3), 0); 72 apb0_gate_parent, 0x28, BIT(4), 0); 74 apb0_gate_parent, 0x28, BIT(6), 0); 76 apb0_gate_parent, 0x28, BIT(7), 0);
|