Home
last modified time | relevance | path

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

/freebsd/sys/dev/bhnd/cores/chipc/
H A Dchipc_spi.c62 static int chipc_spi_txrx(struct chipc_spi_softc *sc, uint8_t in,
64 static int chipc_spi_wait(struct chipc_spi_softc *sc);
76 struct chipc_spi_softc *sc; in chipc_spi_attach()
161 struct chipc_spi_softc *sc; in chipc_spi_detach()
176 chipc_spi_wait(struct chipc_spi_softc *sc) in chipc_spi_wait()
194 chipc_spi_txrx(struct chipc_spi_softc *sc, uint8_t out, uint8_t* in) in chipc_spi_txrx()
213 struct chipc_spi_softc *sc; in chipc_spi_transfer()
274 sizeof(struct chipc_spi_softc),
H A Dchipc_spi.h65 struct chipc_spi_softc { struct
H A Dchipc_slicer.c109 struct chipc_spi_softc *sc; in chipc_slicer_spi()