Searched refs:iotype (Results 1 - 25 of 157) sorted by last modified time

1234567

/linux-master/drivers/tty/serial/
H A Dstm32-usart.c1588 port->iotype = UPIO_MEM;
H A Dserial_port.c176 * The ->iotype is always altered.
185 * - reg-io-width (->iotype)
209 port->iotype = UPIO_MEM;
213 port->iotype = UPIO_MEM;
216 port->iotype = UPIO_MEM16;
219 port->iotype = device_is_big_endian(dev) ? UPIO_MEM32BE : UPIO_MEM32;
226 port->iotype = UPIO_UNKNOWN;
H A Dserial_core.c815 retinfo->io_type = uport->iotype;
871 new_info->io_type != uport->iotype ||
938 old_iotype = uport->iotype;
950 uport->iotype = new_info->io_type;
972 uport->iotype = old_iotype;
2054 mmio = uport->iotype >= UPIO_MEM;
2190 * @iotype: ptr for decoded iotype (out)
2202 * is also accepted; the returned @iotype will be %UPIO_MEM.
2206 int uart_parse_earlycon(char *p, unsigned char *iotype, resource_size_ argument
[all...]
H A Dpmac_zilog.c1413 uap->port.iotype = UPIO_MEM;
1634 uap->port.iotype = UPIO_MEM;
H A Dmxs-auart.c1630 s->port.iotype = UPIO_MEM;
H A Dxilinx_uartps.c1758 port->iotype = UPIO_MEM32;
H A Dsunplus-uart.c631 port->iotype = UPIO_MEM;
H A Dst-asc.c694 port->iotype = UPIO_MEM;
H A Dsh-sci.c2911 port->iotype = UPIO_MEM;
H A Dsifive.c946 ssp->port.iotype = UPIO_MEM;
H A Dserial_txx9.c161 switch (up->iotype) {
172 switch (up->iotype) {
704 switch (up->iotype) {
735 switch (up->iotype) {
986 uart->iotype = port->iotype;
1037 port.iotype = p->iotype;
1131 port.iotype = UPIO_PORT;
H A Dsamsung_tty.c89 u8 iotype; member in struct:s3c24xx_uart_info
171 switch (port->iotype) {
186 switch (port->iotype) {
1991 ourport->port.iotype = ourport->info->iotype;
2000 ourport->port.iotype = UPIO_MEM;
2003 ourport->port.iotype = UPIO_MEM32;
2403 .iotype = UPIO_MEM,
2433 .iotype = UPIO_MEM,
2463 .iotype
[all...]
H A Dqcom_geni_serial.c155 .iotype = UPIO_MEM,
163 .iotype = UPIO_MEM,
171 .iotype = UPIO_MEM,
181 .iotype = UPIO_MEM,
H A Drda-uart.c751 rda_port->port.iotype = UPIO_MEM;
H A Dpxa.c831 sport->port.iotype = UPIO_MEM;
H A Dpch_uart.c1696 priv->port.iotype = UPIO_PORT;
H A Domap-serial.c1575 up->port.iotype = UPIO_MEM;
H A Dowl-uart.c698 owl_port->port.iotype = UPIO_MEM;
H A Dmsm_serial.c1561 .iotype = UPIO_MEM,
1570 .iotype = UPIO_MEM,
1579 .iotype = UPIO_MEM,
H A Dmeson_uart.c760 port->iotype = UPIO_MEM;
/linux-master/drivers/tty/serial/8250/
H A D8250_pci.c1580 port->port.iotype = UPIO_MEM32;
1665 port->port.iotype = UPIO_PORT;
1771 port->port.iotype = UPIO_MEM;
4129 uart.port.iobase, uart.port.irq, uart.port.iotype);
4136 uart.port.iotype, priv->line[i]);
H A D8250_dw.c122 if (p->iotype == UPIO_MEM32)
124 else if (p->iotype == UPIO_MEM32BE)
470 p->iotype = UPIO_MEM32;
537 switch (p->iotype) {
H A D8250_lpc18xx.c156 uart.port.iotype = UPIO_MEM32;
/linux-master/include/linux/
H A Dserial_core.h471 unsigned char iotype; /* io access style */ member in struct:uart_port
948 int uart_parse_earlycon(char *p, unsigned char *iotype, resource_size_t *addr,
H A Dserial_8250.h43 unsigned char iotype; /* UPIO_* */ member in struct:plat_serial8250_port

Completed in 284 milliseconds

1234567