I n d u s t r i al M o t he r b o ar d
E M B - H6 1 A
Appendix D Electrical Specifications for I/O Ports
D-8
************************************************************************************
VOID
SIOEnterMBPnPMode()
{
IOWriteByte(SIOIndex, 0x87);
IOWriteByte(SIOIndex, 0x87);
}
VOID
SIOExitMBPnPMode()
{
IOWriteByte(SIOIndex, 0xAA);
}
VOID
SIOSelectLDN(byte LDN)
{
IOWriteByte(SIOIndex, 0x07);
// SIO LDN Register Offset = 0x07
IOWriteByte(SIOData,
LDN
);
}
VOID
SIOBitSet(byte LDN, byte Register, byte BitNum, byte Value)
{
Byte TmpValue;
SIOEnterMBPnPMode();
SIOSelectLDN(byte
LDN
);
IOWriteByte(SIOIndex, Register);
TmpValue = IOReadByte(SIOData);
TmpValue &= ~(1 << BitNum);
TmpValue |= (Value << BitNum);
IOWriteByte(SIOData, TmpValue);
SIOExitMBPnPMode();
}
VOID
SIOByteSet(byte LDN, byte Register, byte Value)
{
SIOEnterMBPnPMode();
SIOSelectLDN(LDN);
IOWriteByte(SIOIndex, Register);
IOWriteByte(SIOData,
Value
);
SIOExitMBPnPMode();
}
************************************************************************************
Summary of Contents for EMB-H61A
Page 1: ...Industrial Motherboard EMB H61A EMB H61A Manual 3rd Ed January 2016...
Page 16: ...Industrial Motherboard EMB H61A Chapter 2 Quick Installation Guide 2 4 Solder Side...
Page 18: ...Industrial Motherboard EMB H61A Chapter 2 Quick Installation Guide 2 6 Solder Side...
Page 29: ...Industrial Motherboard EMB H61A Chapter 3 AMI BIOS Setup 3 1 AMI BIOS Setup Chapter 3...
Page 42: ...Industrial Motherboard EMB H61A Chapter 3 AMI BIOS Setup 3 14 Serial Port Configuration...
Page 49: ...Industrial Motherboard EMB H61A Chapter 3 AMI BIOS Setup 3 21 PCH IO Configuration...
Page 52: ...Industrial Motherboard EMB H61A Chapter 3 AMI BIOS Setup 3 24 Graphics Configuration...
Page 64: ...Industrial Motherboard EMB H61A Chapter4 Drivers Installation 4 5...
Page 65: ...Industrial Motherboard EMB H61A Chapter 4 Driver Installation 4 6...
Page 66: ...Industrial Motherboard EMB H61A Chapter4 Drivers Installation 4 7...
Page 73: ...Industrial Motherboard EMB H61A Appendix B I O Information B 1 I O Information Appendix B...
Page 74: ...Industrial Motherboard EMB H61A Appendix B I O Information B 2 B 1 I O Address Map...
Page 75: ...Industrial Motherboard EMB H61A Appendix B I O Information B 3...
Page 76: ...Industrial Motherboard EMB H61A Appendix B I O Information B 4 B 2 1 st MB Memory Address Map...
Page 77: ...Industrial Motherboard EMB H61A Appendix B I O Information B 5 B 3 IRQ Mapping Chart...
Page 78: ...Industrial Motherboard EMB H61A Appendix B I O Information B 6...
Page 79: ...Industrial Motherboard EMB H61A Appendix B I O Information B 7 B 4 DMA Channel Assignments...
Page 80: ...Industrial Motherboard EMB H61A Appendix C Mating Connector C 1 Mating Connector Appendix C...