Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/spi/
Dspi-s3c64xx.c33 #define S3C64XX_SPI_QUIRK_POLL (1 << 0) macro
127 #define is_polling(x) (x->port_conf->quirks & S3C64XX_SPI_QUIRK_POLL)
1091 sdd->port_conf->quirks = S3C64XX_SPI_QUIRK_POLL; in s3c64xx_spi_probe()
1098 sdd->port_conf->quirks = S3C64XX_SPI_QUIRK_POLL; in s3c64xx_spi_probe()
1338 .quirks = S3C64XX_SPI_QUIRK_POLL,