Searched refs:apb0_gate_parent (Results 1 – 1 of 1) sorted by relevance
/drivers/clk/sunxi-ng/ |
D | ccu-sun8i-r.c | 61 static const struct clk_hw *apb0_gate_parent[] = { &apb0_clk.common.hw }; variable 63 apb0_gate_parent, 0x28, BIT(0), 0); 65 apb0_gate_parent, 0x28, BIT(1), 0); 67 apb0_gate_parent, 0x28, BIT(2), 0); 69 apb0_gate_parent, 0x28, BIT(3), 0); 71 apb0_gate_parent, 0x28, BIT(4), 0); 73 apb0_gate_parent, 0x28, BIT(6), 0); 75 apb0_gate_parent, 0x28, BIT(7), 0);
|