Searched refs:spi_softc (Results 1 – 3 of 3) sorted by relevance
/freebsd/sys/arm/freescale/imx/ |
H A D | imx_spi.c | 121 struct spi_softc { struct 153 RD4(struct spi_softc *sc, bus_size_t offset) in RD4() argument 160 WR4(struct spi_softc *sc, bus_size_t offset, uint32_t value) in WR4() 167 spi_calc_clockdiv(struct spi_softc *sc, u_int busfreq) in spi_calc_clockdiv() 201 spi_set_chipsel(struct spi_softc *sc, u_int cs, bool active) in spi_set_chipsel() 229 spi_hw_setup(struct spi_softc *sc, u_int cs, u_int mode, u_int freq) in spi_hw_setup() 273 spi_empty_rxfifo(struct spi_softc *sc) in spi_empty_rxfifo() 283 spi_fill_txfifo(struct spi_softc *sc) in spi_fill_txfifo() 302 struct spi_softc *sc = arg; in spi_intr() 372 spi_xfer_buf(struct spi_softc *sc, void *rxbuf, void *txbuf, uint32_t len) in spi_xfer_buf() [all …]
|
/freebsd/sys/dev/xilinx/ |
H A D | axi_quad_spi.c | 96 struct spi_softc { struct 125 struct spi_softc *sc; in spi_attach() 157 spi_txrx(struct spi_softc *sc, uint8_t *out_buf, in spi_txrx() 180 struct spi_softc *sc; in spi_transfer() 228 sizeof(struct spi_softc),
|
/freebsd/sys/arm/freescale/vybrid/ |
H A D | vf_spi.c | 116 struct spi_softc { struct 146 struct spi_softc *sc; in spi_attach() 205 spi_txrx(struct spi_softc *sc, uint8_t *out_buf, in spi_txrx() 250 struct spi_softc *sc; in spi_transfer() 286 sizeof(struct spi_softc),
|