Searched refs:mdmreg (Results 1 – 4 of 4) sorted by relevance
104 if (info->emu.mdmreg[REG_CPPP] & BIT_CPPP) in isdn_tty_try_read()144 if (!(info->emu.mdmreg[REG_CPPP] & BIT_CPPP)) in isdn_tty_readmodem()199 if (info->emu.mdmreg[REG_T70] & BIT_T70) { in isdn_tty_rcv_skb()200 if (info->emu.mdmreg[REG_T70] & BIT_T70_EXT) { in isdn_tty_rcv_skb()445 if ((info->emu.mdmreg[REG_CTS] & BIT_CTS) != 0) in isdn_tty_senddown()519 if (info->emu.mdmreg[REG_T70] & BIT_T70) { in isdn_tty_senddown()521 if (info->emu.mdmreg[REG_T70] & BIT_T70_EXT) in isdn_tty_senddown()600 int l2 = m->mdmreg[REG_L2PROT]; in isdn_tty_dial()607 if (m->mdmreg[REG_SI1] & (1 << j)) { in isdn_tty_dial()623 m->mdmreg[REG_SI1I] = si2bit[si]; in isdn_tty_dial()[all …]
97 ((info->emu.mdmreg[REG_L2PROT] == ISDN_PROTO_L2_FAX) && \98 (info->emu.mdmreg[REG_L3PROT] == ISDN_PROTO_L3_FCLASS1))100 ((info->emu.mdmreg[REG_L2PROT] == ISDN_PROTO_L2_FAX) && \101 (info->emu.mdmreg[REG_L3PROT] == ISDN_PROTO_L3_FCLASS2))
76 if ((m->mdmreg[REG_CPNFCON] & BIT_CPNFCON) && in isdn_tty_fax_modem_result()567 printk(KERN_DEBUG "isdn_tty: Fax FBUF? (%d) \n", (16 * m->mdmreg[REG_PSIZE])); in isdn_tty_cmd_FCLASS2()570 sprintf(rs, "\r\n %d ", (16 * m->mdmreg[REG_PSIZE])); in isdn_tty_cmd_FCLASS2()
291 u_char mdmreg[ISDN_MODEM_NUMREG]; /* Modem-Registers */ member