Searched refs:BaudDiv (Results 1 – 2 of 2) sorted by relevance
359 Byte_t BaudDiv[4]; member934 (ChP)->BaudDiv[2] = (Byte_t)(DIVISOR); \935 (ChP)->BaudDiv[3] = (Byte_t)((DIVISOR) >> 8); \936 out32((ChP)->IndexAddr,(ChP)->BaudDiv); \
2738 ChP->BaudDiv[0] = (Byte_t) (ChOff + _BAUD); in sInitChan()2739 ChP->BaudDiv[1] = (Byte_t) ((ChOff + _BAUD) >> 8); in sInitChan()2740 ChP->BaudDiv[2] = (Byte_t) brd9600; in sInitChan()2741 ChP->BaudDiv[3] = (Byte_t) (brd9600 >> 8); in sInitChan()2742 out32(ChP->IndexAddr, ChP->BaudDiv); in sInitChan()