Go to the documentation of this file.
33 #define REG_RESPNUM 12
52 #define BIT_T70_EXT 32
57 #define REG_CIDONCE 13
58 #define BIT_CIDONCE 16
61 #define REG_DISPLAY 13
62 #define BIT_DISPLAY 128
76 #define REG_CPNFCON 23
83 #define RESULT_CONNECT 1
85 #define RESULT_NO_CARRIER 3
86 #define RESULT_ERROR 4
87 #define RESULT_CONNECT64000 5
88 #define RESULT_NO_DIALTONE 6
90 #define RESULT_NO_ANSWER 8
91 #define RESULT_RINGING 9
92 #define RESULT_NO_MSN_EAZ 10
93 #define RESULT_VCON 11
94 #define RESULT_RUNG 12
96 #define TTY_IS_FCLASS1(info) \
97 ((info->emu.mdmreg[REG_L2PROT] == ISDN_PROTO_L2_FAX) && \
98 (info->emu.mdmreg[REG_L3PROT] == ISDN_PROTO_L3_FCLASS1))
99 #define TTY_IS_FCLASS2(info) \
100 ((info->emu.mdmreg[REG_L2PROT] == ISDN_PROTO_L2_FAX) && \
101 (info->emu.mdmreg[REG_L3PROT] == ISDN_PROTO_L3_FCLASS2))
116 #ifdef CONFIG_ISDN_TTY_FAX