Home
last modified time | relevance | path

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

/openbmc/linux/drivers/spi/
H A Dspi-cs42l43.c21 #define CS42L43_FIFO_SIZE 16 macro
47 const u8 *block = min(buf + CS42L43_FIFO_SIZE, end); in cs42l43_spi_tx()
84 u8 *block = min(buf + CS42L43_FIFO_SIZE, end); in cs42l43_spi_rx()
253 regmap_write(priv->regmap, CS42L43_TRAN_CONFIG6, CS42L43_FIFO_SIZE - 1); in cs42l43_spi_probe()
254 regmap_write(priv->regmap, CS42L43_TRAN_CONFIG7, CS42L43_FIFO_SIZE - 1); in cs42l43_spi_probe()