Home
last modified time | relevance | path

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

/drivers/tty/serial/
D68328serial.c454 hw_baud_table[18] = { variable
475 hw_baud_table[18] = {
522 uart->ubaud = PUT_FIELD(UBAUD_DIVIDE, hw_baud_table[i].divisor) | in change_speed()
523 PUT_FIELD(UBAUD_PRESCALER, hw_baud_table[i].prescale); in change_speed()
1247 UBAUD = PUT_FIELD(UBAUD_DIVIDE, hw_baud_table[i].divisor) |
1248 PUT_FIELD(UBAUD_PRESCALER, hw_baud_table[i].prescale);