Home
last modified time | relevance | path

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

/openbmc/linux/drivers/edac/
H A Dppc4xx_edac.h21 #define PPC_REG_DECODE(bit, val) ((val) >> ((PPC_REG_BITS - 1) - (bit))) macro
65 #define SDRAM_BESR_M0ID_DECODE(n) PPC_REG_DECODE(3, n)
121 #define SDRAM_MBCF_SZ_DECODE(mbxcf) PPC_REG_DECODE(19, mbxcf)