Home
last modified time | relevance | path

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

/linux/drivers/spi/
H A 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
H A Dspi-fsl-lib.c86 struct mpc8xxx_spi *mpc8xxx_spi; in mpc8xxx_spi_probe() local