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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mach-pnx4008/
H A Dclock.c33 static struct clk hclk_ck; variable in typeref:struct:clk
366 if (rate == CLK_RATE_208MHZ && hclk_ck.user_rate == 1)
368 return (rate - (rate % (hclk_ck.user_rate * CLK_RATE_13MHZ)));
499 static struct clk hclk_ck = { variable in typeref:struct:clk
500 .name = "hclk_ck",
514 .propagate_next = &hclk_ck,
524 .parent = &hclk_ck,
586 .parent = &hclk_ck,
606 .parent = &hclk_ck,
616 .parent = &hclk_ck,
[all...]

Completed in 57 milliseconds