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
82 void (*get_rx) (u32 rx_data, struct mpc8xxx_spi *); argument
83 u32 (*get_tx) (struct mpc8xxx_spi *);
105 extern u32 mpc8xxx_spi_tx_buf_u8(struct mpc8xxx_spi *mpc8xxx_spi);
106 extern u32 mpc8xxx_spi_tx_buf_u16(struct mpc8xxx_spi *mpc8xxx_spi);
107 extern u32 mpc8xxx_spi_tx_buf_u32(struct mpc8xxx_spi *mpc8xxx_spi);
108 extern void mpc8xxx_spi_rx_buf_u8(u32 data, struct mpc8xxx_spi *mpc8xxx_spi);
109 extern void mpc8xxx_spi_rx_buf_u16(u32 data, struct mpc8xxx_spi *mpc8xxx_spi);
110 extern void mpc8xxx_spi_rx_buf_u32(u32 data, struct mpc8xxx_spi *mpc8xxx_spi);
114 extern int mpc8xxx_spi_bufs(struct mpc8xxx_spi *mspi,