Searched defs:IO_BASE (Results 1 - 9 of 9) sorted by relevance

/arch/mips/include/asm/mach-cavium-octeon/
H A Dspaces.h17 #define IO_BASE _AC(0x8000000000000000, UL) macro
/arch/arm/mach-lpc32xx/include/mach/
H A Dhardware.h23 #define IO_BASE 0xF0000000 macro
29 IO_BASE)
/arch/mips/include/asm/mach-ar7/
H A Dspaces.h21 #define IO_BASE UNCAC_BASE macro
/arch/mips/include/asm/mach-ip22/
H A Dspaces.h19 #define IO_BASE 0xffffffffa0000000 macro
/arch/mips/include/asm/mach-ip27/
H A Dspaces.h19 #define IO_BASE 0x9200000000000000 macro
/arch/mips/include/asm/mach-generic/
H A Dspaces.h28 #ifndef IO_BASE
29 #define IO_BASE _AC(0xa0000000, UL) macro
62 #ifndef IO_BASE
63 #define IO_BASE _AC(0x9000000000000000, UL) macro
/arch/arm/mach-rpc/include/mach/
H A Dhardware.h37 #define IO_BASE IOMEM(0xe0000000) macro
49 #define VIDC_BASE (IO_BASE + 0x00400000)
50 #define EXPMASK_BASE (IO_BASE + 0x00360000)
51 #define ECARD_IOC4_BASE (IO_BASE + 0x00270000)
52 #define ECARD_IOC_BASE (IO_BASE + 0x00240000)
53 #define IOMD_BASE (IO_BASE + 0x00200000)
54 #define IOC_BASE (IO_BASE + 0x00200000)
55 #define ECARD_MEMC8_BASE (IO_BASE + 0x0002b000)
56 #define FLOPPYDMA_BASE (IO_BASE + 0x0002a000)
57 #define PCIO_BASE (IO_BASE
[all...]
/arch/m68k/include/asm/
H A Dapollohw.h51 #define IO_BASE 0x80000000 macro
76 #define sio01 ((*(volatile struct SCN2681 *)(IO_BASE + sio01_physaddr)))
77 #define sio23 ((*(volatile struct SCN2681 *)(IO_BASE + sio23_physaddr)))
78 #define rtc (((volatile struct mc146818 *)(IO_BASE + rtc_physaddr)))
79 #define cpuctrl (*(volatile unsigned int *)(IO_BASE + cpuctrl_physaddr))
80 #define pica (IO_BASE + pica_physaddr)
81 #define picb (IO_BASE + picb_physaddr)
82 #define apollo_timer (IO_BASE + timer_physaddr)
83 #define addr_xlat_map ((unsigned short *)(IO_BASE + 0x17000))
85 #define isaIO2mem(x) (((((x) & 0x3f8) << 7) | (((x) & 0xfc00) >> 6) | ((x) & 0x7)) + 0x40000 + IO_BASE)
[all...]
/arch/arm/mach-integrator/
H A Dhardware.h27 #define IO_BASE 0xF0000000 // VA of IO macro
33 #define IO_ADDRESS(x) (((x) & 0x000fffff) | (((x) >> 4) & 0x0ff00000) | IO_BASE)

Completed in 624 milliseconds