Lines Matching defs:spi
107 static void sifive_spi_prep_device(struct sifive_spi *spi, in sifive_spi_prep_device()
121 static int sifive_spi_set_cs(struct sifive_spi *spi, in sifive_spi_set_cs()
134 static void sifive_spi_clear_cs(struct sifive_spi *spi) in sifive_spi_clear_cs()
139 static void sifive_spi_prep_transfer(struct sifive_spi *spi, in sifive_spi_prep_transfer()
179 static void sifive_spi_rx(struct sifive_spi *spi, u8 *rx_ptr) in sifive_spi_rx()
191 static void sifive_spi_tx(struct sifive_spi *spi, const u8 *tx_ptr) in sifive_spi_tx()
204 static int sifive_spi_wait(struct sifive_spi *spi, u32 bit) in sifive_spi_wait()
214 struct sifive_spi *spi = dev_get_priv(bus); in sifive_spi_xfer() local
275 struct sifive_spi *spi = dev_get_priv(dev->parent); in sifive_spi_exec_op() local
347 struct sifive_spi *spi = dev_get_priv(bus); in sifive_spi_set_speed() local
363 struct sifive_spi *spi = dev_get_priv(bus); in sifive_spi_set_mode() local
382 struct sifive_spi *spi = dev_get_priv(bus); in sifive_spi_cs_info() local
390 static void sifive_spi_init_hw(struct sifive_spi *spi) in sifive_spi_init_hw()
429 struct sifive_spi *spi = dev_get_priv(bus); in sifive_spi_probe() local