Home
last modified time | relevance | path

Searched refs:DTMF_TONE_MASK (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/include/linux/
H A DmISDNif.h129 #define DTMF_TONE_MASK 0x007F macro
/openbmc/linux/drivers/isdn/hardware/mISDN/
H A DmISDNisar.c1509 if ((hh->id == 0) && ((*val & ~DTMF_TONE_MASK) == in isar_l2l1()
1512 char tt = *val & DTMF_TONE_MASK; in isar_l2l1()