Lines Matching defs:aw_spi_softc
136 struct aw_spi_softc {
185 struct aw_spi_softc *sc;
251 struct aw_spi_softc *sc;
281 aw_spi_setup_mode(struct aw_spi_softc *sc, uint32_t mode)
301 aw_spi_setup_cs(struct aw_spi_softc *sc, uint32_t cs, bool low)
319 aw_spi_clock_test_cdr1(struct aw_spi_softc *sc, uint64_t clock, uint32_t *ccr)
338 aw_spi_clock_test_cdr2(struct aw_spi_softc *sc, uint64_t clock, uint32_t *ccr)
357 aw_spi_setup_clock(struct aw_spi_softc *sc, uint64_t clock)
380 aw_spi_fill_txfifo(struct aw_spi_softc *sc)
402 aw_spi_read_rxfifo(struct aw_spi_softc *sc)
424 struct aw_spi_softc *sc;
427 sc = (struct aw_spi_softc *)arg;
462 aw_spi_xfer(struct aw_spi_softc *sc, void *rxbuf, void *txbuf, uint32_t txlen, uint32_t rxlen)
528 struct aw_spi_softc *sc;
603 sizeof(struct aw_spi_softc),