Home
last modified time | relevance | path

Searched refs:APMU_CLK_OPS (Results 1 – 2 of 2) sorted by relevance

/arch/arm/mach-mmp/
Dclock-mmp2.c86 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);
Dclock.h49 #define APMU_CLK_OPS(_name, _reg, _eval, _rate, _ops) \ macro