Utilities
61
cPCI-6530BL
outportb(IT87831, 0x02);
}
//Check chip
void Get_IT8783_ID(unsigned int &ID1, unsigned int
&ID2)
{
outportb(IT8783_ioPort, 0x20);
ID1 = inportb(IT87831);
outportb(IT8783_ioPort, 0x21);
ID2 = inportb(IT87831);
}
//WDT and LED program
void IT8783_3_WDTRun(unsigned int count_value,
unsigned int PLEDflag) //for cPCI-6530BL
{
unsigned long tempCount;
unsigned int registerValue;
outportb(IT8783_ioPort, 0x07);
outportb(IT87831, 0x07);// Device 7
outportb(IT8783_ioPort, 0xf8);
outportb(IT87831, 0x00);// PLED mapping
to nothing, disable PLED function
if(PLEDflag == 1)
{
outportb(IT8783_ioPort, 0x2D);
registerValue = inportb(IT8783_ 1);
registerValue |= 0x01; // set Pin109
is GPIO function GP60
outportb(IT87831, registerValue);
outportb(IT8783_ioPort, 0xC5);
registerValue = inportb(IT8783_ 1);
registerValue &= 0xfe; // set GP60 is
alternate function
outportb(IT87831, registerValue);
Содержание cPCI-6530BL Series
Страница 8: ...viii Table of Contents Leading EDGE COMPUTING This page intentionally left blank ...
Страница 10: ...x List of Figures Leading EDGE COMPUTING This page intentionally left blank ...
Страница 12: ...xii List of Tables Leading EDGE COMPUTING This page intentionally left blank ...
Страница 16: ...4 Introduction Leading EDGE COMPUTING This page intentionally left blank ...
Страница 24: ...12 Specifications Leading EDGE COMPUTING This page intentionally left blank ...
Страница 68: ...56 Getting Started Leading EDGE COMPUTING This page intentionally left blank ...
Страница 76: ...64 Utilities Leading EDGE COMPUTING This page intentionally left blank ...
Страница 110: ...98 BIOS Setup Utility Leading EDGE COMPUTING 8 4 2 PCH IO Configuration ...
Страница 114: ...102 BIOS Setup Utility Leading EDGE COMPUTING Set Boot Priority Set Boot Option 1 2 boot priority ...