Home
last modified time | relevance | path

Searched refs:hw_baud_table (Results 1 – 1 of 1) sorted by relevance

/linux-3.4.99/drivers/tty/serial/
D68328serial.c443 hw_baud_table[18] = { variable
464 hw_baud_table[18] = {
514 uart->ubaud = PUT_FIELD(UBAUD_DIVIDE, hw_baud_table[i].divisor) | in change_speed()
515 PUT_FIELD(UBAUD_PRESCALER, hw_baud_table[i].prescale); in change_speed()
1332 UBAUD = PUT_FIELD(UBAUD_DIVIDE, hw_baud_table[i].divisor) |
1333 PUT_FIELD(UBAUD_PRESCALER, hw_baud_table[i].prescale);