Lines Matching refs:clockdomain
221 static struct clockdomain mpu_3xxx_clkdm = {
230 static struct clockdomain mpu_am35x_clkdm = {
239 static struct clockdomain neon_clkdm = {
247 static struct clockdomain iva2_clkdm = {
256 static struct clockdomain gfx_3430es1_clkdm = {
265 static struct clockdomain sgx_clkdm = {
274 static struct clockdomain sgx_am35x_clkdm = {
290 static struct clockdomain d2d_clkdm = {
302 static struct clockdomain core_l3_3xxx_clkdm = {
315 static struct clockdomain core_l4_3xxx_clkdm = {
324 static struct clockdomain dss_3xxx_clkdm = {
334 static struct clockdomain dss_am35x_clkdm = {
344 static struct clockdomain cam_clkdm = {
353 static struct clockdomain usbhost_clkdm = {
362 static struct clockdomain usbhost_am35x_clkdm = {
371 static struct clockdomain per_clkdm = {
381 static struct clockdomain per_am35x_clkdm = {
391 static struct clockdomain emu_clkdm = {
399 static struct clockdomain dpll1_clkdm = {
404 static struct clockdomain dpll2_clkdm = {
409 static struct clockdomain dpll3_clkdm = {
414 static struct clockdomain dpll4_clkdm = {
419 static struct clockdomain dpll5_clkdm = {
453 static struct clockdomain *clockdomains_common[] __initdata = {
465 static struct clockdomain *clockdomains_omap3430[] __initdata = {
476 static struct clockdomain *clockdomains_omap3430es1[] __initdata = {
481 static struct clockdomain *clockdomains_omap3430es2plus[] __initdata = {
488 static struct clockdomain *clockdomains_am35x[] __initdata = {
500 struct clockdomain **sc; in omap3xxx_clockdomains_init()