Searched refs:_PM_POP (Results 1 – 1 of 1) sorted by relevance
/linux-4.1.27/arch/blackfin/include/asm/ |
D | dpmc.h | 44 #define _PM_POP(n, x, w, base) w[FP + ((x) - (base))] = PM_REG##n; macro 50 #define PM_CORE_POP(n, x) _PM_POP(n, x, , COREMMR_BASE) 52 #define PM_SYS_POP(n, x) _PM_POP(n, x, , SYSMMR_BASE) 54 #define PM_SYS_POP16(n, x) _PM_POP(n, x, w, SYSMMR_BASE)
|