Searched refs:UPIO_PORT (Results 1 – 24 of 24) sorted by relevance
| /linux/arch/mips/loongson2ef/common/ |
| A D | serial.c | 26 .iotype = UPIO_PORT, \ 70 else if (UPIO_PORT == iotype) in serial_init()
|
| /linux/arch/arm/mach-footbridge/ |
| A D | isa.c | 54 .iotype = UPIO_PORT, 62 .iotype = UPIO_PORT,
|
| /linux/arch/powerpc/kernel/ |
| A D | legacy_serial.c | 132 if (iotype == UPIO_PORT) in add_legacy_port() 156 (iotype == UPIO_PORT) ? "port" : "mem", in add_legacy_port() 248 return add_legacy_port(np, index, UPIO_PORT, be32_to_cpu(reg[1]), in add_legacy_isa_port() 280 iotype = (flags & IORESOURCE_MEM) ? UPIO_MEM : UPIO_PORT; in add_legacy_pci_port() 342 if (port->iotype == UPIO_PORT && isa_io_special) in setup_legacy_serial_console() 582 if (port->iotype == UPIO_PORT) in serial_dev_init()
|
| /linux/drivers/tty/serial/8250/ |
| A D | 8250_pnp.c | 450 uart.port.iotype = UPIO_PORT; in serial_pnp_probe() 453 uart.port.iotype = UPIO_PORT; in serial_pnp_probe()
|
| A D | 8250_early.c | 51 case UPIO_PORT: in serial8250_early_in() 78 case UPIO_PORT: in serial8250_early_out()
|
| A D | 8250.h | 106 .iotype = UPIO_PORT, \
|
| A D | 8250_core.c | 352 case UPIO_PORT: in serial8250_request_rsa_resource() 372 case UPIO_PORT: in serial8250_release_rsa_resource() 651 if (iotype == UPIO_PORT && port->iobase != addr) in univ8250_console_match()
|
| A D | 8250_of.c | 79 port->iotype = UPIO_PORT; in of_platform_serial_setup()
|
| A D | 8250_port.c | 1364 if (port->type == PORT_16550A && port->iotype == UPIO_PORT) in autoconfig() 2983 case UPIO_PORT: in serial8250_request_std_resource() 3015 case UPIO_PORT: in serial8250_release_std_resource()
|
| A D | 8250_pci.c | 106 port->port.iotype = UPIO_PORT; in setup_port() 1509 port->port.iotype = UPIO_PORT; in pci_fintek_setup()
|
| /linux/arch/mips/mti-malta/ |
| A D | malta-platform.c | 35 .iotype = UPIO_PORT, \
|
| /linux/drivers/tty/serial/ |
| A D | serial_txx9.c | 171 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()
|
| A D | earlycon.c | 115 case UPIO_PORT: in parse_options()
|
| A D | serial_core.c | 2009 *iotype = UPIO_PORT; in uart_parse_earlycon() 2319 case UPIO_PORT: in uart_report_port() 3053 case UPIO_PORT: in uart_match_port()
|
| A D | max310x.c | 1356 s->p[i].port.iotype = UPIO_PORT; in max310x_probe()
|
| A D | sc16is7xx.c | 1277 s->p[i].port.iotype = UPIO_PORT; in sc16is7xx_probe()
|
| A D | pch_uart.c | 1781 priv->port.iotype = UPIO_PORT; in pch_uart_init_port()
|
| /linux/arch/mips/sni/ |
| A D | a20r.c | 25 .iotype = UPIO_PORT, \
|
| A D | pcimt.c | 75 .iotype = UPIO_PORT, \
|
| A D | pcit.c | 27 .iotype = UPIO_PORT, \
|
| /linux/drivers/parisc/ |
| A D | superio.c | 391 serial_port.iotype = UPIO_PORT; in superio_serial_init()
|
| /linux/drivers/char/mwave/ |
| A D | mwavedd.c | 476 uart.port.iotype = UPIO_PORT; in register_serial_portandirq()
|
| /linux/drivers/bus/ |
| A D | hisi_lpc.c | 538 .iotype = UPIO_PORT, in hisi_lpc_acpi_probe()
|
| /linux/include/linux/ |
| A D | serial_core.h | 147 #define UPIO_PORT (SERIAL_IO_PORT) /* 8b I/O port access */ macro
|
Completed in 47 milliseconds