Searched refs:_PM_PUSH (Results 1 – 1 of 1) sorted by relevance
/linux-4.1.27/arch/blackfin/include/asm/ |
D | dpmc.h | 43 #define _PM_PUSH(n, x, w, base) PM_REG##n = w[FP + ((x) - (base))]; macro 49 #define PM_CORE_PUSH(n, x) _PM_PUSH(n, x, , COREMMR_BASE) 51 #define PM_SYS_PUSH(n, x) _PM_PUSH(n, x, , SYSMMR_BASE) 53 #define PM_SYS_PUSH16(n, x) _PM_PUSH(n, x, w, SYSMMR_BASE)
|