Searched refs:uart_base (Results 1 - 3 of 3) sorted by relevance

/netbsd-current/sys/arch/arm/fdt/
H A Darm_platform.c76 #define ARM_PTOV(p) (((p) - DEVMAP_ALIGN(uart_base)) + KERNEL_IO_VBASE)
82 bus_addr_t uart_base = CONSADDR; local
85 (volatile uint32_t *)ARM_PTOV(uart_base):
86 (volatile uint32_t *)uart_base;
126 bus_addr_t uart_base;
127 if (fdtbus_get_reg(phandle, 0, &uart_base, NULL) != 0)
130 devmap_uart[0].pd_pa = DEVMAP_ALIGN(uart_base);
/netbsd-current/sys/arch/riscv/fdt/
H A Driscv_platform.c63 bus_addr_t uart_base; local
69 if (fdtbus_get_reg(phandle, 0, &uart_base, NULL) != 0)
72 devmap_uart[0].pd_pa = DEVMAP_ALIGN(uart_base);
/netbsd-current/sys/arch/arm/apple/
H A Dapple_platform.c118 bus_addr_t uart_base; local
125 if (phandle > 0 && fdtbus_get_reg(phandle, 0, &uart_base, NULL) == 0) {
126 devmap[devmap_index].pd_pa = DEVMAP_ALIGN(uart_base);

Completed in 44 milliseconds