Searched refs:IO_START (Results 1 - 7 of 7) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/plat-stmp3xxx/include/mach/
H A Dhardware.h27 #define IO_START 0x80000000 /* PA of IO */ macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mach-integrator/include/mach/
H A Dhardware.h33 #define IO_START INTEGRATOR_HDR_BASE // PA of IO macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mach-shark/
H A Dcore.c25 #define IO_START 0x40000000 macro
110 .pfn = __phys_to_pfn(IO_START),
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mach-rpc/include/mach/
H A Dhardware.h41 #define IO_START 0x03000000 /* I/O */ macro
H A Duncompress.h58 #define palette_setpixel(p) *(unsigned long *)(IO_START+0x00400000) = 0x10000000|((p) & 255)
59 #define palette_write(v) *(unsigned long *)(IO_START+0x00400000) = 0x00000000|((v) & 0x00ffffff)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mach-rpc/
H A Driscpc.c67 .pfn = __phys_to_pfn(IO_START),
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/kernel/
H A Decard.c225 dst_pgd = pgd_offset(mm, IO_START);
236 flush_tlb_range(&vma, IO_START, IO_START + IO_SIZE);

Completed in 115 milliseconds