Lines Matching refs:rk_spi_softc
153 struct rk_spi_softc { struct
178 static void rk_spi_txfifo_fill(struct rk_spi_softc * const, size_t); argument
179 static void rk_spi_rxfifo_drain(struct rk_spi_softc * const, size_t);
180 static void rk_spi_rxtx(struct rk_spi_softc * const);
181 static void rk_spi_set_interrupt_mask(struct rk_spi_softc * const);
182 static void rk_spi_start(struct rk_spi_softc * const);
185 CFATTACH_DECL_NEW(rk_spi, sizeof(struct rk_spi_softc),
195 struct rk_spi_softc * const sc = device_private(dev); in rk_spi_get_controller()
211 struct rk_spi_softc * const sc = device_private(self); in rk_spi_attach()
274 struct rk_spi_softc * const sc = cookie; in rk_spi_configure()
329 struct rk_spi_softc * const sc = cookie; in rk_spi_transfer()
343 rk_spi_txfifo_fill(struct rk_spi_softc * const sc, size_t maxlen) in rk_spi_txfifo_fill()
368 rk_spi_rxfifo_drain(struct rk_spi_softc * const sc, size_t maxlen) in rk_spi_rxfifo_drain()
392 rk_spi_rxtx(struct rk_spi_softc * const sc) in rk_spi_rxtx()
419 rk_spi_set_interrupt_mask(struct rk_spi_softc * const sc) in rk_spi_set_interrupt_mask()
456 rk_spi_start(struct rk_spi_softc * const sc) in rk_spi_start()
488 struct rk_spi_softc * const sc = cookie; in rk_spi_intr()