Searched refs:CONSADDR (Results 1 - 23 of 23) sorted by relevance

/netbsd-current/sys/arch/riscv/riscv/
H A Dmainbus.c51 #ifdef CONSADDR
78 #ifdef CONSADDR
79 #define CONSADDR_VA (VM_KERNEL_IO_BASE + (CONSADDR & SEGOFSET))
83 (volatile uint8_t *)CONSADDR;
H A Dlocore.S263 #ifdef CONSADDR
267 // Fill in the PDE for CONSADDR.
307 #ifdef CONSADDR
548 #ifdef CONSADDR
552 .quad CONSADDR
554 .word CONSADDR
/netbsd-current/sys/arch/arm/rockchip/
H A Drk_platform.c137 #ifdef CONSADDR
138 #define CONSADDR_VA ((CONSADDR - RK3288_CORE_PBASE) + RK3288_CORE_VBASE)
141 (volatile uint32_t *)CONSADDR;
215 #ifdef CONSADDR
216 #define CONSADDR_VA ((CONSADDR - RK3328_CORE_PBASE) + RK3328_CORE_VBASE)
219 (volatile uint32_t *)CONSADDR;
273 #ifdef CONSADDR
274 #define CONSADDR_VA ((CONSADDR - RK3399_CORE_PBASE) + RK3399_CORE_VBASE)
277 (volatile uint32_t *)CONSADDR;
332 #ifdef CONSADDR
[all...]
/netbsd-current/sys/arch/arm/fdt/
H A Darm_platform.c81 #ifdef CONSADDR
82 bus_addr_t uart_base = CONSADDR;
/netbsd-current/sys/arch/i386/stand/lib/
H A Dpcio.c89 #ifdef CONSADDR
90 if (CONSADDR != 0)
91 return CONSADDR;
/netbsd-current/sys/arch/arm/altera/
H A Dcycv_platform.c40 #ifdef CONSADDR
41 #define CONSADDR_VA (CONSADDR - CYCV_PERIPHERAL_BASE + CYCV_PERIPHERAL_VBASE)
44 (volatile uint32_t *) CONSADDR;
/netbsd-current/sys/arch/arm/nvidia/
H A Dtegra_platform.c75 #ifdef CONSADDR
76 #define CONSADDR_VA (CONSADDR - TEGRA_APB_BASE + TEGRA_APB_VBASE)
80 (volatile uint32_t *)CONSADDR;
/netbsd-current/sys/arch/arm/vexpress/
H A Dvexpress_platform.c97 #ifdef CONSADDR
98 #define CONSADDR_VA ((CONSADDR - VEXPRESS_CORE_PBASE) + VEXPRESS_CORE_VBASE)
101 (volatile uint32_t *)CONSADDR;
/netbsd-current/sys/arch/arm/ti/
H A Domap3_platform.c135 #ifdef CONSADDR
137 (volatile uint32_t *)omap3_phystovirt(CONSADDR):
138 (volatile uint32_t *)CONSADDR;
H A Dam3_platform.c29 #ifdef CONSADDR
30 #define CONSADDR_VA ((CONSADDR - 0x44c00000) + (KERNEL_IO_VBASE | 0x04c00000))
33 (volatile uint32_t *)CONSADDR;
/netbsd-current/sys/arch/arm/samsung/
H A Dexynos_platform.c234 #ifdef CONSADDR
235 #define CONSADDR_VA (CONSADDR - EXYNOS_CORE_PBASE + EXYNOS_CORE_VBASE)
239 (volatile uint32_t *)CONSADDR;
/netbsd-current/sys/arch/arm/xilinx/
H A Dzynq_platform.c140 #ifdef CONSADDR
141 #define CONSADDR_VA ((CONSADDR - ZYNQ_IOREG_PBASE) + ZYNQ_IOREG_VBASE)
144 (volatile uint32_t *)CONSADDR;
/netbsd-current/sys/arch/arm/nxp/
H A Dimx6_platform.c117 #ifdef CONSADDR
118 #define CONSADDR_VA ((CONSADDR - IMX6_IOREG_PBASE) + KERNEL_IO_IOREG_VBASE)
122 (volatile uint32_t *)CONSADDR;
/netbsd-current/sys/arch/evbarm/bcm53xx/
H A Dbcm53xx_machdep.c438 #ifdef CONSADDR
439 #define CONSADDR_VA (CONSADDR - BCM53XX_IOREG_PBASE + KERNEL_IO_IOREG_VBASE)
442 (volatile uint32_t *)CONSADDR;
/netbsd-current/sys/arch/arm/amlogic/
H A Dmeson_platform.c160 #ifdef CONSADDR
161 #define CONSADDR_VA ((CONSADDR - MESON8B_AOBUS_PBASE) + MESON8B_AOBUS_VBASE)
164 (volatile uint32_t *)CONSADDR;
/netbsd-current/sys/arch/arm/sunxi/
H A Dsunxi_platform.c187 #ifdef CONSADDR
188 #define CONSADDR_VA ((CONSADDR - SUNXI_CORE_PBASE) + SUNXI_CORE_VBASE)
191 (volatile uint32_t *)CONSADDR;
/netbsd-current/sys/arch/evbarm/armadaxp/
H A Darmadaxp_machdep.c394 #ifndef CONSADDR
395 #error Specify the address of the UART with the CONSADDR option.
409 static const bus_addr_t comcnaddr = (bus_addr_t)CONSADDR;
/netbsd-current/sys/arch/evbarm/gemini/
H A Dgemini_machdep.c746 #ifndef CONSADDR
747 #error Specify the address of the console UART with the CONSADDR option.
756 static const bus_addr_t consaddr = CONSADDR;
760 #if CONSADDR==0x42000000
778 #elif CONSADDR==0x478003f8
H A Dgemini_start.S343 .word CONSADDR
/netbsd-current/sys/arch/evbmips/rmixl/
H A Dmachdep.c154 #ifndef CONSADDR
155 # define CONSADDR RMIXL_IO_DEV_UART_1 macro
161 bus_addr_t comcnaddr = (bus_addr_t)CONSADDR;
/netbsd-current/sys/arch/arm/arm/
H A Darmv6_start.S46 #if defined(CONSADDR) && defined(CONADDR)
47 #error Only one of CONSADDR and CONADDR should be defined
50 #if defined(CONSADDR)
51 #define START_CONSADDR CONSADDR
/netbsd-current/sys/arch/aarch64/aarch64/
H A Dlocore.S59 #if !defined(CONSADDR)
60 #error CONSADDR required with EARLYCONS
844 #ifdef CONSADDR
845 VPRINT("Creating identity mapping for CONSADDR\n")
846 ldr x0, =CONSADDR /* va = CONADDR (physical) */
/netbsd-current/sys/arch/evbppc/mpc85xx/
H A Dmachdep.c140 #ifndef CONSADDR
141 # define CONSADDR DUART2_BASE macro
147 bus_addr_t comcnaddr = (bus_addr_t)CONSADDR;
448 volatile uint8_t * const com0addr = (void *)(GUR_BASE+CONSADDR);
459 volatile uint8_t * const com0addr = (void *)(GUR_BASE+CONSADDR);

Completed in 179 milliseconds