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
Summary of Contents for NP101-D16C
Page 1: ...NP101 D16C System Board User s Manual 935 NP1011 050G I08920921 ...
Page 100: ...100 4 Supported Software 3 After completing installa tion click Finish to exit setup ...
Page 105: ...105 4 Supported Software 4 You can now access the utility ...
Page 109: ...109 4 Supported Software 4 The screen on the right will appear Select the driver ...
Page 114: ...114 4 Supported Software 3 Click Finish Reboot the system for DirectX to take effect ...
Page 122: ...122 4 Supported Software 3 After completing installa tion click Finish to exit setup ...
Page 135: ...135 A Watchdog Timer mSuperio_Exit_Config ret W83627Hx_WDT endP end start ...