Skip to content

Commit

Permalink
Merge pull request #574 from intel/opcm-fix-pcicfg-doc
Browse files Browse the repository at this point in the history
pcm-raw: fix pcicfg reg syntax documentation
  • Loading branch information
rdementi authored Aug 4, 2023
2 parents b0f8b73 + 3d7085b commit 09335df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/PCM_RAW_README.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ If the name is not specified the first event will show up as package_msr:0x34:st
PCI Configuration Registers - PCICFG (CSR):

```
pcicfg<width>/config=<dev_id>,config1=<offset>,config2=<static_or_freerun>[,name=<name>]
pcicfg/config=<dev_id>,config1=<offset>,config2=<static_or_freerun>,width=<width>[,name=<name>]
```

* width: register width in bits (16,32,64)
Expand Down

0 comments on commit 09335df

Please sign in to comment.