Home
last modified time | relevance | path

Searched refs:UPIO_PORT (Results 1 – 25 of 25) sorted by relevance

/kernel/linux/linux-5.10/arch/arm/mach-footbridge/
Disa.c54 .iotype = UPIO_PORT,
62 .iotype = UPIO_PORT,
/kernel/linux/linux-5.10/arch/mips/loongson2ef/common/
Dserial.c26 .iotype = UPIO_PORT, \
70 else if (UPIO_PORT == iotype) in serial_init()
/kernel/linux/linux-5.10/arch/powerpc/kernel/
Dlegacy_serial.c130 if (iotype == UPIO_PORT) in add_legacy_port()
154 (iotype == UPIO_PORT) ? "port" : "mem", in add_legacy_port()
246 return add_legacy_port(np, index, UPIO_PORT, be32_to_cpu(reg[1]), in add_legacy_isa_port()
278 iotype = (flags & IORESOURCE_MEM) ? UPIO_MEM : UPIO_PORT; in add_legacy_pci_port()
341 if (port->iotype == UPIO_PORT && isa_io_special) in setup_legacy_serial_console()
554 if (port->iotype == UPIO_PORT) in serial_dev_init()
/kernel/linux/linux-5.10/drivers/tty/serial/8250/
D8250_pnp.c453 uart.port.iotype = UPIO_PORT; in serial_pnp_probe()
456 uart.port.iotype = UPIO_PORT; in serial_pnp_probe()
D8250_early.c51 case UPIO_PORT: in serial8250_early_in()
78 case UPIO_PORT: in serial8250_early_out()
D8250.h105 .iotype = UPIO_PORT, \
D8250_core.c362 case UPIO_PORT: in serial8250_request_rsa_resource()
382 case UPIO_PORT: in serial8250_release_rsa_resource()
661 if (iotype == UPIO_PORT && port->iobase != addr) in univ8250_console_match()
D8250_of.c79 port->iotype = UPIO_PORT; in of_platform_serial_setup()
D8250_port.c1364 if (port->type == PORT_16550A && port->iotype == UPIO_PORT) in autoconfig()
2962 case UPIO_PORT: in serial8250_request_std_resource()
2994 case UPIO_PORT: in serial8250_release_std_resource()
D8250_pci.c107 port->port.iotype = UPIO_PORT; in setup_port()
1534 port->port.iotype = UPIO_PORT; in pci_fintek_setup()
/kernel/linux/linux-5.10/arch/arm/mach-ebsa110/
Dcore.c230 .iotype = UPIO_PORT,
238 .iotype = UPIO_PORT,
/kernel/linux/linux-5.10/arch/mips/mti-malta/
Dmalta-platform.c35 .iotype = UPIO_PORT, \
/kernel/linux/linux-5.10/drivers/tty/serial/
Dserial_txx9.c171 case UPIO_PORT: in sio_in()
183 case UPIO_PORT: in sio_out()
769 case UPIO_PORT: in serial_txx9_request_resource()
794 case UPIO_PORT: in serial_txx9_release_resource()
1185 port.iotype = UPIO_PORT; in pciserial_txx9_init_one()
Dearlycon.c115 case UPIO_PORT: in parse_options()
Dserial_core.c2038 *iotype = UPIO_PORT; in uart_parse_earlycon()
2348 case UPIO_PORT: in uart_report_port()
3072 case UPIO_PORT: in uart_match_port()
Dsc16is7xx.c1275 s->p[i].port.iotype = UPIO_PORT; in sc16is7xx_probe()
Dmax310x.c1348 s->p[i].port.iotype = UPIO_PORT; in max310x_probe()
Dpch_uart.c1787 priv->port.iotype = UPIO_PORT; in pch_uart_init_port()
/kernel/linux/linux-5.10/arch/mips/sni/
Da20r.c25 .iotype = UPIO_PORT, \
Dpcit.c27 .iotype = UPIO_PORT, \
Dpcimt.c75 .iotype = UPIO_PORT, \
/kernel/linux/linux-5.10/drivers/parisc/
Dsuperio.c391 serial_port.iotype = UPIO_PORT; in superio_serial_init()
/kernel/linux/linux-5.10/drivers/char/mwave/
Dmwavedd.c477 uart.port.iotype = UPIO_PORT; in register_serial_portandirq()
/kernel/linux/linux-5.10/drivers/bus/
Dhisi_lpc.c538 .iotype = UPIO_PORT, in hisi_lpc_acpi_probe()
/kernel/linux/linux-5.10/include/linux/
Dserial_core.h147 #define UPIO_PORT (SERIAL_IO_PORT) /* 8b I/O port access */ macro