Searched refs:cf_io_base (Results 1 - 2 of 2) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/sh/kernel/
H A Dcf-enabler.c45 void *cf_io_base; variable
56 cf_io_base = p3_ioremap(paddrbase, psize, prot.pgprot);
57 if (!cf_io_base) {
62 paddrbase, psize, prot.pgprot, cf_io_base);*/
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/sh/boards/sh03/
H A Dsetup.c31 extern void *cf_io_base;
39 return (void __iomem *)((unsigned long)cf_io_base + port);

Completed in 158 milliseconds