Home
last modified time | relevance | path

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

/openbmc/linux/drivers/tty/serial/
H A Dsuncore.c174 } mouse_baud_table[] = { variable
187 for (i = 0; mouse_baud_table[i].baud != -1; i++) in suncore_mouse_baud_cflag_next()
188 if (mouse_baud_table[i].cflag == (cflag & CBAUD)) in suncore_mouse_baud_cflag_next()
192 if (mouse_baud_table[i].baud == -1) in suncore_mouse_baud_cflag_next()
195 *new_baud = mouse_baud_table[i].baud; in suncore_mouse_baud_cflag_next()
196 return mouse_baud_table[i].cflag; in suncore_mouse_baud_cflag_next()