Home
last modified time | relevance | path

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

/drivers/tty/
Dcyclades.c207 static const char baud_bpr_60[] = { /* 60 MHz baud rate period table (CD1400 J) */ variable
2007 info->tbpr = baud_bpr_60[i]; /* Tx BPR */ in cy_set_line_char()
2009 info->rbpr = baud_bpr_60[i]; /* Rx BPR */ in cy_set_line_char()
3113 info->tbpr = baud_bpr_60[13]; /* Tx BPR */ in cy_init_card()
3115 info->rbpr = baud_bpr_60[13]; /* Rx BPR */ in cy_init_card()