
Appendix
MPT-1000R User Manual
71
//---------------------------------------------------------------------------
//
// 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.
//
//---------------------------------------------------------------------------
#include "F81966.H"
#include <dos.h>
//---------------------------------------------------------------------------
unsigned int F81966_BASE; void Unlock_F81966 (void); void Lock_F81966 (void);
//---------------------------------------------------------------------------
unsigned int Init_F81966(void)
{
unsigned int result; unsigned char ucDid;
F81966_BASE = 0x4E;
result = F81966_BASE;
ucDid = Get_F81966_Reg(0x20);
if (ucDid == 0x15)
//Fintek 81966
{
goto Init_Finish; }
F81966_BASE = 0x2E;
result = F81966_BASE;
ucDid = Get_F81966_Reg(0x20);
if (ucDid == 0x15)
//Fintek 81966
{
goto Init_Finish; }
F81966_BASE = 0x00;
result = F81966_BASE;
Init_Finish:
return (result);
}
//---------------------------------------------------------------------------
void Unlock_F81966 (void)
{
outportb(F81966_INDEX_PORT, F81966_UNLOCK); outportb(F81966_INDEX_PORT,
F81966_UNLOCK);
}
//---------------------------------------------------------------------------
void Lock_F81966 (void)
{
outportb(F81966_INDEX_PORT, F81966_LOCK);
}
//---------------------------------------------------------------------------
void Set_F81966_LD( unsigned char LD)
{
Unlock_F81966();
outportb(F81966_INDEX_PORT, F81966_REG_LD);
outportb(F81966_DATA_PORT, LD); Lock_F81966();
Содержание MPT-1000R
Страница 1: ...MPT 1000R Intel Atom x7 E3950 Processor Railway Computer System User s Manual Version 1 0 ...
Страница 8: ......
Страница 16: ...8 MPT 1000R User Manual Oblique View Side View ...
Страница 17: ...General Information MPT 1000R User Manual 9 1 1 6 Dimensions Unit mm ...
Страница 18: ...10 MPT 1000R User Manual Unit mm Fuse for MPT 1000R Littlefuse TAC ATO Style Blade 15A 58V DC ...
Страница 36: ...28 MPT 1000R User Manual 2 4 7 SW1 MCU Reset 2 4 8 SW2 Clear CMOS 2 4 9 SW3 Power Button ...
Страница 46: ...38 MPT 1000R User Manual 2 4 31 CN6 Mic In Connector 2 4 32 CN7 Line Out Connector 2 4 33 CN10 DVI D Connector ...