Searched refs:baud_bpr_25 (Results 1 – 1 of 1) sorted by relevance
195 static const char baud_bpr_25[] = { /* 25 MHz baud rate period table */ variable2028 info->tbpr = baud_bpr_25[i]; /* Tx BPR */ in cy_set_line_char()2030 info->rbpr = baud_bpr_25[i]; /* Rx BPR */ in cy_set_line_char()3144 info->tbpr = baud_bpr_25[13]; /* Tx BPR */ in cy_init_card()3146 info->rbpr = baud_bpr_25[13]; /* Rx BPR */ in cy_init_card()