Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/ibm/emac/
H A Dcore.c3298 static const struct of_device_id emac_match[] = variable
3314 MODULE_DEVICE_TABLE(of, emac_match);
3319 .of_match_table = emac_match,
3335 if (of_match_node(emac_match, np) == NULL) in emac_make_bootlist()