Home
last modified time | relevance | path

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

/linux/arch/arm/mach-footbridge/
H A Disa.c54 .iotype = UPIO_PORT,
62 .iotype = UPIO_PORT,
/linux/arch/mips/loongson2ef/common/
H A Dserial.c26 .iotype = UPIO_PORT, \
70 else if (UPIO_PORT == iotype) in serial_init()
/linux/arch/powerpc/kernel/
H A Dlegacy_serial.c135 if (iotype == UPIO_PORT) in add_legacy_port()
158 (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 D8250_rsa.c27 case UPIO_PORT: in rsa8250_request_resource()
45 case UPIO_PORT: in rsa8250_release_resource()
H A D8250_early.c50 case UPIO_PORT: in serial8250_early_in()
76 case UPIO_PORT: in serial8250_early_out()
H A D8250_pcilib.c37 port->port.iotype = UPIO_PORT; in serial8250_pci_setup_port()
H A D8250_pericom.c118 uart.port.iotype = UPIO_PORT; in pericom8250_probe()
H A D8250_ni.c237 port->iotype = UPIO_PORT; in ni16550_get_regs()
H A D8250.h106 .iotype = UPIO_PORT, \
H A D8250_port.c456 case UPIO_PORT: in set_io_from_upio()
462 WARN(p->iotype != UPIO_PORT || p->iobase, in set_io_from_upio()
1206 if (port->type == PORT_16550A && port->iotype == UPIO_PORT) in autoconfig()
2891 case UPIO_PORT: in serial8250_request_std_resource()
2926 case UPIO_PORT: in serial8250_release_std_resource()
H A D8250_pci.c1680 port->port.iotype = UPIO_PORT; in pci_fintek_setup()
/linux/arch/mips/mti-malta/
H A Dmalta-platform.c35 .iotype = UPIO_PORT, \
/linux/drivers/tty/serial/
H A Dserial_txx9.c164 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 Dserial_port.c218 port->iotype = port->iobase ? UPIO_PORT : UPIO_MEM; in __uart_read_properties()
H A Dserial_core.c2128 *iotype = UPIO_PORT; in uart_parse_earlycon()
2460 case UPIO_PORT: in uart_report_port()
3198 case UPIO_PORT: in uart_match_port()
H A Dsc16is7xx.c1482 port->iotype = UPIO_PORT; in sc16is7xx_setup_channel()
H A Dpch_uart.c1701 priv->port.iotype = UPIO_PORT; in pch_uart_init_port()
/linux/arch/mips/sni/
H A Da20r.c25 .iotype = UPIO_PORT, \
H A Dpcit.c27 .iotype = UPIO_PORT, \
H A Dpcimt.c75 .iotype = UPIO_PORT, \
/linux/drivers/parisc/
H A Dsuperio.c391 serial_port.iotype = UPIO_PORT; in superio_serial_init()
/linux/include/linux/
H A Dserial_core.h432 UPIO_PORT = SERIAL_IO_PORT, /* 8b I/O port access */ enumerator