Home
last modified time | relevance | path

Searched defs:mpc8xxx_spi (Results 1 – 3 of 3) sorted by relevance

/Linux-v4.19/drivers/spi/
Dspi-fsl-lib.h24 struct mpc8xxx_spi { struct
25 struct device *dev;
26 void __iomem *reg_base;
51 void (*get_rx) (u32 rx_data, struct mpc8xxx_spi *); argument
52 u32(*get_tx) (struct mpc8xxx_spi *); argument
54 unsigned int count;
55 unsigned int irq;
79 void (*get_rx) (u32 rx_data, struct mpc8xxx_spi *); argument
Dspi-fsl-spi.c113 struct mpc8xxx_spi *mpc8xxx_spi = spi_master_get_devdata(spi->master); in fsl_spi_chipselect() local
174 struct mpc8xxx_spi *mpc8xxx_spi, in mspi_apply_cpu_mode_quirks()
225 struct mpc8xxx_spi *mpc8xxx_spi; in fsl_spi_setup_transfer() local
308 struct mpc8xxx_spi *mpc8xxx_spi = spi_master_get_devdata(spi->master); in fsl_spi_bufs() local
423 struct mpc8xxx_spi *mpc8xxx_spi; in fsl_spi_setup() local
497 struct mpc8xxx_spi *mpc8xxx_spi = spi_master_get_devdata(spi->master); in fsl_spi_cleanup() local
563 struct mpc8xxx_spi *mpc8xxx_spi = spi_master_get_devdata(spi->master); in fsl_spi_grlib_cs_control() local
581 struct mpc8xxx_spi *mpc8xxx_spi = spi_master_get_devdata(master); in fsl_spi_grlib_probe() local
607 struct mpc8xxx_spi *mpc8xxx_spi; in fsl_spi_probe() local
859 struct mpc8xxx_spi *mpc8xxx_spi = spi_master_get_devdata(master); in of_fsl_spi_remove() local
[all …]
Dspi-fsl-lib.c89 struct mpc8xxx_spi *mpc8xxx_spi; in mpc8xxx_spi_probe() local