Searched refs:get_rate_ahb (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mach-mx3/
H A Dclock-imx35.c163 static unsigned long get_rate_ahb(struct clk *clk) function
176 return get_rate_ahb(NULL) >> 1;
295 return get_rate_ahb(NULL) / (div + 1);
385 DEFINE_CLOCK(mlb_clk, 0, CCM_CGR1, 22, get_rate_ahb, NULL);
392 DEFINE_CLOCK(rtic_clk, 0, CCM_CGR2, 2, get_rate_ahb, NULL);
411 DEFINE_CLOCK(usbahb_clk, 0, 0, 0, get_rate_ahb, NULL);
428 return get_rate_ahb(NULL) / div1;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mach-mx25/
H A Dclock.c80 static unsigned long get_rate_ahb(struct clk *clk) function
89 return get_rate_ahb(NULL) >> 1;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mach-imx/
H A Dclock-imx27.c388 static unsigned long get_rate_ahb(struct clk *clk) function
462 .get_rate = get_rate_ahb,

Completed in 101 milliseconds