Home
last modified time | relevance | path

Searched refs:to_sh_spi (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/u-boot/drivers/spi/
H A Dsh_spi.c120 struct sh_spi *spi = to_sh_spi(slave); in spi_free_slave()
132 struct sh_spi *ss = to_sh_spi(slave); in spi_release_bus()
210 struct sh_spi *ss = to_sh_spi(slave); in spi_xfer()
H A Dsh_spi.h63 static inline struct sh_spi *to_sh_spi(struct spi_slave *slave) in to_sh_spi() function