Searched refs:UPIO_PORT (Results 1 – 25 of 26) sorted by relevance
12
/Linux-v4.19/arch/mips/loongson64/common/ |
D | serial.c | 26 .iotype = UPIO_PORT, \ 72 else if (UPIO_PORT == iotype) in serial_init() 92 } else if (UPIO_PORT == iotype) { in serial_init()
|
/Linux-v4.19/arch/arm/mach-footbridge/ |
D | isa.c | 57 .iotype = UPIO_PORT, 65 .iotype = UPIO_PORT,
|
/Linux-v4.19/arch/powerpc/kernel/ |
D | legacy_serial.c | 130 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() 550 if (port->iotype == UPIO_PORT) in serial_dev_init()
|
/Linux-v4.19/drivers/tty/serial/8250/ |
D | 8250_pnp.c | 453 uart.port.iotype = UPIO_PORT; in serial_pnp_probe() 456 uart.port.iotype = UPIO_PORT; in serial_pnp_probe()
|
D | 8250_early.c | 51 case UPIO_PORT: in serial8250_early_in() 78 case UPIO_PORT: in serial8250_early_out()
|
D | 8250.h | 102 .iotype = UPIO_PORT, \
|
D | 8250_of.c | 100 port->iotype = UPIO_PORT; in of_platform_serial_setup()
|
D | 8250_core.c | 366 case UPIO_PORT: in serial8250_request_rsa_resource() 386 case UPIO_PORT: in serial8250_release_rsa_resource() 657 if (iotype == UPIO_PORT && port->iobase != addr) in univ8250_console_match()
|
D | 8250_port.c | 1361 if (port->type == PORT_16550A && port->iotype == UPIO_PORT) in autoconfig() 2881 case UPIO_PORT: in serial8250_request_std_resource() 2913 case UPIO_PORT: in serial8250_release_std_resource()
|
D | 8250_pci.c | 90 port->port.iotype = UPIO_PORT; in setup_port() 1458 port->port.iotype = UPIO_PORT; in pci_fintek_setup()
|
/Linux-v4.19/arch/mips/kernel/ |
D | 8250-platform.c | 16 .iotype = UPIO_PORT, \
|
/Linux-v4.19/arch/arm/mach-ebsa110/ |
D | core.c | 236 .iotype = UPIO_PORT, 244 .iotype = UPIO_PORT,
|
/Linux-v4.19/arch/mips/mti-malta/ |
D | malta-platform.c | 35 .iotype = UPIO_PORT, \
|
/Linux-v4.19/drivers/tty/serial/ |
D | serial_txx9.c | 175 case UPIO_PORT: in sio_in() 187 case UPIO_PORT: in sio_out() 774 case UPIO_PORT: in serial_txx9_request_resource() 799 case UPIO_PORT: in serial_txx9_release_resource() 1189 port.iotype = UPIO_PORT; in pciserial_txx9_init_one()
|
D | earlycon.c | 110 case UPIO_PORT: in parse_options()
|
D | serial_core.c | 1923 *iotype = UPIO_PORT; in uart_parse_earlycon() 2228 case UPIO_PORT: in uart_report_port() 2894 case UPIO_PORT: in uart_match_port()
|
D | max310x.c | 1290 s->p[i].port.iotype = UPIO_PORT; in max310x_probe()
|
D | sc16is7xx.c | 1223 s->p[i].port.iotype = UPIO_PORT; in sc16is7xx_probe()
|
/Linux-v4.19/arch/mips/sni/ |
D | a20r.c | 25 .iotype = UPIO_PORT, \
|
D | pcimt.c | 75 .iotype = UPIO_PORT, \
|
D | pcit.c | 27 .iotype = UPIO_PORT, \
|
/Linux-v4.19/drivers/parisc/ |
D | superio.c | 395 serial_port.iotype = UPIO_PORT; in superio_serial_init()
|
/Linux-v4.19/drivers/bus/ |
D | hisi_lpc.c | 505 .iotype = UPIO_PORT, in hisi_lpc_acpi_probe()
|
/Linux-v4.19/include/linux/ |
D | serial_core.h | 156 #define UPIO_PORT (SERIAL_IO_PORT) /* 8b I/O port access */ macro
|
/Linux-v4.19/drivers/char/mwave/ |
D | mwavedd.c | 470 uart.port.iotype = UPIO_PORT; in register_serial_portandirq()
|
12