Home
last modified time | relevance | path

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

/openbmc/linux/drivers/isdn/hardware/mISDN/
H A Dhfcmulti.c1105 val, rev, (rev == 0 && (hc->ctype != HFC_TYPE_XHFC)) ? in init_chip()
1107 if (hc->ctype != HFC_TYPE_XHFC && rev == 0) { in init_chip()
1149 if (hc->ctype == HFC_TYPE_XHFC) { in init_chip()
1241 if (hc->ctype == HFC_TYPE_XHFC) in init_chip()
1247 if (hc->ctype == HFC_TYPE_XHFC) in init_chip()
1257 if (hc->ctype != HFC_TYPE_XHFC) in init_chip()
1302 if (hc->ctype != HFC_TYPE_XHFC) in init_chip()
1466 if (hc->ctype != HFC_TYPE_XHFC) in init_chip()
2022 if (hc->ctype == HFC_TYPE_XHFC) in hfcmulti_tx()
2031 if (hc->ctype == HFC_TYPE_XHFC) in hfcmulti_tx()
[all …]
H A Dhfc_multi.h98 #define HFC_TYPE_XHFC 5 /* controller is XHFC */ macro