Home
last modified time | relevance | path

Searched refs:IO_BASE (Results 1 – 3 of 3) sorted by relevance

/openbmc/qemu/hw/m68k/
H A Dq800.c65 #define IO_BASE 0x50000000 macro
70 #define VIA_BASE (IO_BASE + 0x00000)
71 #define SONIC_PROM_BASE (IO_BASE + 0x08000)
72 #define SONIC_BASE (IO_BASE + 0x0a000)
73 #define SCC_BASE (IO_BASE + 0x0c020)
74 #define DJMEMC_BASE (IO_BASE + 0x0e000)
75 #define ESP_BASE (IO_BASE + 0x10000)
76 #define ESP_PDMA (IO_BASE + 0x10100)
77 #define ASC_BASE (IO_BASE + 0x14000)
78 #define IOSB_BASE (IO_BASE
[all...]
/openbmc/u-boot/arch/mips/include/asm/mach-generic/
H A Dspaces.h25 #ifndef IO_BASE
26 #define IO_BASE _AC(0xa0000000, UL) macro
59 #ifndef IO_BASE
60 #define IO_BASE _AC(0x9000000000000000, UL) macro
/openbmc/u-boot/drivers/pch/
H A Dpch9.c11 #define IO_BASE 0x4c macro
59 dm_pci_read_config32(dev, IO_BASE, &base); in pch9_get_io_base()