Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/spi/
Dspi-fsl-lib.h20 struct mpc8xxx_spi { struct
21 struct device *dev;
22 void __iomem *reg_base;
47 void (*get_rx) (u32 rx_data, struct mpc8xxx_spi *); argument
48 u32(*get_tx) (struct mpc8xxx_spi *); argument
50 unsigned int count;
51 unsigned int irq;
75 void (*get_rx) (u32 rx_data, struct mpc8xxx_spi *); argument
Dspi-fsl-spi.c116 struct mpc8xxx_spi *mpc8xxx_spi = spi_master_get_devdata(spi->master); in fsl_spi_chipselect() local
177 struct mpc8xxx_spi *mpc8xxx_spi, in mspi_apply_cpu_mode_quirks()
228 struct mpc8xxx_spi *mpc8xxx_spi; in fsl_spi_setup_transfer() local
311 struct mpc8xxx_spi *mpc8xxx_spi = spi_master_get_devdata(spi->master); in fsl_spi_bufs() local
361 struct mpc8xxx_spi *mpc8xxx_spi = spi_master_get_devdata(master); in fsl_spi_do_one_msg() local
442 struct mpc8xxx_spi *mpc8xxx_spi; in fsl_spi_setup() local
552 struct mpc8xxx_spi *mpc8xxx_spi = spi_master_get_devdata(spi->master); in fsl_spi_grlib_cs_control() local
570 struct mpc8xxx_spi *mpc8xxx_spi = spi_master_get_devdata(master); in fsl_spi_grlib_probe() local
596 struct mpc8xxx_spi *mpc8xxx_spi; in fsl_spi_probe() local
759 struct mpc8xxx_spi *mpc8xxx_spi = spi_master_get_devdata(master); in of_fsl_spi_remove() local
[all …]
Dspi-fsl-lib.c85 struct mpc8xxx_spi *mpc8xxx_spi; in mpc8xxx_spi_probe() local