Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/spi/
H A Dsh_spi.c115 struct sh_spi *spi = to_sh_spi(slave); in spi_free_slave()
127 struct sh_spi *ss = to_sh_spi(slave); in spi_release_bus()
205 struct sh_spi *ss = to_sh_spi(slave); in spi_xfer()
H A Dsh_spi.h62 static inline struct sh_spi *to_sh_spi(struct spi_slave *slave) in to_sh_spi() function