Appendix
MI963F
User’s Manual
59
}
//---------------------------------------------------------------------------
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
1
//---------------------------------------------------------------------------
#define
F81866_INDEX_PORT
(F81866_BASE)
#define
F81866_DATA_PORT
(F8181)
//---------------------------------------------------------------------------
#define
F81866_REG_LD
0x07
//---------------------------------------------------------------------------
#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
Summary of Contents for MI963F
Page 1: ...MI963F AMD Embedded G Series SoC Mini ITX Motherboard User s Manual Version 1 0 Apr 2017...
Page 8: ...viii MI963F User s Manual This page is intentionally left blank...
Page 14: ...6 MI963F User s Manual 1 5 Block Diagram FT3b Processor...
Page 18: ...10 MI963F User s Manual This page is intentionally left blank...
Page 40: ...32 MI963F User s Manual 7 The AMD CatalystTM will require a system reboot Click Yes...
Page 44: ...36 MI963F User s Manual This page is intentionally left blank...
Page 55: ...BIOS Setup MI963F User s Manual 47 4 4 5 Chipset Settings...
Page 57: ...BIOS Setup MI963F User s Manual 49 4 4 6 Boot Settings...
Page 58: ...50 MI963F User s Manual BIOS Setting Description Launch CSM Enables Disables the launch of CSM...
Page 68: ...60 MI963F User s Manual This page is intentionally left blank...