Lines Matching refs:mpc8xxx_spi
20 struct mpc8xxx_spi { struct
47 void (*get_rx) (u32 rx_data, struct mpc8xxx_spi *); argument
48 u32(*get_tx) (struct mpc8xxx_spi *); argument
75 void (*get_rx) (u32 rx_data, struct mpc8xxx_spi *); argument
76 u32 (*get_tx) (struct mpc8xxx_spi *);
97 extern u32 mpc8xxx_spi_tx_buf_u8(struct mpc8xxx_spi *mpc8xxx_spi);
98 extern u32 mpc8xxx_spi_tx_buf_u16(struct mpc8xxx_spi *mpc8xxx_spi);
99 extern u32 mpc8xxx_spi_tx_buf_u32(struct mpc8xxx_spi *mpc8xxx_spi);
100 extern void mpc8xxx_spi_rx_buf_u8(u32 data, struct mpc8xxx_spi *mpc8xxx_spi);
101 extern void mpc8xxx_spi_rx_buf_u16(u32 data, struct mpc8xxx_spi *mpc8xxx_spi);
102 extern void mpc8xxx_spi_rx_buf_u32(u32 data, struct mpc8xxx_spi *mpc8xxx_spi);
106 extern int mpc8xxx_spi_bufs(struct mpc8xxx_spi *mspi,