Searched refs:of_quirks (Results 1 – 1 of 1) sorted by relevance
2862 } of_quirks[] = { variable2891 for (idx = 0; idx < ARRAY_SIZE(of_quirks); idx++) in dw_mci_parse_dt()2892 if (of_get_property(np, of_quirks[idx].quirk, NULL)) in dw_mci_parse_dt()2893 pdata->quirks |= of_quirks[idx].id; in dw_mci_parse_dt()