Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/net/ethernet/cadence/
Dmacb.c2156 static void macb_configure_caps(struct macb *bp, const struct macb_config *dt_conf) in macb_configure_caps()
2673 static const struct macb_config at91sam9260_config = {
2679 static const struct macb_config pc302gem_config = {
2686 static const struct macb_config sama5d3_config = {
2693 static const struct macb_config sama5d4_config = {
2700 static const struct macb_config emac_config = {
2705 static const struct macb_config zynq_config = {
2736 const struct macb_config *macb_config = NULL; in macb_probe() local
2753 macb_config = match->data; in macb_probe()
2754 clk_init = macb_config->clk_init; in macb_probe()
[all …]
Dmacb.h755 struct macb_config { struct