IA32 Motherboard User Manual
88
//---------------------------------------------------------------------------
void Unlock_W83627EHG (void)
{
outportb(W83627EHG_INDEX_PORT, W83627EHG_UNLOCK);
outportb(W83627EHG_INDEX_PORT, W83627EHG_UNLOCK);
}
//============================================================
void Lock_W83627EHG (void)
{
outportb(W83627EHG_INDEX_PORT, W83627EHG_LOCK);
}
//============================================================
void Set_W83627EHG_Reg( unsigned char REG, unsigned char DATA)
{
Unlock_W83627EHG();
outportb(W83627EHG_INDEX_PORT, REG);
outportb(W83627EHG_DATA_PORT, DATA);
Lock_W83627EHG();
}
//============================================================
unsigned char Get_W83627EHG_Reg( unsigned char REG)
{
unsigned char Result;
Unlock_W83627EHG();
outportb(W83627EHG_INDEX_PORT, REG);
Result = inportb(W83627EHG_DATA_PORT);
Lock_W83627EHG();
return Result;
}
//============================================================
Summary of Contents for IA32
Page 13: ...IA32 Motherboard User Manual 5 1 5 Board dimensions...
Page 18: ...IA32 Motherboard User Manual 10 BOTTOM CF Card Slot SO DIMM...
Page 42: ...IA32 Motherboard User Manual 34 Setp 6 Click on Finish and go on...
Page 61: ...IA32 Motherboard User Manual 53 ACPI Configuration General ACPI Configuration...
Page 71: ...IA32 Motherboard User Manual 63 Resume On RTC Alarm Disable Enable RTC wake event...
Page 86: ...IA32 Motherboard User Manual 78 Boot Device Priority Select the priority of Boot devices...