Home
last modified time | relevance | path

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

/linux/drivers/spi/
H A Dspi-fsl-dspi.c39 #define SPI_CTAR(x) (0x0c + (((x) & GENMASK(2, 0)) * 4)) macro
151 regmap_reg_range(SPI_TCR, SPI_CTAR(3)),
160 regmap_reg_range(SPI_TCR, SPI_CTAR(5)),
1009 regmap_write(dspi->regmap, SPI_CTAR(0), in dspi_setup_accel()