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
115 static void meson_spifc_drain_buffer(struct meson_spifc *spifc, u8 *buf, in meson_spifc_drain_buffer()
141 static void meson_spifc_fill_buffer(struct meson_spifc *spifc, const u8 *buf, in meson_spifc_fill_buffer()
165 static void meson_spifc_setup_speed(struct meson_spifc *spifc, u32 speed) in meson_spifc_setup_speed()
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()
293 master = spi_alloc_master(&pdev->dev, sizeof(struct meson_spifc)); in meson_spifc_probe()
[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