Skip to content

Commit

Permalink
Merge pull request #575 from intel/rdementi-fix-pcicfg-syntax
Browse files Browse the repository at this point in the history
Update PCM_RAW_README.md
  • Loading branch information
rdementi authored Aug 4, 2023
2 parents 09335df + 1989fa6 commit e54cac6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/PCM_RAW_README.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,15 +65,15 @@ PCI Configuration Registers - PCICFG (CSR):
pcicfg/config=<dev_id>,config1=<offset>,config2=<static_or_freerun>,width=<width>[,name=<name>]
```

* width: register width in bits (16,32,64)
* dev_id: Intel PCI device id where the register is located
* offset: offset of the register
* static_or_freerun: same syntax as for MSR registers
* width: register width in bits (16,32,64)

Example:

```
pcicfg32/config=0xe20,config1=0x180,config2=0x0,name=CHANERR_INT
pcicfg/config=0xe20,config1=0x180,config2=0x0,width=32,name=CHANERR_INT
```
From: https://www.intel.la/content/dam/www/public/us/en/documents/datasheets/xeon-e7-v2-datasheet-vol-2.pdf

Expand Down

0 comments on commit e54cac6

Please sign in to comment.