Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/spi/
Dspi-s3c64xx.c33 #define S3C64XX_SPI_QUIRK_POLL (1 << 0) macro
128 #define is_polling(x) (x->port_conf->quirks & S3C64XX_SPI_QUIRK_POLL)
1094 sdd->port_conf->quirks = S3C64XX_SPI_QUIRK_POLL; in s3c64xx_spi_probe()
1101 sdd->port_conf->quirks = S3C64XX_SPI_QUIRK_POLL; in s3c64xx_spi_probe()
1354 .quirks = S3C64XX_SPI_QUIRK_POLL,