Searched refs:IO_START (Results 1 – 13 of 13) sorted by relevance
24 #define IO_START 0x1f000000 // PA of IO macro40 #define IO_ADDRESS(x) (ioremap(IO_START, IO_SIZE) + (x))
27 #define IO_START 0xff000000 // PA of IO macro
19 #define GOLDFISH_TTY_PUT_CHAR_PHYS (IO_START + GOLDFISH_TTY_BASE)
33 #define IO_START INTEGRATOR_HDR_BASE // PA of IO macro
26 #define IO_START 0x40000000 macro110 .pfn = __phys_to_pfn(IO_START),
35 #define IO_START 0x03000000 /* I/O */ macro
58 #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)
15 .equ io_phys, IO_START
120 .pfn = __phys_to_pfn(IO_START),
132 base = IO_ADDRESS(r->start - IO_START); in goldfish_switch_probe()
75 .pfn = __phys_to_pfn(IO_START),
230 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()