Home
last modified time | relevance | path

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

/linux/drivers/spi/
H A Dspi-cs42l43.c30 #define CS42L43_FIFO_SIZE 16 macro
76 const u8 *block = min(buf + CS42L43_FIFO_SIZE, end); in cs42l43_spi_tx()
113 u8 *block = min(buf + CS42L43_FIFO_SIZE, end); in cs42l43_spi_rx()
375 regmap_write(priv->regmap, CS42L43_TRAN_CONFIG6, CS42L43_FIFO_SIZE - 1); in cs42l43_spi_probe()
376 regmap_write(priv->regmap, CS42L43_TRAN_CONFIG7, CS42L43_FIFO_SIZE - 1); in cs42l43_spi_probe()