Searched defs:mpc8xxx_spi (Results 1 – 2 of 2) 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
86 struct mpc8xxx_spi *mpc8xxx_spi; in mpc8xxx_spi_probe() local