Lines Matching defs:modem
5 * baycom_epp.c -- baycom epp radio modem driver.
17 * Integrated FPGA EPP modem configuration routines
119 /* EPP modem config/status bits */
161 unsigned int modem;
291 /* eppconfig: called during ifconfig up to configure the modem */
659 if (bc->modem == EPP_FPGAEXTSTATUS) {
848 memset(&bc->modem, 0, sizeof(bc->modem));
877 bc->modem = EPP_CONVENTIONAL;
879 printk(KERN_INFO "%s: no FPGA detected, assuming conventional EPP modem\n", bc_drvname);
881 bc->modem = /*EPP_FPGA*/ EPP_FPGAEXTSTATUS;
883 /* reset the modem */
1182 MODULE_DESCRIPTION("Baycom epp amateur radio modem driver");