Skip to content

Commit

Permalink
doc: Correct the registers name
Browse files Browse the repository at this point in the history
- In 'MMIO Registers Definition', the names of interrupt status/mask registers are wrong

Tracked-On: projectacrn#8568
Signed-off-by: Yi Sun <yi.y.sun@linux.intel.com>
  • Loading branch information
yisun-git committed Mar 20, 2024
1 parent 925e3d9 commit fbd1e5d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/developer-guides/hld/ivshmem-hld.rst
Original file line number Diff line number Diff line change
Expand Up @@ -106,12 +106,12 @@ MMIO Registers Definition
* - IVSHMEM\_IRQ\_MASK\_REG
- 0x0
- R/W
- Interrupt Status register is used for legacy interrupt.
- Interrupt Mask register is used for legacy interrupt.
ivshmem doesn't support interrupts, so this register is reserved.
* - IVSHMEM\_IRQ\_STA\_REG
- 0x4
- R/W
- Interrupt Mask register is used for legacy interrupt.
- Interrupt Status register is used for legacy interrupt.
ivshmem doesn't support interrupts, so this register is reserved.
* - IVSHMEM\_IV\_POS\_REG
- 0x8
Expand Down

0 comments on commit fbd1e5d

Please sign in to comment.