zynq_uart.c | 156 bus_addr_t ur_iobase; member in struct:zynquart_softc::zynquart_regs 385 regsp->ur_iobase = iobase; 387 if (bus_space_map(iot, regsp->ur_iobase, size, 0, &ioh)) { 403 if (regsp->ur_iobase == zynquartconsregs.ur_iobase) { 451 if (regsp->ur_iobase == zynquart_kgdb_regs.ur_iobase) { 1955 if (bus_space_map(regsp->ur_iot, regsp->ur_iobase, UART_SIZE, 0, 1991 regs.ur_iobase = iobase; 2032 iobase == zynquartconsregs.ur_iobase) { [all...] |