Lines Matching defs:mpc8xxx_spi
24 struct mpc8xxx_spi { struct
25 struct device *dev;
26 void *reg_base;
29 const void *tx;
30 void *rx;
54 void (*get_rx) (u32 rx_data, struct mpc8xxx_spi *); argument
55 u32(*get_tx) (struct mpc8xxx_spi *); argument
58 void (*spi_remove) (struct mpc8xxx_spi *mspi); argument
60 unsigned int count;
61 unsigned int irq;
85 void (*get_rx) (u32 rx_data, struct mpc8xxx_spi *); argument