Searched defs:fsl (Results 1 - 1 of 1) sorted by relevance

/u-boot/drivers/spi/
H A Dfsl_espi.c82 struct fsl_spi_slave *fsl = to_fsl_spi_slave(slave); local
95 struct fsl_spi_slave *fsl = to_fsl_spi_slave(slave); local
103 static void fsl_espi_tx(struct fsl_spi_slave *fsl, const void *dout) argument
133 static int fsl_espi_rx(struct fsl_spi_slave *fsl, void *din, argument
166 espi_release_bus(struct fsl_spi_slave *fsl) argument
173 espi_xfer(struct fsl_spi_slave *fsl, uint cs, unsigned int bitlen, const void *data_out, void *data_in, unsigned long flags) argument
292 espi_claim_bus(struct fsl_spi_slave *fsl, unsigned int cs) argument
337 espi_setup_slave(struct fsl_spi_slave *fsl) argument
384 struct fsl_spi_slave *fsl; local
405 struct fsl_spi_slave *fsl = to_fsl_spi_slave(slave); local
412 struct fsl_spi_slave *fsl = to_fsl_spi_slave(slave); local
421 struct fsl_spi_slave *fsl = to_fsl_spi_slave(slave); local
429 struct fsl_spi_slave *fsl = (struct fsl_spi_slave *)slave; local
434 __espi_set_speed(struct fsl_spi_slave *fsl) argument
444 __espi_set_mode(struct fsl_spi_slave *fsl) argument
460 struct fsl_spi_slave *fsl = dev_get_priv(bus); local
470 struct fsl_spi_slave *fsl = dev_get_priv(bus); local
481 struct fsl_spi_slave *fsl = dev_get_priv(bus); local
488 struct fsl_spi_slave *fsl = dev_get_priv(bus); local
500 struct fsl_spi_slave *fsl = dev_get_priv(bus); local
514 struct fsl_spi_slave *fsl = dev_get_priv(bus); local
525 struct fsl_spi_slave *fsl = dev_get_priv(bus); local
[all...]

Completed in 42 milliseconds