IBASE SI-38N User Manual

Page 52

Advertising
background image

52


ucDid = Get_6106_Reg(0x20);

if (ucDid == 0x07)

//Fintek 81865

{

goto Init_Finish;

}

F81865_BASE = 0x2E;

result = 6106_BASE;

ucDid = Get_6106_Reg(0x20);

if (ucDid == 0x07)

//Fintek 81865

{

goto Init_Finish;

}

F81865_BASE = 0x00;

result = 6106_BASE;

Init_Finish:

return (result);

}

//---------------------------------------------------------------------------

void Unlock_6106 (void)

{

outportb(6106_INDEX_PORT, 6106_UNLOCK);

Advertising