Searched refs:QUIRK_S3C2440 (Results 1 - 1 of 1) sorted by relevance

/linux-4.1.27/drivers/i2c/busses/
H A Di2c-s3c2410.c84 #define QUIRK_S3C2440 (1 << 0) macro
141 .driver_data = QUIRK_S3C2440,
144 .driver_data = QUIRK_S3C2440 | QUIRK_HDMIPHY | QUIRK_NO_GPIO,
154 { .compatible = "samsung,s3c2440-i2c", .data = (void *)QUIRK_S3C2440 },
156 .data = (void *)(QUIRK_S3C2440 | QUIRK_HDMIPHY | QUIRK_NO_GPIO) },
158 .data = (void *)(QUIRK_S3C2440 | QUIRK_NO_GPIO) },
160 .data = (void *)(QUIRK_S3C2440 | QUIRK_POLL | QUIRK_NO_GPIO) },
904 if (i2c->quirks & QUIRK_S3C2440) { s3c24xx_i2c_clockrate()

Completed in 92 milliseconds