Lines Matching full:clkctrl
63 /* Documentation/devicetree/bindings/clock/ti-clkctrl.txt */
73 { "ti,clkctrl-l4-wkup", TI_CLKCTRL_L4_WKUP },
74 { "ti,clkctrl-l4-secure", TI_CLKCTRL_L4_SECURE },
75 { "ti,clkctrl-l4-per", TI_CLKCTRL_L4_PER },
76 { "ti,clkctrl-l4-cfg", TI_CLKCTRL_L4_CFG },
77 { "ti,clkctrl", TI_CLKCTRL },
105 device_set_desc(dev, "TI clkctrl"); in ti_clkctrl_probe()
168 /* Check if this is a clkctrl with special registers like gpio */ in ti_clkctrl_attach()
175 if (strcmp(org_name, "l4ls-clkctrl@38") == 0) in ti_clkctrl_attach()
177 else if (strcmp(org_name, "l4-wkup-clkctrl@0") == 0) in ti_clkctrl_attach()
193 /* Create special clkctrl for GDBCLK in GPIO registers */ in ti_clkctrl_attach()
296 /* Indicate this clkctrl is special and dont use IDLEST/MODULEMODE */ in create_clkctrl()
299 /* Make up an uniq name in the namespace for each clkctrl */ in create_clkctrl()
313 /* Register the clkctrl */ in create_clkctrl()