Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix references to sbcs.sbaccess64/128 #1036

Merged
merged 1 commit into from
May 15, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions xml/dm_registers.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1086,7 +1086,7 @@ same project unless stated otherwise.
</register>

<register name="System Bus Data 63:32" short="sbdata1" address="0x3d">
If {sbcs-sbaccess} Sixtyfour and {sbcs-sbaccess}OneTwentyeight are 0, then this
If {sbcs-sbaccess64} and {sbcs-sbaccess128} are 0, then this
register is not present.

If the bus manager is busy then accesses set {sbcs-sbbusyerror}, and don't do
Expand All @@ -1099,7 +1099,7 @@ same project unless stated otherwise.
</register>

<register name="System Bus Data 95:64" short="sbdata2" address="0x3e">
This register only exists if {sbcs-sbaccess}OneTwentyeight is 1.
This register only exists if {sbcs-sbaccess128} is 1.

If the bus manager is busy then accesses set {sbcs-sbbusyerror}, and don't do
anything else.
Expand All @@ -1111,7 +1111,7 @@ same project unless stated otherwise.
</register>

<register name="System Bus Data 127:96" short="sbdata3" address="0x3f">
This register only exists if {sbcs-sbaccess}OneTwentyeight is 1.
This register only exists if {sbcs-sbaccess128} is 1.

If the bus manager is busy then accesses set {sbcs-sbbusyerror}, and don't do
anything else.
Expand Down
Loading