Searched refs:VREG (Results 1 – 1 of 1) sorted by relevance
/arch/arm/mach-msm/ |
D | vreg.c | 35 #define VREG(_name, _id, _status, _refcnt) \ macro 39 VREG("msma", 0, 0, 0), 40 VREG("msmp", 1, 0, 0), 41 VREG("msme1", 2, 0, 0), 42 VREG("msmc1", 3, 0, 0), 43 VREG("msmc2", 4, 0, 0), 44 VREG("gp3", 5, 0, 0), 45 VREG("msme2", 6, 0, 0), 46 VREG("gp4", 7, 0, 0), 47 VREG("gp1", 8, 0, 0), [all …]
|