Searched refs:mdmreg (Results 1 – 4 of 4) sorted by relevance
105 if (info->emu.mdmreg[REG_CPPP] & BIT_CPPP) in isdn_tty_try_read()145 if (!(info->emu.mdmreg[REG_CPPP] & BIT_CPPP)) in isdn_tty_readmodem()200 if (info->emu.mdmreg[REG_T70] & BIT_T70) { in isdn_tty_rcv_skb()201 if (info->emu.mdmreg[REG_T70] & BIT_T70_EXT) { in isdn_tty_rcv_skb()446 if ((info->emu.mdmreg[REG_CTS] & BIT_CTS) != 0) in isdn_tty_senddown()520 if (info->emu.mdmreg[REG_T70] & BIT_T70) { in isdn_tty_senddown()522 if (info->emu.mdmreg[REG_T70] & BIT_T70_EXT) in isdn_tty_senddown()601 int l2 = m->mdmreg[REG_L2PROT]; in isdn_tty_dial()608 if (m->mdmreg[REG_SI1] & (1 << j)) { in isdn_tty_dial()624 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