smemc.h 367 B

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