Searched refs:mdmreg (Results 1 - 4 of 4) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/isdn/i4l/
H A Disdn_tty.h97 ((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))
H A Disdn_tty.c97 if (info->emu.mdmreg[REG_CPPP] & BIT_CPPP)
138 if (!(info->emu.mdmreg[REG_CPPP] & BIT_CPPP))
192 if (info->emu.mdmreg[REG_T70] & BIT_T70) {
193 if (info->emu.mdmreg[REG_T70] & BIT_T70_EXT) {
438 if ((info->emu.mdmreg[REG_CTS] & BIT_CTS) != 0)
512 if (info->emu.mdmreg[REG_T70] & BIT_T70) {
514 if (info->emu.mdmreg[REG_T70] & BIT_T70_EXT)
593 int l2 = m->mdmreg[REG_L2PROT];
600 if (m->mdmreg[REG_SI1] & (1 << j)) {
616 m->mdmreg[REG_SI1
[all...]
H A Disdn_ttyfax.c76 if ((m->mdmreg[REG_CPNFCON] & BIT_CPNFCON) &&
567 printk(KERN_DEBUG "isdn_tty: Fax FBUF? (%d) \n", (16 * m->mdmreg[REG_PSIZE]));
570 sprintf(rs, "\r\n %d ", (16 * m->mdmreg[REG_PSIZE]));
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Disdn.h442 u_char mdmreg[ISDN_MODEM_NUMREG]; /* Modem-Registers */ member in struct:atemu

Completed in 55 milliseconds