Lines Matching refs:mpc8xxx_spi
24 struct mpc8xxx_spi { struct
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
85 void (*get_rx) (u32 rx_data, struct mpc8xxx_spi *); argument
86 u32 (*get_tx) (struct mpc8xxx_spi *);
108 extern u32 mpc8xxx_spi_tx_buf_u8(struct mpc8xxx_spi *mpc8xxx_spi);
109 extern u32 mpc8xxx_spi_tx_buf_u16(struct mpc8xxx_spi *mpc8xxx_spi);
110 extern u32 mpc8xxx_spi_tx_buf_u32(struct mpc8xxx_spi *mpc8xxx_spi);
111 extern void mpc8xxx_spi_rx_buf_u8(u32 data, struct mpc8xxx_spi *mpc8xxx_spi);
112 extern void mpc8xxx_spi_rx_buf_u16(u32 data, struct mpc8xxx_spi *mpc8xxx_spi);
113 extern void mpc8xxx_spi_rx_buf_u32(u32 data, struct mpc8xxx_spi *mpc8xxx_spi);
117 extern int mpc8xxx_spi_bufs(struct mpc8xxx_spi *mspi,