Searched refs:__mtdcri (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/arch/powerpc/include/asm/ |
H A D | dcr-native.h | 95 static inline void __mtdcri(int base_addr, int base_data, int reg, in __mtdcri() function 134 #define mtdcri(base, reg, data) __mtdcri(DCRN_ ## base ## _CONFIG_ADDR, \
|
/kernel/linux/linux-6.6/arch/powerpc/include/asm/ |
H A D | dcr-native.h | 95 static inline void __mtdcri(int base_addr, int base_data, int reg, in __mtdcri() function 134 #define mtdcri(base, reg, data) __mtdcri(DCRN_ ## base ## _CONFIG_ADDR, \
|
/kernel/linux/linux-5.10/drivers/edac/ |
H A D | ppc4xx_edac.c | 261 return __mtdcri(dcr_host->base + SDRAM_DCR_ADDR_OFFSET, in mtsdram()
|
/kernel/linux/linux-6.6/drivers/edac/ |
H A D | ppc4xx_edac.c | 248 return __mtdcri(dcr_host->base + SDRAM_DCR_ADDR_OFFSET, in mtsdram()
|
Completed in 4 milliseconds