Home
last modified time | relevance | path

Searched refs:SPI_CMD_SAMPLE_SEL (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/spi/
H A Dspi-mt65xx.c58 #define SPI_CMD_SAMPLE_SEL BIT(6) macro
243 reg_val |= SPI_CMD_SAMPLE_SEL; in mtk_spi_prepare_message()
245 reg_val &= ~SPI_CMD_SAMPLE_SEL; in mtk_spi_prepare_message()
/kernel/linux/linux-6.6/drivers/spi/
H A Dspi-mt65xx.c65 #define SPI_CMD_SAMPLE_SEL BIT(6) macro
406 reg_val |= SPI_CMD_SAMPLE_SEL; in mtk_spi_hw_init()
408 reg_val &= ~SPI_CMD_SAMPLE_SEL; in mtk_spi_hw_init()

Completed in 3 milliseconds