Q S e v e n M o d u l e
A Q 7 - B T
************************************************************************************
VOID
ECBRAMWriteByte(byte OPReg, byte OPBit, byte Value)
{
IOWriteByte(EcBRAMIndex, 0x10);
IOWriteByte(EcBRAMData, BRAMLDNReg);
IOWriteByte(EcBRAMIndex, 0x11);
IOWriteByte(EcBRAMData, BRAMFnDataReg);
IOWriteByte(EcBRAMIndex, 0x13 + OPReg);
IOWriteByte(EcBRAMData, Value);
IOWriteByte(EcBRAMIndex, 0x12);
IOWriteByte(EcBRAMData, 0x30);
//Write start
}
Byte
ECBRAMReadByte(byte OPReg)
{
IOWriteByte(EcBRAMIndex, 0x10);
IOWriteByte(EcBRAMData, BRAMLDNReg);
IOWriteByte(EcBRAMIndex, 0x11);
IOWriteByte(EcBRAMData, BRAMFnDataReg);
IOWriteByte(EcBRAMIndex, 0x12);
IOWriteByte(EcBRAMData, 0x10);
//Read start
IOWriteByte(EcBRAMIndex, 0x13 + OPReg);
Return IOReadByte(EcBRAMData, Value);
}
************************************************************************************
Appendix A Programming the Watchdog Timer
A-6
Summary of Contents for AQ7-BT
Page 18: ...Qseven Module A Q 7 B T Chapter 2 Quick Installation Guide 2 5 Cooler www texim europe com ...
Page 22: ...Qseven Module A Q 7 B T Chapter 2 Quick Installation Guide 2 9 www texim europe com ...
Page 35: ...Qseven Module A Q 7 B T Advanced Chapter 3 AMI BIOS Setup 3 5 www texim europe com ...
Page 48: ...Qseven Module A Q 7 B T Chipset Chapter 3 AMI BIOS Setup 3 18 www texim europe com ...
Page 57: ...Qseven Module A Q 7 B T Exit Chapter 3 AMI BIOS Setup 3 27 www texim europe com ...
Page 71: ...QSeven Module A Q 7 B T Appendix B I O Information B 3 www texim europe com ...
Page 73: ...QSeven Module A Q 7 B T Appendix B I O Information B 5 www texim europe com ...
Page 75: ...QSeven Module A Q 7 B T Appendix B I O Information B 7 www texim europe com ...
Page 76: ...QSeven Module A Q 7 B T Appendix B I O Information B 8 www texim europe com ...
Page 77: ...QSeven Module A Q 7 B T Appendix B I O Information B 9 www texim europe com ...
Page 78: ...QSeven Module A Q 7 B T Appendix B I O Information B 10 www texim europe com ...
Page 79: ...QSeven Module A Q 7 B T Appendix B I O Information B 11 www texim europe com ...
Page 80: ...QSeven Module A Q 7 B T Appendix B I O Information B 12 www texim europe com ...
Page 81: ...QSeven Module A Q 7 B T Appendix B I O Information B 13 www texim europe com ...
Page 82: ...QSeven Module A Q 7 B T Appendix B I O Information B 14 www texim europe com ...
Page 83: ...QSeven Module A Q 7 B T Appendix B I O Information B 15 www texim europe com ...
Page 84: ...QSeven Module A Q 7 B T Appendix B I O Information B 16 www texim europe com ...
Page 85: ...QSeven Module A Q 7 B T Appendix B I O Information B 17 www texim europe com ...
Page 86: ...QSeven Module A Q 7 B T Appendix B I O Information B 18 www texim europe com ...