Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/spi/
H A Dspi-imx.c273 #define MX51_ECSPI_CONFIG_SSBPOL(cs) (1 << ((cs & 3) + 12)) macro
577 cfg |= MX51_ECSPI_CONFIG_SSBPOL(spi->chip_select); in mx51_ecspi_prepare_message()
579 cfg &= ~MX51_ECSPI_CONFIG_SSBPOL(spi->chip_select); in mx51_ecspi_prepare_message()
/kernel/linux/linux-6.6/drivers/spi/
H A Dspi-imx.c283 #define MX51_ECSPI_CONFIG_SSBPOL(cs) (1 << ((cs & 3) + 12)) macro
591 cfg |= MX51_ECSPI_CONFIG_SSBPOL(channel); in mx51_ecspi_prepare_message()
593 cfg &= ~MX51_ECSPI_CONFIG_SSBPOL(channel); in mx51_ecspi_prepare_message()

Completed in 5 milliseconds