Searched refs:clk_parent_bus (Results 1 – 1 of 1) sorted by relevance
/linux/drivers/clk/sunxi-ng/ |
H A D | ccu-sun9i-a80-usb.c | 21 static const struct clk_parent_data clk_parent_bus[] = { variable 25 static SUNXI_CCU_GATE_DATA(bus_hci0_clk, "bus-hci0", clk_parent_bus, 0x0, BIT(1), 0); 27 static SUNXI_CCU_GATE_DATA(bus_hci1_clk, "bus-hci1", clk_parent_bus, 0x0, BIT(3), 0); 28 static SUNXI_CCU_GATE_DATA(bus_hci2_clk, "bus-hci2", clk_parent_bus, 0x0, BIT(5), 0);
|