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