Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

at v5.19-rc4 13 lines 367 B view raw
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 7void pxa_smemc_set_pcmcia_timing(int sock, u32 mcmem, u32 mcatt, u32 mcio); 8void pxa_smemc_set_pcmcia_socket(int nr); 9int pxa2xx_smemc_get_sdram_rows(void); 10unsigned int pxa3xx_smemc_get_memclkdiv(void); 11void __iomem *pxa_smemc_get_mdrefr(void); 12 13#endif