Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/spi/
Dspi_b91.c33 struct spi_b91_cfg { struct
38 #define SPI_CFG(dev) ((struct spi_b91_cfg *) ((dev)->config)) argument
48 static void spi_b91_hw_cs_disable(const struct spi_b91_cfg *config) in spi_b91_hw_cs_disable()
75 const struct spi_b91_cfg *b91_config = SPI_CFG(dev); in spi_b91_config_cs()
193 struct spi_b91_cfg *cfg = SPI_CFG(dev); in spi_b91_txrx()
242 struct spi_b91_cfg *b91_config) in spi_b91_is_config_supported()
301 struct spi_b91_cfg *b91_config = SPI_CFG(dev); in spi_b91_config()
478 static struct spi_b91_cfg spi_b91_cfg_##inst = { \