Searched refs:ISDN_NET_DIALMODE_MASK (Results 1 – 2 of 2) sorted by relevance
137 #define ISDN_NET_DIALMODE_MASK 0xC0 /* bits for status */ macro141 #define ISDN_NET_DIALMODE(x) ((&(x))->flags & ISDN_NET_DIALMODE_MASK)
2815 lp->flags &= ~ISDN_NET_DIALMODE_MASK; /* first all bits off */ in isdn_net_setcfg()2816 if (cfg->dialmode && !(cfg->dialmode & ISDN_NET_DIALMODE_MASK)) { in isdn_net_setcfg()2885 cfg->dialmode = lp->flags & ISDN_NET_DIALMODE_MASK; in isdn_net_getcfg()