Home
last modified time | relevance | path

Searched refs:modem (Results 1 – 25 of 128) sorted by relevance

123456

/Linux-v4.19/drivers/hsi/clients/
Dnokia-modem.c54 struct nokia_modem_device *modem = (struct nokia_modem_device *)data; in do_nokia_modem_rst_ind_tasklet() local
56 if (!modem) in do_nokia_modem_rst_ind_tasklet()
59 dev_info(modem->device, "CMT rst line change detected\n"); in do_nokia_modem_rst_ind_tasklet()
61 if (modem->ssi_protocol) in do_nokia_modem_rst_ind_tasklet()
62 ssip_reset_event(modem->ssi_protocol); in do_nokia_modem_rst_ind_tasklet()
67 struct nokia_modem_device *modem = (struct nokia_modem_device *)data; in nokia_modem_rst_ind_isr() local
69 tasklet_schedule(&modem->nokia_modem_rst_ind_tasklet); in nokia_modem_rst_ind_isr()
76 struct nokia_modem_device *modem = dev_get_drvdata(dev); in nokia_modem_gpio_unexport() local
79 for (i = 0; i < modem->gpio_amount; i++) { in nokia_modem_gpio_unexport()
80 sysfs_remove_link(&dev->kobj, modem->gpios[i].name); in nokia_modem_gpio_unexport()
[all …]
DKconfig11 Say Y here if you want to add support for the modem on Nokia
40 serial communication with the cellular modem over HSI/SSI bus.
DMakefile5 obj-$(CONFIG_NOKIA_MODEM) += nokia-modem.o
/Linux-v4.19/drivers/net/hamradio/
Dbaycom_ser_hdx.c133 } modem; member
209 outb(0x0e | (!!bc->modem.ser12.tx_bit), MCR(dev->base_addr)); in ser12_tx()
210 if (bc->modem.shreg <= 1) in ser12_tx()
211 bc->modem.shreg = 0x10000 | hdlcdrv_getbits(&bc->hdrv); in ser12_tx()
212 bc->modem.ser12.tx_bit = !(bc->modem.ser12.tx_bit ^ in ser12_tx()
213 (bc->modem.shreg & 1)); in ser12_tx()
214 bc->modem.shreg >>= 1; in ser12_tx()
227 bc->modem.ser12.dcd_shreg = (bc->modem.ser12.dcd_shreg << 1) | in ser12_rx()
228 (cur_s != bc->modem.ser12.last_sample); in ser12_rx()
229 bc->modem.ser12.last_sample = cur_s; in ser12_rx()
[all …]
Dbaycom_ser_fdx.c145 } modem; member
240 bc->modem.ser12.pll_time; in ser12_rx()
245 bc->modem.ser12.pll_time += bc->baud_us; in ser12_rx()
246 bc->modem.ser12.dcd_time--; in ser12_rx()
248 if (bc->modem.shreg & 1) { in ser12_rx()
249 hdlcdrv_putbits(&bc->hdrv, (bc->modem.shreg >> 1) ^ 0xffff); in ser12_rx()
250 bc->modem.shreg = 0x10000; in ser12_rx()
253 bc->modem.shreg >>= 1; in ser12_rx()
255 if (bc->modem.ser12.dcd_time <= 0) { in ser12_rx()
257 hdlcdrv_setdcd(&bc->hdrv, (bc->modem.ser12.dcd_sum0 + in ser12_rx()
[all …]
Dbaycom_par.c144 } modem; member
203 bc->modem.par96.scram = ((bc->modem.par96.scram << 1) | in par96_tx()
204 (bc->modem.par96.scram & 1)); in par96_tx()
206 bc->modem.par96.scram ^= 1; in par96_tx()
207 if (bc->modem.par96.scram & (PAR96_SCRAM_TAP1 << 1)) in par96_tx()
208 bc->modem.par96.scram ^= in par96_tx()
210 if (bc->modem.par96.scram & (PAR96_SCRAM_TAP1 << 2)) in par96_tx()
229 bc->modem.par96.descram = (bc->modem.par96.descram << 1); in par96_rx()
231 bc->modem.par96.descram |= 1; in par96_rx()
232 descx = bc->modem.par96.descram ^ in par96_rx()
[all …]
Dscc.c358 if ((scc->modem.clocksrc != CLK_EXTERNAL)) in start_hunt()
454 if ((scc->modem.clocksrc != CLK_EXTERNAL)) in scc_exint()
732 if (scc->modem.speed > 0) /* paranoia... */ in set_speed()
733 set_brg(scc, (unsigned) (scc->clock / (scc->modem.speed * 64)) - 2); in set_speed()
807 …wr(scc,R10,(scc->modem.nrz? NRZ : NRZI)|CRCPS|ABUNDER); /* abort on underrun, preset CRC generator… in init_channel()
837 switch(scc->modem.clocksrc) in init_channel()
906 if (scc->modem.speed < 300) in scc_key_trx()
907 scc->modem.speed = 1200; in scc_key_trx()
909 time_const = (unsigned) (scc->clock / (scc->modem.speed * (tx? 2:64))) - 2; in scc_key_trx()
919 if (scc->modem.clocksrc == CLK_DPLL) in scc_key_trx()
[all …]
/Linux-v4.19/drivers/usb/atm/
DKconfig6 tristate "USB DSL modem support"
12 modem to your computer's USB port. You will then need to choose your
13 modem from the list below.
25 modem. In order to use your modem you will need to install the
36 Say Y here if you have an ADSL USB modem based on the Conexant
37 AccessRunner chipset. In order to use your modem you will need to
45 tristate "ADI 930 and eagle USB DSL modem"
48 Say Y here if you have an ADSL USB modem based on the ADI 930
49 or eagle chipset. In order to use your modem you will need to
57 tristate "Other USB DSL modem support"
[all …]
/Linux-v4.19/Documentation/devicetree/bindings/hsi/
Dnokia-modem.txt1 Nokia modem client bindings
3 The Nokia modem HSI client follows the common HSI client binding
5 properties are needed by the Nokia modem HSI client:
9 "nokia,n900-modem"
10 "nokia,n950-modem"
11 "nokia,n9-modem"
25 - interrupts: Should be IRQ handle for modem's reset indication
30 modem: hsi-client {
31 compatible = "nokia,n900-modem";
Dclient-devices.txt28 modem: hsi-client {
29 compatible = "nokia,n900-modem";
/Linux-v4.19/Documentation/networking/
Dbaycom.txt17 therefore it supports just about every bit bang modem on a
34 This driver supports the EPP modem.
40 ser12: This is a very simple 1200 baud AFSK modem. The modem consists only
43 for handling the HDLC protocol. The modem connects to a serial port,
48 par96: This is a modem for 9600 baud FSK compatible to the G3RUH standard.
49 The modem does all the filtering and regenerates the receiver clock.
52 The PC then empties the shift register in a burst. This modem connects
53 to the parallel port, hence the name. The modem leaves the
57 picpar: This is a redesign of the par96 modem by Henning Rech, DF9IC. The modem
63 EPP: This is a high-speed modem adaptor that connects to an enhanced parallel port.
[all …]
DREADME.sb10002 as NextLevel) SURFboard1000 internal cable modem board. This is an ISA card
3 which is used by a number of cable TV companies to provide cable modem access.
4 It's a one-way downstream-only cable modem, meaning that your upstream net link
5 is provided by your regular phone modem.
17 to configure the cable modem and network interface (usually called "cm0");
21 cable modem easy.
86 phone number, and frequency for the cable modem. Also edit pap-secrets
102 connect successfully the cable modem interface will come up and you'll see a
109 The command "cmconfig cm0" will give you information about the cable modem
181 (and typically during a lengthy download through the cable modem)!
Dphonet.txt9 receive and send messages from/to the modem, or any other external
10 device attached to the modem. The modem takes care of routing.
45 The modem always has address number zero. All other device have a their
54 link through which the packet is transmitted, from the modem's
/Linux-v4.19/Documentation/devicetree/bindings/serial/
Dsnps-dw-apb-uart.txt27 - dcd-override : Override the DCD modem status signal. This signal will always
28 be reported as active instead of being obtained from the modem status
30 - dsr-override : Override the DTS modem status signal. This signal will always
31 be reported as active instead of being obtained from the modem status
33 - cts-override : Override the CTS modem status signal. This signal will always
34 be reported as active instead of being obtained from the modem status
36 - ri-override : Override the RI modem status signal. This signal will always be
37 reported as inactive instead of being obtained from the modem status register.
Dnvidia,tegra20-hsuart.txt20 - nvidia,enable-modem-interrupt: Enable modem interrupts. Should be enable
30 nvidia,enable-modem-interrupt;
/Linux-v4.19/Documentation/serial/
Dn_gsm.txt13 1- initialize the modem in 0710 mux mode (usually AT+CMUX= command) through
14 its serial port. Depending on the modem used, you can pass more or less
31 /* open the serial port connected to the modem */
36 /* send the AT commands to switch the modem to CMUX mode
53 /* our modem defaults to a maximum size of 127 bytes */
64 each modem has its configuration and some DLC have dedicated functions,
80 Note that after closing the physical port the modem is still in multiplexing
82 this situation either reset the modem if your hardware allows that or send
/Linux-v4.19/sound/pci/
DMakefile11 snd-atiixp-modem-objs := atiixp_modem.o
30 snd-via82xx-modem-objs := via82xx_modem.o
37 obj-$(CONFIG_SND_ATIIXP_MODEM) += snd-atiixp-modem.o
56 obj-$(CONFIG_SND_VIA82XX_MODEM) += snd-via82xx-modem.o
/Linux-v4.19/drivers/phy/motorola/
DKconfig15 tristate "Motorola Mapphone MDM6600 modem USB PHY driver"
19 Enable this for MDM6600 USB modem to work on Motorola phones
/Linux-v4.19/Documentation/devicetree/bindings/remoteproc/
Dqcom,q6v5.txt53 Definition: reference to the reset-controller for the modem sub-system
60 Definition: must be "mss_restart" for the modem sub-system
88 by the three offsets within syscon for q6, modem and nc
109 modem-rproc@fc880000 {
/Linux-v4.19/drivers/isdn/hardware/eicon/
Ddebug.c1429 diva_trace_modem_state_t *modem = &channel->modem; in diva_maint_state_change_notify() local
1509 if (ch != (int)modem->ChannelNumber) { in diva_maint_state_change_notify()
1519 (int)modem->ChannelNumber); in diva_maint_state_change_notify()
1520 diva_mnt_internal_dprintf(pC->hDbg->id, DLI_STAT, "MDM Event = %lu", modem->Event); in diva_maint_state_change_notify()
1521 diva_mnt_internal_dprintf(pC->hDbg->id, DLI_STAT, "MDM Norm = %lu", modem->Norm); in diva_maint_state_change_notify()
1522 diva_mnt_internal_dprintf(pC->hDbg->id, DLI_STAT, "MDM Opts. = 0x%08x", modem->Options); in diva_maint_state_change_notify()
1523 diva_mnt_internal_dprintf(pC->hDbg->id, DLI_STAT, "MDM Tx = %lu Bps", modem->TxSpeed); in diva_maint_state_change_notify()
1524 diva_mnt_internal_dprintf(pC->hDbg->id, DLI_STAT, "MDM Rx = %lu Bps", modem->RxSpeed); in diva_maint_state_change_notify()
1526 modem->RoundtripMsec); in diva_maint_state_change_notify()
1527 diva_mnt_internal_dprintf(pC->hDbg->id, DLI_STAT, "MDM Sr = %lu", modem->SymbolRate); in diva_maint_state_change_notify()
[all …]
/Linux-v4.19/arch/arm/boot/dts/
Domap3-n9.dts66 &modem {
67 compatible = "nokia,n9-modem";
/Linux-v4.19/drivers/tty/
Dn_gsm.c1015 u32 modem, int clen) in gsm_process_modem() argument
1027 modem = modem & 0x7f; in gsm_process_modem()
1029 brk = modem & 0x7f; in gsm_process_modem()
1030 modem = (modem >> 7) & 0x7f; in gsm_process_modem()
1034 fc = (modem & MDM_FC) || !(modem & MDM_RTR); in gsm_process_modem()
1044 if (modem & MDM_RTC) in gsm_process_modem()
1046 if (modem & MDM_RTR) in gsm_process_modem()
1048 if (modem & MDM_IC) in gsm_process_modem()
1050 if (modem & MDM_DV) in gsm_process_modem()
1079 unsigned int modem = 0; in gsm_control_modem() local
[all …]
/Linux-v4.19/drivers/usb/class/
DKconfig14 If your modem only reports "Cls=ff(vend.)" in the descriptors in
15 /sys/kernel/debug/usb/devices, then your modem will not work with this
/Linux-v4.19/Documentation/devicetree/bindings/sound/
Dgtm601.txt1 GTM601 UMTS modem audio interface CODEC
/Linux-v4.19/sound/pci/ac97/
Dac97_local.h26 int modem);

123456