Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/spi/
Dspi-s3c64xx.c24 #define S3C64XX_SPI_QUIRK_CS_AUTO (1 << 1) macro
313 if (!(sdd->port_conf->quirks & S3C64XX_SPI_QUIRK_CS_AUTO)) { in s3c64xx_spi_set_cs()
323 if (!(sdd->port_conf->quirks & S3C64XX_SPI_QUIRK_CS_AUTO)) in s3c64xx_spi_set_cs()
936 else if (!(sdd->port_conf->quirks & S3C64XX_SPI_QUIRK_CS_AUTO)) in s3c64xx_spi_hwinit()
1385 .quirks = S3C64XX_SPI_QUIRK_CS_AUTO,
1395 .quirks = S3C64XX_SPI_QUIRK_CS_AUTO,