Home
last modified time | relevance | path

Searched refs:ccu_mux (Results 1 – 14 of 14) sorted by relevance

/linux-6.12.1/drivers/clk/sunxi-ng/
Dccu_mux.h42 struct ccu_mux { struct
52 struct ccu_mux _struct = { \ argument
93 struct ccu_mux _struct = { \
112 struct ccu_mux _struct = { \
124 static inline struct ccu_mux *hw_to_ccu_mux(struct clk_hw *hw) in hw_to_ccu_mux()
128 return container_of(common, struct ccu_mux, common); in hw_to_ccu_mux()
Dccu_mux.c212 struct ccu_mux *cm = hw_to_ccu_mux(hw); in ccu_mux_disable()
219 struct ccu_mux *cm = hw_to_ccu_mux(hw); in ccu_mux_enable()
226 struct ccu_mux *cm = hw_to_ccu_mux(hw); in ccu_mux_is_enabled()
233 struct ccu_mux *cm = hw_to_ccu_mux(hw); in ccu_mux_get_parent()
240 struct ccu_mux *cm = hw_to_ccu_mux(hw); in ccu_mux_set_parent()
248 struct ccu_mux *cm = hw_to_ccu_mux(hw); in ccu_mux_determine_rate()
259 struct ccu_mux *cm = hw_to_ccu_mux(hw); in ccu_mux_recalc_rate()
Dccu-sun6i-rtc.c211 static struct ccu_mux osc32k_clk = {
249 static struct ccu_mux rtc_32k_clk = {
264 static struct ccu_mux osc32k_fanout_clk = {
DMakefile14 sunxi-ccu-y += ccu_mux.o
Dccu-sun20i-d1.c646 static struct ccu_mux usb_ohci0_clk = {
664 static struct ccu_mux usb_ohci1_clk = {
Dccu-sun8i-v3s.c195 static struct ccu_mux ahb2_clk = {
Dccu-sun50i-a64.c280 static struct ccu_mux ahb2_clk = {
Dccu-sun8i-a83t.c279 static struct ccu_mux ahb2_clk = {
Dccu-sun50i-h616.c608 static struct ccu_mux hdmi_cec_clk = {
Dccu-sun5i.c180 static struct ccu_mux cpu_clk = {
Dccu-sun50i-h6.c672 static struct ccu_mux hdmi_cec_clk = {
Dccu-sun8i-h3.c199 static struct ccu_mux ahb2_clk = {
Dccu-sun4i-a10.c223 static struct ccu_mux cpu_clk = {
/linux-6.12.1/drivers/clk/thead/
Dclk-th1520-ap.c44 struct ccu_mux { struct
97 static inline struct ccu_mux *hw_to_ccu_mux(struct clk_hw *hw) in hw_to_ccu_mux()
101 return container_of(common, struct ccu_mux, common); in hw_to_ccu_mux()
417 static struct ccu_mux c910_i0_clk = {
434 static struct ccu_mux c910_clk = {
851 static struct ccu_mux uart_sclk = {
1017 struct ccu_mux *cm = hw_to_ccu_mux(&th1520_mux_clks[i]->hw); in th1520_clk_probe()