Home
last modified time | relevance | path

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

/linux-6.15/drivers/isdn/hardware/mISDN/
H A Dhfc_multi.h205 int DTMFbase; /* base address of DTMF coefficients */ member
H A Dhfcmulti.c1127 hc->DTMFbase = 0x1000; in init_chip()
1137 hc->DTMFbase = 0x2000; in init_chip()
1148 hc->DTMFbase = 0x2000; in init_chip()
1154 hc->DTMFbase = 0x0; in init_chip()
1826 addr = hc->DTMFbase + ((co << 7) | (ch << 2)); in hfcmulti_dtmf()