use dll.inc for DLL register values

This commit is contained in:
Li-Ta Lo 2000-11-27 06:41:53 +00:00
parent 8a7abb9b5e
commit 4416a3d5a5
2 changed files with 30 additions and 0 deletions

View file

@ -0,0 +1,15 @@
/* Table for DLL Clock Control Register (0x8c - 0x8f), these
register values are very Mainboard specific */
# Reg. Value
.byte 0x8c, 0x66
.byte 0x8d, 0x66
.byte 0x8e, 0x03
.byte 0x8f, 0x55
#ifdef SIS630S
.byte 0x8c, 0x27 # set Clock DLL control register
.byte 0x8d, 0x77 # 0x8c ~ 0x8f,
.byte 0x8e, 0x01 # these values are very M/B
.byte 0x8f, 0x07 # specific
#endif /* SIS630S */

View file

@ -0,0 +1,15 @@
/* Table for DLL Clock Control Register (0x8c - 0x8f), these
register values are very Mainboard specific */
# Reg. Value
.byte 0x8c, 0x66
.byte 0x8d, 0x66
.byte 0x8e, 0x03
.byte 0x8f, 0x55
#ifdef SIS630S
.byte 0x8c, 0x27 # set Clock DLL control register
.byte 0x8d, 0x77 # 0x8c ~ 0x8f,
.byte 0x8e, 0x01 # these values are very M/B
.byte 0x8f, 0x07 # specific
#endif /* SIS630S */