Home
last modified time | relevance | path

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

12

/linux-2.4.37.9/include/asm-arm/arch-anakin/
Duncompress.h28 while (!(__raw_readl(IO_START + UART0 + 0x10) & TXEMPTY)) in putc()
31 __raw_writel(c, IO_START + UART0 + 0x14); in putc()
32 __raw_writel(__raw_readl(IO_START + UART0 + 0x18) in putc()
33 | SENDREQUEST, IO_START + UART0 + 0x18); in putc()
50 __raw_writel(__raw_readl(IO_START + UART0 + 0x10) & ~PRESCALER in arch_decomp_setup()
52 IO_START + UART0 + 0x10); in arch_decomp_setup()
53 __raw_writel(__raw_readl(IO_START + UART0 + 0x18) & ~(IRQENABLE in arch_decomp_setup()
55 IO_START + UART0 + 0x18); in arch_decomp_setup()
Dhardware.h28 #define IO_START 0x40000000 macro
/linux-2.4.37.9/include/asm-arm/arch-riscstation/
Duncompress.h56 #define palette_setpixel(p) *(unsigned long *)(IO_START+0x00400000) = 0x10000000|((p) & 255)
57 #define palette_write(v) *(unsigned long *)(IO_START+0x00400000) = 0x00000000|((v) & 0x00ffffff)
Dhardware.h35 #define IO_START 0x03000000 /* I/O */ macro
/linux-2.4.37.9/include/asm-arm/arch-rpc/
Duncompress.h56 #define palette_setpixel(p) *(unsigned long *)(IO_START+0x00400000) = 0x10000000|((p) & 255)
57 #define palette_write(v) *(unsigned long *)(IO_START+0x00400000) = 0x00000000|((v) & 0x00ffffff)
Dhardware.h35 #define IO_START 0x03000000 /* I/O */ macro
/linux-2.4.37.9/include/asm-arm/arch-omaha/
Dhardware.h34 #define IO_START 0x00000000 // PA of IO macro
/linux-2.4.37.9/arch/arm/mm/
Dmm-tbox.c21 { IO_BASE, IO_START, 0x00100000, DOMAIN_IO, 0, 1, 0, 0 },
Dmm-riscstation.c27 { IO_BASE, IO_START, IO_SIZE , DOMAIN_IO, 0, 1, 0, 0 }, /* IO space */
Dmm-rpc.c24 { IO_BASE, IO_START, IO_SIZE , DOMAIN_IO, 0, 1, 0, 0 }, /* IO space */
Dmm-clps7500.c20 { IO_BASE, IO_START, IO_SIZE , DOMAIN_IO, 0, 1 }, /* IO space */
Dmm-l7200.c17 { IO_BASE, IO_START, IO_SIZE, DOMAIN_IO, 0, 1 ,0 ,0},
/linux-2.4.37.9/include/asm-arm/arch-tbox/
Dhardware.h45 #define IO_START 0x00100000 macro
/linux-2.4.37.9/arch/arm/mach-shark/
Dmm.c21 { IO_BASE , IO_START , IO_SIZE , DOMAIN_IO, 0, 1, 0, 0 },
/linux-2.4.37.9/arch/arm/mach-anakin/
Dmm.c22 { IO_BASE, IO_START, IO_SIZE, DOMAIN_IO, 0, 1, 0, 0 },
/linux-2.4.37.9/include/asm-arm/arch-shark/
Dhardware.h32 #define IO_START 0x40000000 macro
/linux-2.4.37.9/include/asm-arm/arch-integrator/
Dhardware.h34 #define IO_START INTEGRATOR_HDR_BASE // PA of IO macro
/linux-2.4.37.9/include/asm-arm/arch-l7200/
Dhardware.h31 #define IO_START 0x80000000 /* I/O */ macro
Dsys-clock.h21 #define SYS_CLOCK_START (IO_START + SYS_CLCOK_OFF) /* Physical address */
Duncompress.h14 #define IO_UART IO_START + 0x00044000
Dpmu.h21 #define PMU_START (IO_START + PMU_OFF) /* Physical addr. of the PMU reg. */
/linux-2.4.37.9/include/asm-arm/arch-epxa/
Dhardware.h34 #define IO_START EXC_REGISTERS_BASE // PA of IO macro
/linux-2.4.37.9/include/asm-arm/arch-cl7500/
Dhardware.h28 #define IO_START 0x03000000 /* I/O */ macro
/linux-2.4.37.9/include/asm-arm/arch-arc/
Dhardware.h37 #define IO_START 0x03000000 macro
/linux-2.4.37.9/arch/arm/kernel/
Decard.c140 ((BUS_ADDR((x)) - IO_BASE) + IO_START))
258 unsigned int dst_addr = IO_START; in ecard_init_pgtables()
263 while (dst_addr < IO_START + IO_SIZE) { in ecard_init_pgtables()
277 flush_tlb_range(mm, IO_START, IO_START + IO_SIZE); in ecard_init_pgtables()

12