1 3 3
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
Содержание NP101-D16C
Страница 1: ...NP101 D16C System Board User s Manual 935 NP1011 050G I08920921 ...
Страница 100: ...100 4 Supported Software 3 After completing installa tion click Finish to exit setup ...
Страница 105: ...105 4 Supported Software 4 You can now access the utility ...
Страница 109: ...109 4 Supported Software 4 The screen on the right will appear Select the driver ...
Страница 112: ...112 4 Supported Software 5 Click Finish to exit installaion 4 Click Install to begin installation ...
Страница 114: ...114 4 Supported Software 3 Click Finish Reboot the system for DirectX to take effect ...
Страница 122: ...122 4 Supported Software 3 After completing installa tion click Finish to exit setup ...
Страница 130: ...130 4 Supported Software 5 Click Finish to exit installaion 4 Click Install to begin installation ...
Страница 135: ...135 A Watchdog Timer mSuperio_Exit_Config ret W83627Hx_WDT endP end start ...