Searched refs:BaudDiv (Results 1 – 2 of 2) sorted by relevance
368 Byte_t BaudDiv[4]; member879 (ChP)->BaudDiv[2] = (Byte_t)(DIVISOR); \880 (ChP)->BaudDiv[3] = (Byte_t)((DIVISOR) >> 8); \881 sOutDW((ChP)->IndexAddr,*(DWord_t *)&(ChP)->BaudDiv[0]); \
2798 ChP->BaudDiv[0] = (Byte_t)(ChOff + _BAUD); in sInitChan()2799 ChP->BaudDiv[1] = (Byte_t)((ChOff + _BAUD) >> 8); in sInitChan()2800 ChP->BaudDiv[2] = (Byte_t)brd9600; in sInitChan()2801 ChP->BaudDiv[3] = (Byte_t)(brd9600 >> 8); in sInitChan()2802 sOutDW(ChP->IndexAddr,*(DWord_t *)&ChP->BaudDiv[0]); in sInitChan()