Searched refs:getmiso (Results 1 – 7 of 7) sorted by relevance
72 word |= getmiso(spi); in bitbang_txrx_be_cpha0()105 word |= getmiso(spi); in bitbang_txrx_be_cpha1()
61 getmiso(struct spi_lp8841_rtc *data) in getmiso() function86 word |= (getmiso(data) << 31); in bitbang_txrx_be_cpha0_lsb()
67 static inline u32 getmiso(struct spi_device *dev) in getmiso() function
158 static inline int getmiso(struct spi_device *s) in getmiso() function
98 static inline int getmiso(struct spi_device *spi) in getmiso() function
101 static inline int getmiso(const struct spi_device *spi) in getmiso() function
75 So: the getmiso inline routine in this driver takes this fact into account,