Searched refs:QUIRK_S3C2440 (Results 1 – 1 of 1) sorted by relevance
75 #define QUIRK_S3C2440 (1 << 0) macro129 .driver_data = QUIRK_S3C2440,132 .driver_data = QUIRK_S3C2440 | QUIRK_HDMIPHY | QUIRK_NO_GPIO,142 { .compatible = "samsung,s3c2440-i2c", .data = (void *)QUIRK_S3C2440 },144 .data = (void *)(QUIRK_S3C2440 | QUIRK_HDMIPHY | QUIRK_NO_GPIO) },146 .data = (void *)(QUIRK_S3C2440 | QUIRK_POLL | QUIRK_NO_GPIO) },882 if (i2c->quirks & QUIRK_S3C2440) { in s3c24xx_i2c_clockrate()