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