mpc52xx_spi
static void mpc52xx_spi_chipsel(struct mpc52xx_spi *ms, int value)
static void mpc52xx_spi_start_transfer(struct mpc52xx_spi *ms)
static int mpc52xx_spi_fsmstate_transfer(int irq, struct mpc52xx_spi *ms,
static int mpc52xx_spi_fsmstate_wait(int irq, struct mpc52xx_spi *ms,
mpc52xx_spi_fsmstate_idle(int irq, struct mpc52xx_spi *ms, u8 status, u8 data)
static int mpc52xx_spi_fsmstate_transfer(int irq, struct mpc52xx_spi *ms,
mpc52xx_spi_fsmstate_wait(int irq, struct mpc52xx_spi *ms, u8 status, u8 data)
static void mpc52xx_spi_fsm_process(int irq, struct mpc52xx_spi *ms)
struct mpc52xx_spi *ms = _ms;
struct mpc52xx_spi *ms = container_of(work, struct mpc52xx_spi, work);
struct mpc52xx_spi *ms = spi_controller_get_devdata(spi->controller);
struct mpc52xx_spi *ms;
struct mpc52xx_spi *ms = spi_controller_get_devdata(host);
int (*state)(int irq, struct mpc52xx_spi *ms, u8 status, u8 data);