Skip to content

Commit

Permalink
pcm-raw: fix pcicfg reg syntax documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
opcm authored Aug 4, 2023
1 parent b0f8b73 commit 3d7085b
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 3d7085b

Please sign in to comment.