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 */ variable2037 info->tbpr = baud_bpr_25[i]; /* Tx BPR */ in cy_set_line_char()2039 info->rbpr = baud_bpr_25[i]; /* Rx BPR */ in cy_set_line_char()3157 info->tbpr = baud_bpr_25[13]; /* Tx BPR */ in cy_init_card()3159 info->rbpr = baud_bpr_25[13]; /* Rx BPR */ in cy_init_card()