Home
last modified time | relevance | path

Searched refs:meson_spifc (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/drivers/spi/
H A Dspi-meson-spifc.c75 struct meson_spifc { struct
94 static int meson_spifc_wait_ready(struct meson_spifc *spifc) in meson_spifc_wait_ready() argument
194 static int meson_spifc_txrx(struct meson_spifc *spifc, in meson_spifc_txrx()
249 struct meson_spifc *spifc = spi_master_get_devdata(master); in meson_spifc_transfer_one()
274 static void meson_spifc_hw_init(struct meson_spifc *spifc) in meson_spifc_hw_init()
288 struct meson_spifc *spifc; in meson_spifc_probe()
361 struct meson_spifc *spifc = spi_master_get_devdata(master); in meson_spifc_remove()
372 struct meson_spifc *spifc = spi_master_get_devdata(master); in meson_spifc_suspend()
388 struct meson_spifc *spifc = spi_master_get_devdata(master); in meson_spifc_resume()
411 struct meson_spifc *spifc = spi_master_get_devdata(master); in meson_spifc_runtime_suspend()
[all …]
/openbmc/u-boot/drivers/spi/
H A DMakefile36 obj-$(CONFIG_MESON_SPIFC) += meson_spifc.o
H A Dmeson_spifc.c313 U_BOOT_DRIVER(meson_spifc) = {
/openbmc/u-boot/
H A DMAINTAINERS104 F: drivers/spi/meson_spifc.c