Searched refs:mtk_spi_softc (Results 1 – 2 of 2) sorted by relevance
82 struct mtk_spi_softc { struct90 static int mtk_spi_wait(struct mtk_spi_softc *); argument91 static void mtk_spi_chip_activate(struct mtk_spi_softc *);92 static void mtk_spi_chip_deactivate(struct mtk_spi_softc *);121 struct mtk_spi_softc *sc = device_get_softc(dev); in mtk_spi_attach()157 struct mtk_spi_softc *sc = device_get_softc(dev); in mtk_spi_detach()166 mtk_spi_chip_activate(struct mtk_spi_softc *sc) in mtk_spi_chip_activate()176 mtk_spi_chip_deactivate(struct mtk_spi_softc *sc) in mtk_spi_chip_deactivate()186 mtk_spi_wait(struct mtk_spi_softc *sc) in mtk_spi_wait()230 struct mtk_spi_softc *sc; in mtk_spi_transfer()[all …]
87 struct mtk_spi_softc { struct97 static int mtk_spi_wait(struct mtk_spi_softc *); argument98 static void mtk_spi_chip_activate(struct mtk_spi_softc *);99 static void mtk_spi_chip_deactivate(struct mtk_spi_softc *);132 struct mtk_spi_softc *sc = device_get_softc(dev); in mtk_spi_attach()169 struct mtk_spi_softc *sc = device_get_softc(dev); in mtk_spi_detach()180 mtk_spi_chip_activate(struct mtk_spi_softc *sc) in mtk_spi_chip_activate()195 mtk_spi_chip_deactivate(struct mtk_spi_softc *sc) in mtk_spi_chip_deactivate()210 mtk_spi_wait(struct mtk_spi_softc *sc) in mtk_spi_wait()249 struct mtk_spi_softc *sc; in mtk_spi_transfer()[all …]