VMCI: dma dg: whitespace formatting change for vmci register defines
Update formatting of existing register defines in preparation for adding additional register definitions for the VMCI device. Reviewed-by: Vishnu Dasa <vdasa@vmware.com> Signed-off-by: Jorgen Hansen <jhansen@vmware.com> Link: https://lore.kernel.org/r/20220207102725.2742-2-jhansen@vmware.com Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
5b3dc949f5
commit
fac608138c
@ -12,15 +12,15 @@
|
||||
#include <linux/bits.h>
|
||||
|
||||
/* Register offsets. */
|
||||
#define VMCI_STATUS_ADDR 0x00
|
||||
#define VMCI_CONTROL_ADDR 0x04
|
||||
#define VMCI_ICR_ADDR 0x08
|
||||
#define VMCI_IMR_ADDR 0x0c
|
||||
#define VMCI_DATA_OUT_ADDR 0x10
|
||||
#define VMCI_DATA_IN_ADDR 0x14
|
||||
#define VMCI_CAPS_ADDR 0x18
|
||||
#define VMCI_RESULT_LOW_ADDR 0x1c
|
||||
#define VMCI_RESULT_HIGH_ADDR 0x20
|
||||
#define VMCI_STATUS_ADDR 0x00
|
||||
#define VMCI_CONTROL_ADDR 0x04
|
||||
#define VMCI_ICR_ADDR 0x08
|
||||
#define VMCI_IMR_ADDR 0x0c
|
||||
#define VMCI_DATA_OUT_ADDR 0x10
|
||||
#define VMCI_DATA_IN_ADDR 0x14
|
||||
#define VMCI_CAPS_ADDR 0x18
|
||||
#define VMCI_RESULT_LOW_ADDR 0x1c
|
||||
#define VMCI_RESULT_HIGH_ADDR 0x20
|
||||
|
||||
/* Max number of devices. */
|
||||
#define VMCI_MAX_DEVICES 1
|
||||
|
Loading…
x
Reference in New Issue
Block a user