Searched refs:RxBaud (Results 1 – 2 of 2) sorted by relevance
157 u8 LNext = 0, TxBaud = 0, RxBaud = 0; in RIOParam() local438 #define e(b) case B ## b : RxBaud = TxBaud = RIO_B ## b ;break in RIOParam()458 rio_dprintk(RIO_DEBUG_PARAM, "tx baud 0x%x, rx baud 0x%x\n", TxBaud, RxBaud); in RIOParam()544 writeb(RxBaud, &phb_param_ptr->RxBaud); in RIOParam()
52 u8 RxBaud; /* Receive baudrate */ member