Searched refs:BaudDiv (Results 1 – 2 of 2) sorted by relevance
358 Byte_t BaudDiv[4]; member933 (ChP)->BaudDiv[2] = (Byte_t)(DIVISOR); \934 (ChP)->BaudDiv[3] = (Byte_t)((DIVISOR) >> 8); \935 out32((ChP)->IndexAddr,(ChP)->BaudDiv); \
2772 ChP->BaudDiv[0] = (Byte_t) (ChOff + _BAUD); in sInitChan()2773 ChP->BaudDiv[1] = (Byte_t) ((ChOff + _BAUD) >> 8); in sInitChan()2774 ChP->BaudDiv[2] = (Byte_t) brd9600; in sInitChan()2775 ChP->BaudDiv[3] = (Byte_t) (brd9600 >> 8); in sInitChan()2776 out32(ChP->IndexAddr, ChP->BaudDiv); in sInitChan()