APPENDIX
72
IB908F User’s Manual
}
//---------------------------------------------------------------------------
void Unlock_6106 (void)
{
outportb(6106_INDEX_PORT, 6106_UNLOCK);
outportb(6106_INDEX_PORT, 6106_UNLOCK);
}
//---------------------------------------------------------------------------
void Lock_6106 (void)
{
outportb(6106_INDEX_PORT, 6106_LOCK);
}
//---------------------------------------------------------------------------
void Set_6106_LD( unsigned char LD)
{
Unlock_6106();
outportb(6106_INDEX_PORT, 6106_REG_LD);
outportb(6106_DATA_PORT, LD);
Lock_6106();
}
//---------------------------------------------------------------------------
void Set_6106_Reg( unsigned char REG, unsigned char DATA)
{
Unlock_6106();
outportb(6106_INDEX_PORT, REG);
outportb(6106_DATA_PORT, DATA);
Lock_6106();
}
//---------------------------------------------------------------------------
unsigned char Get_6106_Reg(unsigned char REG)
{
unsigned char Result;
Unlock_6106();
outportb(6106_INDEX_PORT, REG);
Result = inportb(6106_DATA_PORT);
Lock_6106();
return Result;
}
//------------------------------------------------------------------------------------
Summary of Contents for IB908F
Page 2: ...IB908F Intel Haswell ULT 3 5 Disk Size SBC USER S MANUAL Version 1 1 ...
Page 5: ...iv IB908F User s Manual This page is intentionally left blank ...
Page 9: ...INTRODUCTION 4 IB908F User s Manual Board Dimensions ...
Page 17: ...INSTALLATIONS 12 IB908F User s Manual Connector Locations on IB908F ...
Page 27: ...INSTALLATIONS 22 IB908F User s Manual This page is intentionally left blank ...