Searched full:l2clk (Results 1 – 6 of 6) sorted by relevance
/linux/arch/arm/mach-mv78xx0/ |
H A D | common.c | 76 static void get_pclk_l2clk(int hclk, int core_index, int *pclk, int *l2clk) in get_pclk_l2clk() argument 81 * Core #0 PCLK/L2CLK is configured by bits [13:8], core #1 in get_pclk_l2clk() 82 * PCLK/L2CLK by bits [19:14]. in get_pclk_l2clk() 97 * Bits [13:12] ([19:18] for core #1) configure the PCLK:L2CLK in get_pclk_l2clk() 100 *l2clk = *pclk / (((cfg >> 4) & 3) + 1); in get_pclk_l2clk() 410 int l2clk; in mv78xx0_init() local 414 get_pclk_l2clk(hclk, core_index, &pclk, &l2clk); in mv78xx0_init() 419 printk("L2 = %dMHz, ", (l2clk + 499999) / 1000000); in mv78xx0_init()
|
/linux/drivers/clk/mvebu/ |
H A D | armada-38x.c | 72 { .id = A380_CPU_TO_L2, .name = "l2clk" },
|
H A D | dove.c | 77 { .id = DOVE_CPU_TO_L2, .name = "l2clk", },
|
H A D | armada-375.c | 88 { .id = A375_CPU_TO_L2, .name = "l2clk" },
|
H A D | kirkwood.c | 82 { .id = KIRKWOOD_CPU_TO_L2, .name = "l2clk", },
|
/linux/arch/powerpc/kernel/ |
H A D | l2cr_6xx.S | 58 - L2CLK set to 1:1
|