Home
last modified time | relevance | path

Searched refs:IO_START (Results 1 – 13 of 13) sorted by relevance

/arch/mips/include/asm/mach-goldfish/
Dhardware.h24 #define IO_START 0x1f000000 // PA of IO macro
40 #define IO_ADDRESS(x) (ioremap(IO_START, IO_SIZE) + (x))
/arch/arm/mach-goldfish/include/mach/
Dhardware.h27 #define IO_START 0xff000000 // PA of IO macro
Ddebug-macro.S19 #define GOLDFISH_TTY_PUT_CHAR_PHYS (IO_START + GOLDFISH_TTY_BASE)
/arch/arm/mach-integrator/include/mach/
Dhardware.h33 #define IO_START INTEGRATOR_HDR_BASE // PA of IO macro
/arch/arm/mach-shark/
Dcore.c26 #define IO_START 0x40000000 macro
110 .pfn = __phys_to_pfn(IO_START),
/arch/arm/mach-rpc/include/mach/
Dhardware.h35 #define IO_START 0x03000000 /* I/O */ macro
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)
/arch/arm/mach-l7200/include/mach/
Ddebug-macro.S15 .equ io_phys, IO_START
/arch/arm/mach-goldfish/
Dboard-goldfish.c120 .pfn = __phys_to_pfn(IO_START),
Dswitch.c132 base = IO_ADDRESS(r->start - IO_START); in goldfish_switch_probe()
/arch/arm/mach-rpc/
Driscpc.c75 .pfn = __phys_to_pfn(IO_START),
Decard.c230 dst_pgd = pgd_offset(mm, IO_START); in ecard_init_pgtables()
242 flush_tlb_range(&vma, IO_START, IO_START + IO_SIZE); in ecard_init_pgtables()
/arch/mips/goldfish/
Dswitch.c132 base = IO_ADDRESS(r->start - IO_START); in goldfish_switch_probe()