Home
last modified time | relevance | path

Searched refs:getmiso (Results 1 - 12 of 12) sorted by relevance

/kernel/linux/linux-6.6/drivers/spi/
H A Dspi-bitbang-txrx.h26 * int getmiso(struct spi_device *);
33 * getmiso() is required to return 0 or 1 only. Any other value is invalid
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()
H A Dspi-lp8841-rtc.c60 getmiso(struct spi_lp8841_rtc *data) in getmiso() function
85 word |= (getmiso(data) << 31); in bitbang_txrx_be_cpha0_lsb()
H A Dspi-sh-sci.c67 static inline u32 getmiso(struct spi_device *dev) in getmiso() function
H A Dspi-butterfly.c98 static inline int getmiso(struct spi_device *spi) in getmiso() function
H A Dspi-lm70llp.c152 * getmiso:
158 static inline int getmiso(struct spi_device *s) in getmiso() function
H A Dspi-gpio.c100 static inline int getmiso(const struct spi_device *spi) in getmiso() function
171 * These functions do not call setmosi or getmiso if respective flag
/kernel/linux/linux-5.10/drivers/spi/
H A Dspi-bitbang-txrx.h26 * int getmiso(struct spi_device *);
33 * getmiso() is required to return 0 or 1 only. Any other value is invalid
72 word |= getmiso(spi); in bitbang_txrx_be_cpha0()
105 word |= getmiso(spi); in bitbang_txrx_be_cpha1()
H A Dspi-lp8841-rtc.c61 getmiso(struct spi_lp8841_rtc *data) in getmiso() function
86 word |= (getmiso(data) << 31); in bitbang_txrx_be_cpha0_lsb()
H A Dspi-butterfly.c98 static inline int getmiso(struct spi_device *spi) in getmiso() function
H A Dspi-lm70llp.c152 * getmiso:
158 static inline int getmiso(struct spi_device *s) in getmiso() function
H A Dspi-sh-sci.c67 static inline u32 getmiso(struct spi_device *dev) in getmiso() function
H A Dspi-gpio.c101 static inline int getmiso(const struct spi_device *spi) in getmiso() function
160 * These functions do not call setmosi or getmiso if respective flag

Completed in 6 milliseconds