Back to home page

OSCL-LXR

 
 

    


0001 /* SPDX-License-Identifier: GPL-2.0-only */
0002 #ifndef __PXA_REGS_H
0003 #define __PXA_REGS_H
0004 
0005 #include <linux/types.h>
0006 
0007 void pxa_smemc_set_pcmcia_timing(int sock, u32 mcmem, u32 mcatt, u32 mcio);
0008 void pxa_smemc_set_pcmcia_socket(int nr);
0009 int pxa2xx_smemc_get_sdram_rows(void);
0010 unsigned int pxa3xx_smemc_get_memclkdiv(void);
0011 void __iomem *pxa_smemc_get_mdrefr(void);
0012 
0013 #endif