Lines Matching refs:clockdomain
222 static struct clockdomain mpu_3xxx_clkdm = {
231 static struct clockdomain mpu_am35x_clkdm = {
240 static struct clockdomain neon_clkdm = {
248 static struct clockdomain iva2_clkdm = {
257 static struct clockdomain gfx_3430es1_clkdm = {
266 static struct clockdomain sgx_clkdm = {
275 static struct clockdomain sgx_am35x_clkdm = {
291 static struct clockdomain d2d_clkdm = {
303 static struct clockdomain core_l3_3xxx_clkdm = {
316 static struct clockdomain core_l4_3xxx_clkdm = {
325 static struct clockdomain dss_3xxx_clkdm = {
335 static struct clockdomain dss_am35x_clkdm = {
345 static struct clockdomain cam_clkdm = {
354 static struct clockdomain usbhost_clkdm = {
363 static struct clockdomain usbhost_am35x_clkdm = {
372 static struct clockdomain per_clkdm = {
382 static struct clockdomain per_am35x_clkdm = {
392 static struct clockdomain emu_clkdm = {
400 static struct clockdomain dpll1_clkdm = {
405 static struct clockdomain dpll2_clkdm = {
410 static struct clockdomain dpll3_clkdm = {
415 static struct clockdomain dpll4_clkdm = {
420 static struct clockdomain dpll5_clkdm = {
454 static struct clockdomain *clockdomains_common[] __initdata = {
466 static struct clockdomain *clockdomains_omap3430[] __initdata = {
477 static struct clockdomain *clockdomains_omap3430es1[] __initdata = {
482 static struct clockdomain *clockdomains_omap3430es2plus[] __initdata = {
489 static struct clockdomain *clockdomains_am35x[] __initdata = {
501 struct clockdomain **sc; in omap3xxx_clockdomains_init()