Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/isdn/hisax/
Dhfc_usb.c550 __u8 threshbit; in tx_iso_complete() local
582 threshbit = (hfc->threshold_mask & (1 << fifon)); in tx_iso_complete()
587 sink = (threshbit) ? SINK_DMIN : SINK_DMAX; in tx_iso_complete()
589 sink = (threshbit) ? SINK_MIN : SINK_MAX; in tx_iso_complete()
/linux-4.4.14/drivers/isdn/hardware/mISDN/
Dhfcsusb.c1174 __u8 threshbit, *p; in tx_iso_complete() local
1223 threshbit = (hw->threshold_mask & (1 << fifon)); in tx_iso_complete()
1228 sink = (threshbit) ? SINK_DMIN : SINK_DMAX; in tx_iso_complete()
1230 sink = (threshbit) ? SINK_MIN : SINK_MAX; in tx_iso_complete()