Searched refs:modem (Results 26 - 37 of 37) sorted by relevance

12

/drivers/tty/serial/
H A Dfsl_lpuart.c1213 unsigned char cr1, old_cr1, old_cr2, cr4, bdh, modem; local
1222 modem = readb(sport->port.membase + UARTMODEM);
1251 modem |= (UARTMODEM_RXRTSE | UARTMODEM_TXCTSE);
1254 modem &= ~(UARTMODEM_RXRTSE | UARTMODEM_TXCTSE);
1336 writeb(modem, sport->port.membase + UARTMODEM);
1350 unsigned long ctrl, old_ctrl, bd, modem; local
1357 modem = lpuart32_read(sport->port.membase + UARTMODIR);
1386 modem |= (UARTMODEM_RXRTSE | UARTMODEM_TXCTSE);
1389 modem &= ~(UARTMODEM_RXRTSE | UARTMODEM_TXCTSE);
1456 lpuart32_write(modem, spor
[all...]
H A Dpch_uart.c1188 /* Returns the current state of modem control inputs. */
1192 u8 modem; local
1196 modem = pch_uart_hal_get_modem(priv);
1198 if (modem & UART_MSR_DCD)
1201 if (modem & UART_MSR_RI)
1204 if (modem & UART_MSR_DSR)
1207 if (modem & UART_MSR_CTS)
1267 /* Enable the modem status interrupts. */
H A DKconfig956 including 2 port RVX, 2 port internal modem, 4 port internal
957 modem and a split 1 port RVX and 1 port internal modem.
1369 tristate "SPI protocol driver for Infineon 6x60 modem (EXPERIMENTAL)"
1372 Support for the IFX6x60 modem devices on Intel MID platforms.
H A Difx6x60.c3 * Driver for the IFX 6x60 spi modem.
109 pr_warn("no ifx modem active;\n");
292 * ifx_spi_tiocmget - get modem lines
296 * Map the signal state into Linux modem flags and report the value
315 * ifx_spi_tiocmset - set modem bits
321 * and flag that an update to the modem is needed.
457 /* if modem cts is set, just send empty buffer */
887 * The modem asserted SRDY. Handle the srdy event
902 * The modem has either entered or left reset state. Check the GPIO
952 * ifx_spi_reset - reset modem
[all...]
/drivers/net/ethernet/xircom/
H A Dxirc2ps_cs.c223 #define XIR_CM28 10 /* (prodid 3) modem only: not supported here */
224 #define XIR_CM33 11 /* (prodid 4) modem only: not supported here */
225 #define XIR_CM56 12 /* (prodid 5) modem only: not supported here */
226 #define XIR_CG 13 /* (prodid 1) GSM modem only: not supported */
279 int modem; /* is a multi function card (i.e with a modem) */ member in struct:local_info
559 local->modem = 0;
570 local->modem = 1;
764 if (local->modem) {
820 /* Reset the modem'
[all...]
/drivers/net/
H A DKconfig15 telephone line or null modem cable you need say Y here. Connecting
276 cable modem. This is an ISA card which is used by a number of cable
277 TV companies to provide cable modem access. It's a one-way
278 downstream-only cable modem, meaning that your upstream net link is
279 provided by your regular phone modem.
/drivers/staging/rtl8712/
H A Drtl871x_cmd.h386 Notes: To set the channel/modem/band
387 This command will be used when channel/modem/band is changed.
395 Notes: To get the current setting of channel/modem/band
402 u8 modem; member in struct:getphy_rsp
/drivers/usb/serial/
H A DKconfig273 Say Y here if you want to use a IPWireless USB modem such as
542 tristate "USB Qualcomm Serial modem"
545 Say Y here if you have a Qualcomm USB modem device. These are
626 Say Y here if you have a GSM or CDMA modem that's connected to USB.
629 built-in OHCI-USB adapter and an internally-connected GSM modem.
/drivers/tty/serial/8250/
H A DKconfig28 BTW2: If you intend to use a software modem (also called Winmodem)
128 including serial port cards, modems, and the modem functions of
129 multi-function Ethernet/modem cards. (PCMCIA- or PC-cards are
/drivers/net/wan/
H A DKconfig11 achievable with commonly used asynchronous modem connections.
/drivers/staging/dgap/
H A Ddgap.c442 { MODEM, "modem" },
1329 u8 modem; local
1459 /* Turn on all modem interrupts for now */
1460 modem = (DM_CD | DM_DSR | DM_CTS | DM_RI);
1461 writeb(modem, &(ch->ch_bs->m_int));
2787 * Return modem signals to ld.
2837 * Set modem signals, called by ld.
3011 * Return modem signals to ld.
3051 * Set modem signals, called by ld.
5201 * Set modem contro
5371 int modem; local
[all...]
/drivers/isdn/hardware/eicon/
H A Dmaintidi.c1100 that will inform about change in the state of modem instance, that is
1398 diva_trace_modem_state_t *pModem = &pLib->lines[Channel].modem;

Completed in 555 milliseconds

12