Home
last modified time | relevance | path

Searched refs:LOONGSON_SPI_SPCR_CPOL (Results 1 – 2 of 2) sorted by relevance

/linux-6.6.21/drivers/spi/
Dspi-loongson.h23 #define LOONGSON_SPI_SPCR_CPOL BIT(3) macro
Dspi-loongson-core.c67 val &= ~(LOONGSON_SPI_SPCR_CPOL | LOONGSON_SPI_SPCR_CPHA); in loongson_spi_set_mode()
69 val |= LOONGSON_SPI_SPCR_CPOL; in loongson_spi_set_mode()