doc: Correct the registers names in ivshmem hld
- In 'MMIO Registers Definition', the names of interrupt status/mask registers are wrong Tracked-On: #8568 Reviewed-by: Junjie Mao <junjie.mao@intel.com> Signed-off-by: Yi Sun <yi.y.sun@linux.intel.com>
This commit is contained in:
parent
53825c5cac
commit
cc0364f1f7
|
@ -106,12 +106,12 @@ MMIO Registers Definition
|
||||||
* - IVSHMEM\_IRQ\_MASK\_REG
|
* - IVSHMEM\_IRQ\_MASK\_REG
|
||||||
- 0x0
|
- 0x0
|
||||||
- R/W
|
- 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 doesn't support interrupts, so this register is reserved.
|
||||||
* - IVSHMEM\_IRQ\_STA\_REG
|
* - IVSHMEM\_IRQ\_STA\_REG
|
||||||
- 0x4
|
- 0x4
|
||||||
- R/W
|
- 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 doesn't support interrupts, so this register is reserved.
|
||||||
* - IVSHMEM\_IV\_POS\_REG
|
* - IVSHMEM\_IV\_POS\_REG
|
||||||
- 0x8
|
- 0x8
|
||||||
|
|
Loading…
Reference in New Issue