Home
last modified time | relevance | path

Searched refs:SPI_AVMM_VAL_SIZE (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/drivers/base/regmap/
H A Dregmap-spi-avmm.c75 #define SPI_AVMM_VAL_SIZE 4UL macro
111 #define TRANS_RD_RX_SIZE(n) (SPI_AVMM_VAL_SIZE * (n))
208 trans_len += SPI_AVMM_VAL_SIZE * count; in br_trans_tx_prepare()
506 if (expected_count * SPI_AVMM_VAL_SIZE != trans_len) in br_rd_trans_rx_parse()
585 if (!IS_ALIGNED(val_len, SPI_AVMM_VAL_SIZE)) in regmap_spi_avmm_gather_write()
589 val_len / SPI_AVMM_VAL_SIZE); in regmap_spi_avmm_gather_write()
594 if (bytes < SPI_AVMM_REG_SIZE + SPI_AVMM_VAL_SIZE) in regmap_spi_avmm_write()
609 if (!IS_ALIGNED(val_len, SPI_AVMM_VAL_SIZE)) in regmap_spi_avmm_read()
613 (val_len / SPI_AVMM_VAL_SIZE)); in regmap_spi_avmm_read()
662 .max_raw_read = SPI_AVMM_VAL_SIZE * MAX_READ_CNT,
[all …]