Home
last modified time | relevance | path

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

/linux-4.19.296/drivers/isdn/hardware/mISDN/
Dhfc_multi.h205 int DTMFbase; /* base address of DTMF coefficients */ member
Dhfcmulti.c1171 hc->DTMFbase = 0x1000; in init_chip()
1181 hc->DTMFbase = 0x2000; in init_chip()
1192 hc->DTMFbase = 0x2000; in init_chip()
1198 hc->DTMFbase = 0x0; in init_chip()
1870 addr = hc->DTMFbase + ((co << 7) | (ch << 2)); in hfcmulti_dtmf()