Searched refs:getmiso (Results 1 – 4 of 4) sorted by relevance
74 word |= getmiso(spi); in bitbang_txrx_be_cpha0()107 word |= getmiso(spi); in bitbang_txrx_be_cpha1()139 word |= getmiso(spi) << rxbit; in bitbang_txrx_le_cpha0()173 word |= getmiso(spi) << rxbit; in bitbang_txrx_le_cpha1()
158 static inline int getmiso(struct spi_device *s) in getmiso() function
98 static inline int getmiso(struct spi_device *spi) in getmiso() function
75 So: the getmiso inline routine in this driver takes this fact into account,