Searched refs:CK_3430ES1 (Results 1 – 2 of 2) sorted by relevance
/linux-2.6.39/arch/arm/plat-omap/include/plat/ |
D | clkdev_omap.h | 35 #define CK_3430ES1 (1 << 6) /* 34xxES1 only */ macro 44 #define CK_34XX (CK_3430ES1 | CK_3430ES2PLUS)
|
/linux-2.6.39/arch/arm/mach-omap2/ |
D | clock3xxx_data.c | 3272 CLK(NULL, "gfx_l3_ck", &gfx_l3_ck, CK_3430ES1), 3273 CLK(NULL, "gfx_l3_fck", &gfx_l3_fck, CK_3430ES1), 3274 CLK(NULL, "gfx_l3_ick", &gfx_l3_ick, CK_3430ES1), 3275 CLK(NULL, "gfx_cg1_ck", &gfx_cg1_ck, CK_3430ES1), 3276 CLK(NULL, "gfx_cg2_ck", &gfx_cg2_ck, CK_3430ES1), 3279 CLK(NULL, "d2d_26m_fck", &d2d_26m_fck, CK_3430ES1), 3308 CLK(NULL, "fshostusb_fck", &fshostusb_fck, CK_3430ES1), 3311 CLK(NULL, "ssi_ssr_fck", &ssi_ssr_fck_3430es1, CK_3430ES1), 3313 CLK(NULL, "ssi_sst_fck", &ssi_sst_fck_3430es1, CK_3430ES1), 3316 CLK("musb-omap2430", "ick", &hsotgusb_ick_3430es1, CK_3430ES1), [all …]
|