Aaeon FWB-7250 Manual page 85

Networking motherboard
Table of Contents

Advertisement

N e t w o r k i n g M o t h e r b o a r d
************************************************************************************
SIOBitSet(byte LDN, byte Register, byte BitNum, byte Value)
VOID
Byte TmpValue;
SIOEnterMBPnPMode();
SIOSelectLDN(byte
IOWriteByte(SIOIndex, Register);
TmpValue = IOReadByte(SIOData);
TmpValue &= ~(1 << BitNum);
TmpValue |= (Value << BitNum);
IOWriteByte(SIOData, TmpValue);
SIOExitMBPnPMode();
}
SIOByteSet(byte LDN, byte Register, byte Value)
VOID
SIOEnterMBPnPMode();
SIOSelectLDN(LDN);
IOWriteByte(SIOIndex, Register);
IOWriteByte(SIOData,
SIOExitMBPnPMode();
}
************************************************************************************
);
LDN
);
Value
Appendix A Programming the Watchdog Timer
F W B - 7 2 5 0
{
{
A-7

Advertisement

Table of Contents
loading

Table of Contents