Home
last modified time | relevance | path

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

/openbmc/linux/drivers/isdn/hardware/mISDN/
H A Dhfc_multi.h205 int DTMFbase; /* base address of DTMF coefficients */ member
H A Dhfcmulti.c1126 hc->DTMFbase = 0x1000; in init_chip()
1136 hc->DTMFbase = 0x2000; in init_chip()
1147 hc->DTMFbase = 0x2000; in init_chip()
1153 hc->DTMFbase = 0x0; in init_chip()
1825 addr = hc->DTMFbase + ((co << 7) | (ch << 2)); in hfcmulti_dtmf()