1 1 9
A
Watchdog Timer
mSuperio_GetSet_Reg
Macro RegIndex, AndMask, OrValue
mov
dx, SuperIo_CFG_Port
mov
al, RegIndex
out
dx, al
NEWIODELAY
mov
dx, SuperIo_DAT_Port
in al, dx
NEWIODELAY
mov
ah, al
and
al, AndMask
or
al, OrValue
out
dx, al
NEWIODELAY
endM
mSuperio_Get_Reg
Macro RegIndex
mov
dx, SuperIo_CFG_Port
mov
al, RegIndex
out
dx, al
NEWIODELAY
mov
dx, SuperIo_DAT_Port
in
al, dx
NEWIODELAY
endM
mSuperio_LDN_Select
Macro
LDN
mSuperio_Set_Reg 07h, LDN
endM
mSuperio_Set_Reg
Macro RegIndex, SetValue
mov
dx, SuperIo_CFG_Port
mov
al, RegIndex
out
dx, al
NEWIODELAY
mov
dx, SuperIo_DAT_Port
mov
al, SetValue
out
dx, al
NEWIODELAY
endM
Содержание NP900-B16C
Страница 1: ...NP900 B16C COM Express Board User s Manual 935 NP9001 000G A07800843 ...
Страница 11: ...11 2 Hardware Installation Chapter 2 Hardware Installation System Board Layout ...
Страница 83: ...83 4 Supported Software 3 After completing installa tion click Finish to exit setup ...
Страница 85: ...85 4 Supported Software 4 After completing installa tion click Finish to exit setup ...
Страница 90: ...90 4 Supported Software 4 You can now access the utility ...
Страница 94: ...94 4 Supported Software 4 The screen on the right will appear Select the driver ...
Страница 96: ...96 4 Supported Software 5 Click Finish to exit installaion 4 Click Install to begin installation ...
Страница 99: ...9 9 4 Supported Software 3 Click Finish Reboot the system for DirectX to take effect ...
Страница 106: ...106 4 Supported Software 3 After completing installa tion click Finish to exit setup ...
Страница 108: ...108 4 Supported Software 4 After completing installa tion click Finish to exit setup ...
Страница 116: ...116 4 Supported Software 5 Click Finish to exit installaion 4 Click Install to begin installation ...
Страница 121: ...121 A Watchdog Timer mSuperio_Exit_Config ret W83627Hx_WDT endP end start ...