IBASE Technology AMI221 User Manual page 94

High performance fanless system
Hide thumbs Also See for AMI221:
Table of Contents

Advertisement

outportb(F81866_DATA_PORT, LD); Lock_F81866();
}
//---------------------------------------------------------------------------
void Set_F81866_Reg( unsigned char REG, unsigned char DATA)
{
Unlock_F81866();
outportb(F81866_INDEX_PORT, REG);
outportb(F81866_DATA_PORT, DATA);
Lock_F81866();
}
//---------------------------------------------------------------------------
unsigned char Get_F81866_Reg(unsigned char REG)
{
unsigned char Result;
Unlock_F81866();
outportb(F81866_INDEX_PORT, REG);
Result = inportb(F81866_DATA_PORT);
Lock_F81866();
return Result;
}
//---------------------------------------------------------------------------
//---------------------------------------------------------------------------
//
// THIS CODE AND INFORMATION IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY
// KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
// IMPLIED WARRANTIES OF MERCHANTABILITY AND/OR FITNESS FOR A PARTICULAR
// PURPOSE.
//
//---------------------------------------------------------------------------
#ifndef
F81866_H
#define
F81866_H
//---------------------------------------------------------------------------
#define
F81866_INDEX_PORT
#define
F81866_DATA_PORT
//---------------------------------------------------------------------------
#define
F81866_REG_LD
//---------------------------------------------------------------------------
#define F81866_UNLOCK 0x87
#define
F81866_LOCK 0xAA
//---------------------------------------------------------------------------
unsigned int Init_F81866(void);
void Set_F81866_LD( unsigned char);
void Set_F81866_Reg( unsigned char, unsigned char); unsigned char
Get_F81866_Reg( unsigned char);
//---------------------------------------------------------------------------
#endif //
F81866_H
86
1
(F81866_BASE)
(F81866_BASE+1)
0x07
AMI220 / 221 / 222 User Manual

Advertisement

Table of Contents
loading

Table of Contents