- 72 -
Appendix
outportb(sioIndex,0x07);
/* Select logic device – GPIO */
outportb(sioData, 0x06);
outportb(sioIndex,0xC1);
/* GPIO3 0~7 - Output Data */
outportb(sioData,iData);
outportb(sioIndex,0xAA);
/* Disable Super I/O */
}
int SioGPIOStatus()
{
int iStatus;
outportb(sioIndex,0x87);
/* Enable Super I/O */
outportb(sioIndex,0x87);
outportb(sioIndex,0x07);
/* Select logic device – GPIO */
outportb(sioData, 0x06);
outportb(sioIndex,0xC2);
/* GPIO3 0~7 - Status */
iStatus = inportb(sioData);
outportb(sioIndex,0xAA);
/* Disable Super I/O */
return iStatus;
}
Summary of Contents for HiCORE-i89Q1
Page 1: ...1 HiCORE i89Q1 HiCORE i89Q2 PICMG 1 0 Full size SBC User s Manual Version 1 2 2018 01 ...
Page 9: ...1 Chapter 1 Introduction Chapter 1 Introduction ...
Page 17: ...2 Chapter 2 Installation Chapter 2 Installation ...
Page 44: ... 36 This page is intentionally left blank ...
Page 45: ...3 Chapter 3 BIOS Chapter 3 BIOS ...
Page 73: ... 65 Appendix Appendix ...