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

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

Completed in 126 milliseconds