Searched refs:baud_co (Results 1 – 1 of 1) sorted by relevance
166 static char baud_co[] = { /* 25 MHz clock option table */180 static u_char baud_co[] = { /* 20 MHz clock option table */ variable977 info->tco = baud_co[i]; /* Tx CO */ in config_setup()979 info->rco = baud_co[i] >> 5; /* Rx CO */ in config_setup()2240 if (rbpr == baud_bpr[spd] && rcor == baud_co[spd]) in mvme167_serial_console_setup()2289 base_addr[CyTCOR] = baud_co[spd]; in mvme167_serial_console_setup()2291 base_addr[CyRCOR] = baud_co[spd] >> 5; in mvme167_serial_console_setup()2468 info->tco = baud_co[DefSpeed]; /* Tx CO */ in serial167_init()2470 info->rco = baud_co[DefSpeed] >> 5; /* Rx CO */ in serial167_init()2991 base_addr[CyTCOR] = baud_co[i]; in debug_setup()[all …]