Searched refs:APMU_CLK_OPS (Results 1 – 2 of 2) sorted by relevance
/linux-2.6.39/arch/arm/mach-mmp/ |
D | mmp2.c | 154 static APMU_CLK_OPS(sdh0, SDH0, 0x1b, 200000000, &sdhc_clk_ops); 155 static APMU_CLK_OPS(sdh1, SDH1, 0x1b, 200000000, &sdhc_clk_ops); 156 static APMU_CLK_OPS(sdh2, SDH2, 0x1b, 200000000, &sdhc_clk_ops); 157 static APMU_CLK_OPS(sdh3, SDH3, 0x1b, 200000000, &sdhc_clk_ops);
|
D | clock.h | 54 #define APMU_CLK_OPS(_name, _reg, _eval, _rate, _ops) \ macro
|