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) */ variable2032 info->tbpr = baud_bpr_60[i]; /* Tx BPR */ in cy_set_line_char()2034 info->rbpr = baud_bpr_60[i]; /* Rx BPR */ in cy_set_line_char()3151 info->tbpr = baud_bpr_60[13]; /* Tx BPR */ in cy_init_card()3153 info->rbpr = baud_bpr_60[13]; /* Rx BPR */ in cy_init_card()