Lines Matching refs:mpc8xxx_spi
24 struct mpc8xxx_spi { struct
51 void (*get_rx) (u32 rx_data, struct mpc8xxx_spi *); argument
52 u32(*get_tx) (struct mpc8xxx_spi *); argument
79 void (*get_rx) (u32 rx_data, struct mpc8xxx_spi *); argument
80 u32 (*get_tx) (struct mpc8xxx_spi *);
102 extern u32 mpc8xxx_spi_tx_buf_u8(struct mpc8xxx_spi *mpc8xxx_spi);
103 extern u32 mpc8xxx_spi_tx_buf_u16(struct mpc8xxx_spi *mpc8xxx_spi);
104 extern u32 mpc8xxx_spi_tx_buf_u32(struct mpc8xxx_spi *mpc8xxx_spi);
105 extern void mpc8xxx_spi_rx_buf_u8(u32 data, struct mpc8xxx_spi *mpc8xxx_spi);
106 extern void mpc8xxx_spi_rx_buf_u16(u32 data, struct mpc8xxx_spi *mpc8xxx_spi);
107 extern void mpc8xxx_spi_rx_buf_u32(u32 data, struct mpc8xxx_spi *mpc8xxx_spi);
111 extern int mpc8xxx_spi_bufs(struct mpc8xxx_spi *mspi,