Searched refs:apb0_gate_parent (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-6.6/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);
|
/kernel/linux/linux-5.10/drivers/clk/sunxi-ng/ |
H A 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);
|
Completed in 2 milliseconds