Skip to content

Commit

Permalink
formating fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
ved-rivos committed Apr 12, 2024
1 parent 108236a commit ebca4f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion qos_identifiers.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ etc.). Two modes of operation are supported by CBQRI. In the direct mode, the
`MCID` carried with the request is directly used by the controller to identify
the counter and is the effective `MCID`. In the RCID-prefixed mode, the
controller identifies the counter for monitoring using an effective `MCID`
computed as: Effective-MCID = (`RCID` << `P`) | (`MCID` & \(\(1 << `P`\) - 1\)\).
computed as: `Effective-MCID = (RCID << P) | (MCID & ((1 << P) - 1))`.

Legal values of `P` range from 0 to 12 and are enumerated in the capability
register of the controller. Software should use the effective `MCID` as the
Expand Down

0 comments on commit ebca4f3

Please sign in to comment.