1 /* SPDX-License-Identifier: GPL-2.0-only */ 2 #ifndef __PXA_REGS_H 3 #define __PXA_REGS_H 4 5 #include <linux/types.h> 6 7 void pxa_smemc_set_pcmcia_timing(int sock, u32 mcmem, u32 mcatt, u32 mcio); 8 void pxa_smemc_set_pcmcia_socket(int nr); 9 int pxa2xx_smemc_get_sdram_rows(void); 10 unsigned int pxa3xx_smemc_get_memclkdiv(void); 11 void __iomem *pxa_smemc_get_mdrefr(void); 12 13 #endif 14