- 80 -
Appendix
//
uDATA=Process_686C_Command_Write(0x000000A2, ECRamAddrL );
if ( uDATA==0xFFFFFFFF ) { return 0xFFFFFFFF;}
//
uDATA=Process_686C_Command_Write(0x000000A5, ECUMemData );
if ( uDATA==0xFFFFFFFF ) { return 0xFFFFFFFF;}
//
return 0x00000000;
}
//----------------------------------------------------------------------------
unsigned char SMB_Byte_READ(int SMPORT, int DeviceID, int REG_IN-
DEX)
{
unsigned char SMB_R;
outportb(02, 0x00);
/* clear */
outportb(00, 0xff);
/* clear */
delay(10);
outportb(04, D1); /* clear */
outportb(03, REG_INDEX);
/* clear */
outportb(02, 0x48);
/* read_byte */
delay(10);
//printf(“ %02x “,inportb(05));
SMB_R= inportb(05);
return SMB_R;
}
void SMB_Byte_WRITE(int SMPORT, int DeviceID, int REG_INDEX, int
REG_DATA)
{
outportb(02, 0x00);
/* clear */
outportb(00, 0xff);
/* clear */
delay(10);
outportb(04, DeviceID); /* clear */
outportb(03, REG_INDEX);
/* clear */
outportb(05, REG_DATA);
/* read_byte */
outportb(02, 0x48);
/* read_byte */
/* delay(10);
printf(“ %02x “,inportb(05)); */
}
Содержание SPI-Q6700-LLVA
Страница 1: ...SPI Q6700 LLVA PICMG 1 3 Full size SBC User s Manual Version 1 0 2012 08...
Страница 2: ...This page is intentionally left blank...
Страница 5: ...1 Introduction 1 Chapter 1 Introduction Chapter 1 Introduction...
Страница 15: ...11 Installation 2 Chapter 2 Installation Chapter 2 Installation...
Страница 32: ...This page is intentionally left blank...
Страница 33: ...29 BIOS 3 Chapter 3 BIOS Chapter 3 BIOS...
Страница 45: ...41 BIOS Serial Port This item allows you to enable disable Serial Port COM Serial Port 1 Configuration...
Страница 57: ...53 BIOS Boot Option 1 This item allows you to set the system boot priorities...
Страница 58: ...54 BIOS 3 5 Security You can set administrator password by Security menu...
Страница 72: ...This page is intentionally left blank...
Страница 73: ...69 Appendix Appendix Appendix...