IBASE SI-60E User Manual

Page 101

Advertising
background image

Copyright © 2013 IBASE Technology Inc. All Rights Reserved.

93

IBASE Technology Inc.

//---------------------------------------------------------------------------
//
// 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 "F81846.H"
#include <dos.h>
//---------------------------------------------------------------------------
unsigned int F81846_BASE;
void Unlock_F81846 (void);
void Lock_F81846 (void);
//---------------------------------------------------------------------------
unsigned int Init_F81846(void)
{
unsigned int result;
unsigned char ucDid;

F81846_BASE = 0x4E;
result = F81846_BASE;

ucDid = Get_F81846_Reg(0x20);
if (ucDid == 0x07)




//Fintek 81866

{

goto Init_Finish;

}


F81846_BASE = 0x2E;
result = F81846_BASE;

ucDid = Get_F81846_Reg(0x20);
if (ucDid == 0x07)




//Fintek 81866

{

goto Init_Finish;

}


F81846_BASE = 0x00;
result = F81846_BASE;

Init_Finish:
return (result);
}
//---------------------------------------------------------------------------
void Unlock_F81846 (void)
{
outportb(F81846_INDEX_PORT, F81846_UNLOCK);
outportb(F81846_INDEX_PORT, F81846_UNLOCK);
}
//---------------------------------------------------------------------------
void Lock_F81846 (void)
{
outportb(F81846_INDEX_PORT, F81846_LOCK);
}

Advertising
This manual is related to the following products: