Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/spi/
H A Dmeson_spifc.c69 struct meson_spifc_priv { struct
80 static void meson_spifc_drain_buffer(struct meson_spifc_priv *spifc, in meson_spifc_drain_buffer() argument
106 static void meson_spifc_fill_buffer(struct meson_spifc_priv *spifc, in meson_spifc_fill_buffer()
136 static int meson_spifc_txrx(struct meson_spifc_priv *spifc, in meson_spifc_txrx()
191 struct meson_spifc_priv *spifc = dev_get_priv(slave->parent); in meson_spifc_xfer()
223 struct meson_spifc_priv *spifc = dev_get_priv(dev); in meson_spifc_set_speed()
250 struct meson_spifc_priv *spifc = dev_get_priv(dev); in meson_spifc_set_mode()
269 static void meson_spifc_hw_init(struct meson_spifc_priv *spifc) in meson_spifc_hw_init()
288 struct meson_spifc_priv *priv = dev_get_priv(dev); in meson_spifc_probe()
319 .priv_auto_alloc_size = sizeof(struct meson_spifc_priv),