Home
last modified time | relevance | path

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

/linux-4.4.14/arch/blackfin/include/asm/
Ddpmc.h43 #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)