Home
last modified time | relevance | path

Searched refs:max_trans (Results 1 – 3 of 3) sorted by relevance

/Linux-v4.19/drivers/char/
Dmbcs.h147 max_trans:5, // 8:4
/Linux-v4.19/drivers/isdn/hardware/mISDN/
Dhfc_multi.h203 int max_trans; /* maximum transparent fifo fill */ member
Dhfcmulti.c1200 hc->max_trans = poll << 1; in init_chip()
1201 if (hc->max_trans > hc->Zlen) in init_chip()
1202 hc->max_trans = hc->Zlen; in init_chip()
2050 Zspace = Zspace - hc->Zlen + hc->max_trans; in hfcmulti_tx()