Home
last modified time | relevance | path

Searched refs:mtk_spi_softc (Results 1 – 2 of 2) sorted by relevance

/f-stack/freebsd/mips/mediatek/
H A Dmtk_spi_v2.c82 struct mtk_spi_softc { struct
90 static int mtk_spi_wait(struct mtk_spi_softc *); argument
91 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 …]
H A Dmtk_spi_v1.c87 struct mtk_spi_softc { struct
97 static int mtk_spi_wait(struct mtk_spi_softc *); argument
98 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 …]