Lines Matching refs:clockdomain
169 static struct clockdomain mpu_3xxx_clkdm = {
178 static struct clockdomain neon_clkdm = {
186 static struct clockdomain iva2_clkdm = {
195 static struct clockdomain gfx_3430es1_clkdm = {
204 static struct clockdomain sgx_clkdm = {
220 static struct clockdomain d2d_clkdm = {
232 static struct clockdomain core_l3_3xxx_clkdm = {
245 static struct clockdomain core_l4_3xxx_clkdm = {
254 static struct clockdomain dss_3xxx_clkdm = {
264 static struct clockdomain cam_clkdm = {
273 static struct clockdomain usbhost_clkdm = {
282 static struct clockdomain per_clkdm = {
296 static struct clockdomain emu_clkdm = {
303 static struct clockdomain dpll1_clkdm = {
308 static struct clockdomain dpll2_clkdm = {
313 static struct clockdomain dpll3_clkdm = {
318 static struct clockdomain dpll4_clkdm = {
323 static struct clockdomain dpll5_clkdm = {
348 static struct clockdomain *clockdomains_omap3430_common[] __initdata = {
369 static struct clockdomain *clockdomains_omap3430es1[] __initdata = {
374 static struct clockdomain *clockdomains_omap3430es2plus[] __initdata = {
383 struct clockdomain **sc; in omap3xxx_clockdomains_init()