APPENDIX
64
MB941 User’s Manual
{
Unlock_W627UHG();
outportb(W627UHG_INDEX_PORT, W627UHG_REG_LD);
outportb(W627UHG_DATA_PORT, LD);
Lock_W627UHG();
}
//---------------------------------------------------------------------------
void Set_W627UHG_Reg( unsigned char REG, unsigned char DATA)
{
Unlock_W627UHG();
outportb(W627UHG_INDEX_PORT, REG);
outportb(W627UHG_DATA_PORT, DATA);
Lock_W627UHG();
}
//---------------------------------------------------------------------------
unsigned char Get_W627UHG_Reg(unsigned char REG)
{
unsigned char Result;
Unlock_W627UHG();
outportb(W627UHG_INDEX_PORT, REG);
Result = inportb(W627UHG_DATA_PORT);
Lock_W627UHG();
return Result;
}
//---------------------------------------------------------------------------
Summary of Contents for MB941
Page 1: ...MB941 LGA775 Core 2 Duo Intel G41 Chipset Micro ATX Motherboard USER S MANUAL Version 1 0 ...
Page 4: ...iv MB941 User s Manual This page is intentionally left blank ...
Page 8: ...INSTALLATIONS 4 MB941 User s Manual Board Dimensions ...
Page 18: ...INSTALLATIONS 14 MB941 User s Manual 3 Rotation detection ...