Searched refs:__mfdcri (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/arch/powerpc/include/asm/ |
H A D | dcr-native.h | 78 static inline unsigned __mfdcri(int base_addr, int base_data, int reg) in __mfdcri() function 130 #define mfdcri(base, reg) __mfdcri(DCRN_ ## base ## _CONFIG_ADDR, \
|
/kernel/linux/linux-6.6/arch/powerpc/include/asm/ |
H A D | dcr-native.h | 78 static inline unsigned __mfdcri(int base_addr, int base_data, int reg) in __mfdcri() function 130 #define mfdcri(base, reg) __mfdcri(DCRN_ ## base ## _CONFIG_ADDR, \
|
/kernel/linux/linux-5.10/drivers/edac/ |
H A D | ppc4xx_edac.c | 244 return __mfdcri(dcr_host->base + SDRAM_DCR_ADDR_OFFSET, in mfsdram()
|
/kernel/linux/linux-6.6/drivers/edac/ |
H A D | ppc4xx_edac.c | 231 return __mfdcri(dcr_host->base + SDRAM_DCR_ADDR_OFFSET, in mfsdram()
|
Completed in 5 milliseconds