Searched refs:APMU_CLK (Results 1 – 4 of 4) sorted by relevance
/linux-4.4.14/arch/arm/mach-mmp/ |
D | clock-pxa168.c | 58 static APMU_CLK(nand, NAND, 0x19b, 156000000); 59 static APMU_CLK(lcd, LCD, 0x7f, 312000000); 60 static APMU_CLK(eth, ETH, 0x09, 0); 61 static APMU_CLK(usb, USB, 0x12, 0);
|
D | clock-pxa910.c | 45 static APMU_CLK(nand, NAND, 0x19b, 156000000); 46 static APMU_CLK(u2o, USB, 0x1b, 480000000);
|
D | clock.h | 47 #define APMU_CLK(_name, _reg, _eval, _rate) \ macro
|
D | clock-mmp2.c | 83 static APMU_CLK(nand, NAND, 0xbf, 100000000);
|