Home
last modified time | relevance | path

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

/linux-4.1.27/arch/mips/loongson/common/
Dserial.c26 .iotype = UPIO_PORT, \
72 else if (UPIO_PORT == iotype) in serial_init()
92 } else if (UPIO_PORT == iotype) { in serial_init()
/linux-4.1.27/arch/arm/mach-footbridge/
Disa.c57 .iotype = UPIO_PORT,
65 .iotype = UPIO_PORT,
/linux-4.1.27/arch/powerpc/kernel/
Dlegacy_serial.c129 if (iotype == UPIO_PORT) in add_legacy_port()
153 (iotype == UPIO_PORT) ? "port" : "mem", in add_legacy_port()
244 return add_legacy_port(np, index, UPIO_PORT, be32_to_cpu(reg[1]), in add_legacy_isa_port()
276 iotype = (flags & IORESOURCE_MEM) ? UPIO_MEM : UPIO_PORT; in add_legacy_pci_port()
339 if (port->iotype == UPIO_PORT && isa_io_special) in setup_legacy_serial_console()
548 if (port->iotype == UPIO_PORT) in serial_dev_init()
/linux-4.1.27/drivers/tty/serial/8250/
D8250_early.c47 case UPIO_PORT: in serial8250_early_in()
66 case UPIO_PORT: in serial8250_early_out()
D8250_pnp.c454 uart.port.iotype = UPIO_PORT; in serial_pnp_probe()
457 uart.port.iotype = UPIO_PORT; in serial_pnp_probe()
D8250_accent.c18 .iotype = UPIO_PORT, \
D8250_exar_st16c554.c21 .iotype = UPIO_PORT, \
D8250_fourport.c18 .iotype = UPIO_PORT, \
D8250_boca.c18 .iotype = UPIO_PORT, \
D8250_fintek.c170 uart.port.iotype = UPIO_PORT; in fintek_8250_probe()
D8250_core.c2797 case UPIO_PORT: in serial8250_request_std_resource()
2828 case UPIO_PORT: in serial8250_release_std_resource()
2844 case UPIO_PORT: in serial8250_request_rsa_resource()
2864 case UPIO_PORT: in serial8250_release_rsa_resource()
3535 if (iotype == UPIO_PORT && port->iobase != addr) in univ8250_console_match()
D8250_pci.c100 port->port.iotype = UPIO_PORT; in setup_port()
1711 port->port.iotype = UPIO_PORT; in pci_fintek_setup()
/linux-4.1.27/arch/mips/kernel/
D8250-platform.c16 .iotype = UPIO_PORT, \
/linux-4.1.27/arch/arm/mach-ebsa110/
Dcore.c236 .iotype = UPIO_PORT,
244 .iotype = UPIO_PORT,
/linux-4.1.27/arch/mips/mti-malta/
Dmalta-platform.c40 .iotype = UPIO_PORT, \
/linux-4.1.27/drivers/tty/serial/
Dserial_txx9.c178 case UPIO_PORT: in sio_in()
190 case UPIO_PORT: in sio_out()
777 case UPIO_PORT: in serial_txx9_request_resource()
802 case UPIO_PORT: in serial_txx9_release_resource()
1192 port.iotype = UPIO_PORT; in pciserial_txx9_init_one()
Dearlycon.c79 case UPIO_PORT: in parse_options()
Dm32r_sio.c827 case UPIO_PORT: in m32r_sio_request_std_resource()
861 case UPIO_PORT: in m32r_sio_release_port()
Dserial_core.c1840 *iotype = UPIO_PORT; in uart_parse_earlycon()
2173 case UPIO_PORT: in uart_report_port()
2822 case UPIO_PORT: in uart_match_port()
Dsc16is7xx.c1116 s->p[i].port.iotype = UPIO_PORT; in sc16is7xx_probe()
Dmax310x.c1201 s->p[i].port.iotype = UPIO_PORT; in max310x_probe()
Dpch_uart.c1812 priv->port.iotype = UPIO_PORT; in pch_uart_init_port()
/linux-4.1.27/arch/mips/sni/
Da20r.c25 .iotype = UPIO_PORT, \
Dpcimt.c75 .iotype = UPIO_PORT, \
Dpcit.c27 .iotype = UPIO_PORT, \
/linux-4.1.27/drivers/parisc/
Dsuperio.c395 serial_port.iotype = UPIO_PORT; in superio_serial_init()
/linux-4.1.27/include/linux/
Dserial_core.h146 #define UPIO_PORT (SERIAL_IO_PORT) /* 8b I/O port access */ macro
/linux-4.1.27/drivers/char/mwave/
Dmwavedd.c470 uart.port.iotype = UPIO_PORT; in register_serial_portandirq()