Searched refs:UPIO_PORT (Results 1 – 24 of 24) sorted by relevance
/linux/arch/arm/mach-footbridge/ |
H A D | isa.c | 54 .iotype = UPIO_PORT, 62 .iotype = UPIO_PORT,
|
/linux/arch/mips/loongson2ef/common/ |
H A D | serial.c | 26 .iotype = UPIO_PORT, \ 70 else if (UPIO_PORT == iotype) in serial_init()
|
/linux/arch/powerpc/kernel/ |
H 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() 588 if (port->iotype == UPIO_PORT) in serial_dev_init()
|
/linux/drivers/tty/serial/8250/ |
H A D | 8250_rsa.c | 26 case UPIO_PORT: in rsa8250_request_resource() 46 case UPIO_PORT: in rsa8250_release_resource()
|
H A D | 8250_early.c | 49 case UPIO_PORT: in serial8250_early_in() 73 case UPIO_PORT: in serial8250_early_out()
|
H A D | 8250_pcilib.c | 31 port->port.iotype = UPIO_PORT; in serial8250_pci_setup_port()
|
H A D | 8250_pericom.c | 118 uart.port.iotype = UPIO_PORT; in pericom8250_probe()
|
H A D | 8250.h | 115 .iotype = UPIO_PORT, \
|
H A D | 8250_platform.c | 125 iotype = UPIO_PORT; in serial8250_probe_acpi()
|
H A D | 8250_port.c | 1293 if (port->type == PORT_16550A && port->iotype == UPIO_PORT) in autoconfig() 2956 case UPIO_PORT: in serial8250_request_std_resource() 2988 case UPIO_PORT: in serial8250_release_std_resource()
|
H A D | 8250_core.c | 484 if (iotype == UPIO_PORT && port->iobase != addr) in univ8250_console_match()
|
H A D | 8250_pci.c | 1665 port->port.iotype = UPIO_PORT; in pci_fintek_setup()
|
/linux/arch/mips/mti-malta/ |
H A D | malta-platform.c | 35 .iotype = UPIO_PORT, \
|
/linux/drivers/tty/serial/ |
H A D | serial_txx9.c | 164 case UPIO_PORT: in sio_in() 176 case UPIO_PORT: in sio_out() 723 case UPIO_PORT: in serial_txx9_request_resource() 748 case UPIO_PORT: in serial_txx9_release_resource() 1131 port.iotype = UPIO_PORT; in pciserial_txx9_init_one()
|
H A D | earlycon.c | 115 case UPIO_PORT: in parse_options()
|
H A D | serial_core.c | 2218 *iotype = UPIO_PORT; in uart_parse_earlycon() 2553 case UPIO_PORT: in uart_report_port() 3308 case UPIO_PORT: in uart_match_port()
|
H A D | sc16is7xx.c | 1604 s->p[i].port.iotype = UPIO_PORT; in sc16is7xx_probe()
|
/linux/arch/mips/sni/ |
H A D | a20r.c | 25 .iotype = UPIO_PORT, \
|
H A D | pcit.c | 27 .iotype = UPIO_PORT, \
|
H A D | pcimt.c | 75 .iotype = UPIO_PORT, \
|
/linux/drivers/parisc/ |
H A D | superio.c | 391 serial_port.iotype = UPIO_PORT; in superio_serial_init()
|
/linux/drivers/char/mwave/ |
H A D | mwavedd.c | 476 uart.port.iotype = UPIO_PORT; in register_serial_portandirq()
|
/linux/drivers/bus/ |
H A D | hisi_lpc.c | 532 .iotype = UPIO_PORT, in hisi_lpc_acpi_add_child()
|
/linux/include/linux/ |
H A D | serial_core.h | 475 #define UPIO_PORT (SERIAL_IO_PORT) /* 8b I/O port access */ macro
|