Searched refs:S3C64XX_SPI_QUIRK_POLL (Results 1 – 1 of 1) sorted by relevance
33 #define S3C64XX_SPI_QUIRK_POLL (1 << 0) macro127 #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,