Home
last modified time | relevance | path

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

/arch/arm/mach-goldfish/
Dboard-goldfish.c100 .pfn = __phys_to_pfn(IO_START),
115 .phys_io = IO_START,
Dswitch.c129 base = IO_ADDRESS(r->start - IO_START); in goldfish_switch_probe()
/arch/arm/mach-integrator/include/mach/
Dhardware.h34 #define IO_START INTEGRATOR_HDR_BASE // PA of IO macro
/arch/arm/mach-shark/include/mach/
Dhardware.h27 #define IO_START 0x40000000 macro
/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-l7200/include/mach/
Dhardware.h31 #define IO_START 0x80000000 /* I/O */ macro
Duncompress.h14 #define IO_UART IO_START + 0x00044000
Dsys-clock.h21 #define SYS_CLOCK_START (IO_START + SYS_CLCOK_OFF) /* Physical address */
Ddebug-macro.S15 .equ io_phys, IO_START
Dpmu.h21 #define PMU_START (IO_START + PMU_OFF) /* Physical addr. of the PMU reg. */
Dsib.h20 #define SIB_START (IO_START + SIB_OFF) /* Physical addr of the SIB reg. */
/arch/arm/mach-rpc/include/mach/
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)
Dhardware.h41 #define IO_START 0x03000000 /* I/O */ macro
/arch/arm/mach-h720x/include/mach/
Ddebug-macro.S15 .equ io_phys, IO_START
/arch/arm/mach-l7200/
Dcore.c81 { IO_BASE, IO_START, IO_SIZE, MT_DEVICE },
/arch/arm/mach-shark/
Dcore.c70 .pfn = __phys_to_pfn(IO_START),
/arch/arm/mach-rpc/
Driscpc.c73 .pfn = __phys_to_pfn(IO_START),
/arch/mips/mach-goldfish/
Dswitch.c129 base = IO_ADDRESS(r->start - IO_START); in goldfish_switch_probe()
/arch/arm/kernel/
Decard.c236 dst_pgd = pgd_offset(mm, IO_START); in ecard_init_pgtables()
247 flush_tlb_range(&vma, IO_START, IO_START + IO_SIZE); in ecard_init_pgtables()