Home
last modified time | relevance | path

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

/linux/drivers/base/regmap/
A Dregmap-spi-avmm.c74 #define SPI_AVMM_VAL_SIZE 4UL macro
110 #define TRANS_RD_RX_SIZE(n) (SPI_AVMM_VAL_SIZE * (n))
214 trans_len += SPI_AVMM_VAL_SIZE * count; in br_trans_tx_prepare()
512 if (expected_count * SPI_AVMM_VAL_SIZE != trans_len) in br_rd_trans_rx_parse()
591 if (!IS_ALIGNED(val_len, SPI_AVMM_VAL_SIZE)) in regmap_spi_avmm_gather_write()
595 val_len / SPI_AVMM_VAL_SIZE); in regmap_spi_avmm_gather_write()
600 if (bytes < SPI_AVMM_REG_SIZE + SPI_AVMM_VAL_SIZE) in regmap_spi_avmm_write()
615 if (!IS_ALIGNED(val_len, SPI_AVMM_VAL_SIZE)) in regmap_spi_avmm_read()
619 (val_len / SPI_AVMM_VAL_SIZE)); in regmap_spi_avmm_read()
668 .max_raw_read = SPI_AVMM_VAL_SIZE * MAX_READ_CNT,
[all …]

Completed in 3 milliseconds