Searched refs:iotype (Results 101 - 125 of 157) sorted by relevance

1234567

/linux-master/drivers/tty/serial/
H A Dmsm_serial.c1561 .iotype = UPIO_MEM,
1570 .iotype = UPIO_MEM,
1579 .iotype = UPIO_MEM,
H A Dmps2-uart.c547 mps_port->port.iotype = UPIO_MEM;
H A Damba-pl010.c692 uap->port.iotype = UPIO_MEM;
H A Dmen_z135_uart.c830 uart->port.iotype = UPIO_MEM;
H A Dvt8500_serial.c668 vt8500_port->uart.iotype = UPIO_MEM;
H A Ddz.c783 uport->iotype = UPIO_MEM;
H A Daltera_uart.c586 port->iotype = SERIAL_IO_MEM;
H A Dclps711x.c473 s->port.iotype = UPIO_MEM32;
H A Ddigicolor-usart.c484 dp->port.iotype = UPIO_MEM;
H A Desp32_uart.c721 port->iotype = UPIO_MEM;
H A Dmilbeaut_usio.c536 port->iotype = UPIO_MEM32;
H A Dsunplus-uart.c631 port->iotype = UPIO_MEM;
H A Dsifive.c946 ssp->port.iotype = UPIO_MEM;
H A Dowl-uart.c698 owl_port->port.iotype = UPIO_MEM;
H A Dmcf.c586 port->iotype = SERIAL_IO_MEM;
H A Dsprd_serial.c874 if (port->iotype != ser->io_type)
1170 up->iotype = UPIO_MEM;
H A Dsunzilog.c1431 up[0].port.iotype = UPIO_MEM;
1449 up[1].port.iotype = UPIO_MEM;
H A Dpmac_zilog.c1413 uap->port.iotype = UPIO_MEM;
1634 uap->port.iotype = UPIO_MEM;
H A Dsb1250-duart.c806 uport->iotype = UPIO_MEM;
/linux-master/arch/arm/mach-omap1/
H A Dboard-ams-delta.c775 .iotype = UPIO_MEM,
/linux-master/drivers/tty/serial/jsm/
H A Djsm_tty.c457 brd->channels[i]->uart_port.iotype = UPIO_MEM;
/linux-master/arch/mips/txx9/generic/
H A Dsetup.c379 req.iotype = UPIO_MEM;
/linux-master/drivers/tty/serial/8250/
H A D8250_pci1xxxx.c772 uart.port.iobase, uart.port.irq, uart.port.iotype,
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]);
/linux-master/drivers/net/wireless/realtek/rtlwifi/rtl8192de/
H A Dphy.c2924 bool rtl92d_phy_set_io_cmd(struct ieee80211_hw *hw, enum io_type iotype) argument
2932 iotype, rtlphy->set_io_inprogress);
2934 switch (iotype) {
2947 iotype);
2953 rtlphy->current_io_type = iotype;
2958 rtl_dbg(rtlpriv, COMP_CMD, DBG_TRACE, "<--IO Type(%#x)\n", iotype);

Completed in 263 milliseconds

1234567