amd/cimx/sb800/acpi/smbus.asl: Align comments
Change-Id: I1ea1b1efedfea2926a24f06beeb8d7d0464057e5 Signed-off-by: Paul Menzel <paulepanter@users.sourceforge.net> Reviewed-on: http://review.coreboot.org/10543 Tested-by: build bot (Jenkins) Reviewed-by: Kyösti Mälkki <kyosti.malkki@gmail.com>
This commit is contained in:
parent
4d6db954e7
commit
7b1a8a7445
|
@ -21,7 +21,7 @@
|
|||
Mutex (SBX0, 0x00)
|
||||
OperationRegion (SMB0, SystemIO, 0xB00, 0x0C)
|
||||
Field (SMB0, ByteAcc, NoLock, Preserve) {
|
||||
HSTS, 8, /* SMBUS status */
|
||||
HSTS, 8, /* SMBUS status */
|
||||
SSTS, 8, /* SMBUS slave status */
|
||||
HCNT, 8, /* SMBUS control */
|
||||
HCMD, 8, /* SMBUS host cmd */
|
||||
|
@ -32,7 +32,7 @@ OperationRegion (SMB0, SystemIO, 0xB00, 0x0C)
|
|||
SCNT, 8, /* SMBUS slave control */
|
||||
SCMD, 8, /* SMBUS shadow cmd */
|
||||
SEVT, 8, /* SMBUS slave event */
|
||||
SDAT, 8 /* SMBUS slave data */
|
||||
SDAT, 8 /* SMBUS slave data */
|
||||
}
|
||||
|
||||
Method (WCLR, 0, NotSerialized) { /* clear SMBUS status register */
|
||||
|
|
Loading…
Reference in New Issue