Lines Matching refs:macb_config
2220 static void macb_configure_caps(struct macb *bp, const struct macb_config *dt_conf) in macb_configure_caps()
2740 static const struct macb_config at91sam9260_config = {
2746 static const struct macb_config pc302gem_config = {
2753 static const struct macb_config sama5d2_config = {
2760 static const struct macb_config sama5d3_config = {
2767 static const struct macb_config sama5d4_config = {
2774 static const struct macb_config emac_config = {
2780 static const struct macb_config zynqmp_config = {
2788 static const struct macb_config zynq_config = {
2820 const struct macb_config *macb_config = NULL; in macb_probe() local
2843 macb_config = match->data; in macb_probe()
2844 clk_init = macb_config->clk_init; in macb_probe()
2845 init = macb_config->init; in macb_probe()
2880 if (macb_config) in macb_probe()
2881 bp->dma_burst_length = macb_config->dma_burst_length; in macb_probe()
2885 if (macb_config) in macb_probe()
2886 bp->jumbo_max_len = macb_config->jumbo_max_len; in macb_probe()
2891 macb_configure_caps(bp, macb_config); in macb_probe()