Searched refs:bindex (Results 1 – 3 of 3) sorted by relevance
/linux-4.1.27/drivers/usb/serial/ |
D | keyspan_pda.c | 227 int bindex; in keyspan_pda_setbaud() local 231 bindex = 0; in keyspan_pda_setbaud() 234 bindex = 1; in keyspan_pda_setbaud() 237 bindex = 2; in keyspan_pda_setbaud() 240 bindex = 3; in keyspan_pda_setbaud() 243 bindex = 4; in keyspan_pda_setbaud() 246 bindex = 5; in keyspan_pda_setbaud() 249 bindex = 6; in keyspan_pda_setbaud() 252 bindex = 7; in keyspan_pda_setbaud() 255 bindex = 8; in keyspan_pda_setbaud() [all …]
|
/linux-4.1.27/drivers/tty/serial/ |
D | timbuart.c | 296 short bindex; in timbuart_set_termios() local 300 bindex = get_bindex(baud); in timbuart_set_termios() 301 dev_dbg(port->dev, "%s - bindex %d\n", __func__, bindex); in timbuart_set_termios() 303 if (bindex < 0) in timbuart_set_termios() 304 bindex = 0; in timbuart_set_termios() 305 baud = baudrates[bindex]; in timbuart_set_termios() 314 iowrite8((u8)bindex, port->membase + TIMBUART_BAUDRATE); in timbuart_set_termios()
|
/linux-4.1.27/drivers/net/wireless/brcm80211/brcmsmac/ |
D | ampdu.c | 848 u16 seq, start_seq = 0, bindex, index, mcl; in brcms_c_ampdu_dotxstatus_complete() local 956 bindex = MODSUB_POW2(seq, start_seq, SEQNUM_MAX); in brcms_c_ampdu_dotxstatus_complete() 959 tid, seq, start_seq, bindex, in brcms_c_ampdu_dotxstatus_complete() 960 isset(bitmap, bindex), index); in brcms_c_ampdu_dotxstatus_complete() 962 if ((bindex < AMPDU_TX_BA_MAX_WSIZE) in brcms_c_ampdu_dotxstatus_complete() 963 && isset(bitmap, bindex)) { in brcms_c_ampdu_dotxstatus_complete()
|