Home
last modified time | relevance | path

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

/openbmc/linux/drivers/edac/
H A Dppc4xx_edac.c187 static const struct of_device_id ppc4xx_edac_match[] = { variable
193 MODULE_DEVICE_TABLE(of, ppc4xx_edac_match);
1002 if (of_match_device(ppc4xx_edac_match, &op->dev) == NULL) in ppc4xx_edac_mc_init()
1048 mci->ctl_name = ppc4xx_edac_match->compatible; in ppc4xx_edac_mc_init()
1385 .of_match_table = ppc4xx_edac_match,