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); \
2785 ChP->BaudDiv[0] = (Byte_t) (ChOff + _BAUD); in sInitChan()2786 ChP->BaudDiv[1] = (Byte_t) ((ChOff + _BAUD) >> 8); in sInitChan()2787 ChP->BaudDiv[2] = (Byte_t) brd9600; in sInitChan()2788 ChP->BaudDiv[3] = (Byte_t) (brd9600 >> 8); in sInitChan()2789 out32(ChP->IndexAddr, ChP->BaudDiv); in sInitChan()