Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/isdn/hardware/mISDN/
Dhfc_multi.h205 int DTMFbase; /* base address of DTMF coefficients */ member
Dhfcmulti.c1157 hc->DTMFbase = 0x1000; in init_chip()
1167 hc->DTMFbase = 0x2000; in init_chip()
1178 hc->DTMFbase = 0x2000; in init_chip()
1184 hc->DTMFbase = 0x0; in init_chip()
1856 addr = hc->DTMFbase + ((co << 7) | (ch << 2)); in hfcmulti_dtmf()