Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/spi/
Dspi-cs42l43.c29 #define CS42L43_FIFO_SIZE 16 macro
75 const u8 *block = min(buf + CS42L43_FIFO_SIZE, end); in cs42l43_spi_tx()
112 u8 *block = min(buf + CS42L43_FIFO_SIZE, end); in cs42l43_spi_rx()
346 regmap_write(priv->regmap, CS42L43_TRAN_CONFIG6, CS42L43_FIFO_SIZE - 1); in cs42l43_spi_probe()
347 regmap_write(priv->regmap, CS42L43_TRAN_CONFIG7, CS42L43_FIFO_SIZE - 1); in cs42l43_spi_probe()