Searched refs:l2clk (Results 1 – 2 of 2) sorted by relevance
/openbmc/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 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()
|
/openbmc/linux/Documentation/devicetree/bindings/clock/ |
H A D | mvebu-core-clock.txt | 17 2 = l2clk (L2 Cache clock) 23 2 = l2clk (L2 Cache clock) 43 2 = l2clk (L2 Cache clock derived from CPU0 clock) 72 output names ("tclk", "cpuclk", "l2clk", "ddrclk")
|