Linux Kernel
3.7.1
|
#include <spi-fsl-lib.h>
Data Fields | |
void(* | get_rx )(u32 rx_data, struct mpc8xxx_spi *) |
u32(* | get_tx )(struct mpc8xxx_spi *) |
u32 | rx_shift |
u32 | tx_shift |
u32 | hw_mode |
Definition at line 79 of file spi-fsl-lib.h.
void(* get_rx)(u32 rx_data, struct mpc8xxx_spi *) |
Definition at line 81 of file spi-fsl-lib.h.
u32(* get_tx)(struct mpc8xxx_spi *) |
Definition at line 82 of file spi-fsl-lib.h.
u32 hw_mode |
Definition at line 85 of file spi-fsl-lib.h.
u32 rx_shift |
Definition at line 83 of file spi-fsl-lib.h.
u32 tx_shift |
Definition at line 84 of file spi-fsl-lib.h.