Searched refs:baud_bpr_60 (Results 1 – 1 of 1) sorted by relevance
208 static const char baud_bpr_60[] = { /* 60 MHz baud rate period table (CD1400 J) */ variable2023 info->tbpr = baud_bpr_60[i]; /* Tx BPR */ in cy_set_line_char()2025 info->rbpr = baud_bpr_60[i]; /* Rx BPR */ in cy_set_line_char()3138 info->tbpr = baud_bpr_60[13]; /* Tx BPR */ in cy_init_card()3140 info->rbpr = baud_bpr_60[13]; /* Rx BPR */ in cy_init_card()