Searched refs:bindex (Results 1 - 3 of 3) sorted by relevance

/drivers/usb/serial/
H A Dkeyspan_pda.c247 int bindex; local
251 bindex = 0;
254 bindex = 1;
257 bindex = 2;
260 bindex = 3;
263 bindex = 4;
266 bindex = 5;
269 bindex = 6;
272 bindex = 7;
275 bindex
[all...]
/drivers/tty/serial/
H A Dtimbuart.c299 short bindex; local
303 bindex = get_bindex(baud);
304 dev_dbg(port->dev, "%s - bindex %d\n", __func__, bindex);
306 if (bindex < 0)
307 bindex = 0;
308 baud = baudrates[bindex];
317 iowrite8((u8)bindex, port->membase + TIMBUART_BAUDRATE);
/drivers/net/wireless/brcm80211/brcmsmac/
H A Dampdu.c906 u16 seq, start_seq = 0, bindex, index, mcl; local
1018 bindex = MODSUB_POW2(seq, start_seq, SEQNUM_MAX);
1020 "tid %d seq %d, start_seq %d, bindex %d set %d, index %d\n",
1021 tid, seq, start_seq, bindex,
1022 isset(bitmap, bindex), index);
1024 if ((bindex < AMPDU_TX_BA_MAX_WSIZE)
1025 && isset(bitmap, bindex)) {

Completed in 78 milliseconds