Home
last modified time | relevance | path

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

/linux-2.6.39/arch/cris/arch-v32/kernel/
Ddebugport.c127 reg_ser_rw_tr_baud_div tr_baud_div = {0}; in start_port() local
132 tr_baud_div.div = rec_baud_div.div = 29493000 / p->baudrate / 8; in start_port()
156 REG_WR (ser, p->instance, rw_tr_baud_div, tr_baud_div); in start_port()