From 55dce1d55df554e684c87ab1baea9edfcb12aa09 Mon Sep 17 00:00:00 2001 From: Felix Held Date: Fri, 10 Dec 2021 18:38:16 +0100 Subject: drivers/spi/spi-generic: document SPI_CNTRLR_DEDUCT_CMD_LEN better This should make it a bit clearer what the differences between SPI_CNTRLR_DEDUCT_OPCODE_LEN and SPI_CNTRLR_DEDUCT_CMD_LEN and the corresponding functionality in spi_crop_chunk are. Signed-off-by: Felix Held Change-Id: I809adebb182fc0866b93372b5b486117176da388 Reviewed-on: https://review.coreboot.org/c/coreboot/+/60122 Tested-by: build bot (Jenkins) Reviewed-by: Raul Rangel --- src/include/spi-generic.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/include/spi-generic.h') diff --git a/src/include/spi-generic.h b/src/include/spi-generic.h index 77a3c09a79..acb22ec1d2 100644 --- a/src/include/spi-generic.h +++ b/src/include/spi-generic.h @@ -111,7 +111,8 @@ enum ctrlr_prot_type { enum { /* Deduct the command length from the spi_crop_chunk() calculation for - sizing a transaction. */ + sizing a transaction. If SPI_CNTRLR_DEDUCT_OPCODE_LEN is set, only + the bytes after the command byte will be deducted. */ SPI_CNTRLR_DEDUCT_CMD_LEN = 1 << 0, /* Remove the opcode size from the command length used in the spi_crop_chunk() calculation. Controllers which have a dedicated -- cgit v1.2.3