Home
last modified time | relevance | path

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

/linux/drivers/cache/
H A Dsifive_ccache.c70 QUIRK_BROKEN_DATA_UNCORR = BIT(1), enumerator
124 .data = (void *)(QUIRK_NONSTANDARD_CACHE_OPS | QUIRK_BROKEN_DATA_UNCORR) },
265 if (i == DATA_UNCORR && (quirks & QUIRK_BROKEN_DATA_UNCORR)) in sifive_ccache_probe()