Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/spi/
Dspi-s3c64xx.c34 #define S3C64XX_SPI_QUIRK_CS_AUTO (1 << 1) macro
710 if (!(sdd->port_conf->quirks & S3C64XX_SPI_QUIRK_CS_AUTO)) in s3c64xx_spi_transfer_one()
865 if (!(sdd->port_conf->quirks & S3C64XX_SPI_QUIRK_CS_AUTO)) in s3c64xx_spi_setup()
873 if (!(sdd->port_conf->quirks & S3C64XX_SPI_QUIRK_CS_AUTO)) in s3c64xx_spi_setup()
948 if (!(sdd->port_conf->quirks & S3C64XX_SPI_QUIRK_CS_AUTO)) in s3c64xx_spi_hwinit()
1363 .quirks = S3C64XX_SPI_QUIRK_CS_AUTO,