Searched defs:mpc8xxx_spi (Results 1 – 3 of 3) sorted by relevance
20 struct mpc8xxx_spi { struct21 struct device *dev;22 void __iomem *reg_base;47 void (*get_rx) (u32 rx_data, struct mpc8xxx_spi *); argument48 u32(*get_tx) (struct mpc8xxx_spi *); argument50 unsigned int count;51 unsigned int irq;75 void (*get_rx) (u32 rx_data, struct mpc8xxx_spi *); argument
116 struct mpc8xxx_spi *mpc8xxx_spi = spi_master_get_devdata(spi->master); in fsl_spi_chipselect() local176 struct mpc8xxx_spi *mpc8xxx_spi, in mspi_apply_cpu_mode_quirks()227 struct mpc8xxx_spi *mpc8xxx_spi; in fsl_spi_setup_transfer() local310 struct mpc8xxx_spi *mpc8xxx_spi = spi_master_get_devdata(spi->master); in fsl_spi_bufs() local360 struct mpc8xxx_spi *mpc8xxx_spi = spi_master_get_devdata(master); in fsl_spi_do_one_msg() local441 struct mpc8xxx_spi *mpc8xxx_spi; in fsl_spi_setup() local555 struct mpc8xxx_spi *mpc8xxx_spi = spi_master_get_devdata(spi->master); in fsl_spi_grlib_cs_control() local573 struct mpc8xxx_spi *mpc8xxx_spi = spi_master_get_devdata(master); in fsl_spi_grlib_probe() local599 struct mpc8xxx_spi *mpc8xxx_spi; in fsl_spi_probe() local780 struct mpc8xxx_spi *mpc8xxx_spi = spi_master_get_devdata(master); in of_fsl_spi_remove() local[all …]
85 struct mpc8xxx_spi *mpc8xxx_spi; in mpc8xxx_spi_probe() local
Completed in 7 milliseconds