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

/drivers/isdn/hisax/
H A Dhfc_usb.c550 __u8 threshbit; local
582 threshbit = (hfc->threshold_mask & (1 << fifon));
587 sink = (threshbit) ? SINK_DMIN : SINK_DMAX;
589 sink = (threshbit) ? SINK_MIN : SINK_MAX;
/drivers/isdn/hardware/mISDN/
H A Dhfcsusb.c1204 __u8 threshbit; local
1250 threshbit = (hw->threshold_mask & (1 << fifon));
1255 sink = (threshbit) ? SINK_DMIN : SINK_DMAX;
1257 sink = (threshbit) ? SINK_MIN : SINK_MAX;

Completed in 94 milliseconds