amd/stoneyridge: Fix SPI_CMD_TRIGGER coding style
Make the whitespace match surrounding lines and remove unnecessary parentheses. Change-Id: I2ed02494ba69237c38af61317e435d9575cefe1c Signed-off-by: Marshall Dawson <marshalldawson3rd@gmail.com> Reviewed-on: https://review.coreboot.org/29010 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Richard Spiegel <richard.spiegel@silverbackltd.com>
This commit is contained in:
parent
ecce847606
commit
1548458efd
|
@ -229,8 +229,8 @@
|
||||||
#define EXEC_OPCODE BIT(16)
|
#define EXEC_OPCODE BIT(16)
|
||||||
#define SPI_CNTRL1 0x0c
|
#define SPI_CNTRL1 0x0c
|
||||||
#define SPI_CMD_CODE 0x45
|
#define SPI_CMD_CODE 0x45
|
||||||
#define SPI_CMD_TRIGGER 0x47
|
#define SPI_CMD_TRIGGER 0x47
|
||||||
#define SPI_CMD_TRIGGER_EXECUTE (BIT(7))
|
#define SPI_CMD_TRIGGER_EXECUTE BIT(7)
|
||||||
#define SPI_TX_BYTE_COUNT 0x48
|
#define SPI_TX_BYTE_COUNT 0x48
|
||||||
#define SPI_RX_BYTE_COUNT 0x4b
|
#define SPI_RX_BYTE_COUNT 0x4b
|
||||||
#define SPI_STATUS 0x4c
|
#define SPI_STATUS 0x4c
|
||||||
|
|
Loading…
Reference in New Issue