Lines Matching refs:macb_config

3801 				const struct macb_config *dt_conf)  in macb_configure_caps()
4669 static const struct macb_config fu540_c000_config = {
4679 static const struct macb_config at91sam9260_config = {
4686 static const struct macb_config sama5d3macb_config = {
4694 static const struct macb_config pc302gem_config = {
4702 static const struct macb_config sama5d2_config = {
4710 static const struct macb_config sama5d29_config = {
4718 static const struct macb_config sama5d3_config = {
4728 static const struct macb_config sama5d4_config = {
4736 static const struct macb_config emac_config = {
4743 static const struct macb_config np4_config = {
4750 static const struct macb_config zynqmp_config = {
4761 static const struct macb_config zynq_config = {
4770 static const struct macb_config mpfs_config = {
4781 static const struct macb_config sama7g5_gem_config = {
4790 static const struct macb_config sama7g5_emac_config = {
4799 static const struct macb_config versal_config = {
4837 static const struct macb_config default_gem_config = {
4850 const struct macb_config *macb_config = &default_gem_config; in macb_probe() local
4853 struct clk **) = macb_config->clk_init; in macb_probe()
4854 int (*init)(struct platform_device *) = macb_config->init; in macb_probe()
4876 macb_config = match->data; in macb_probe()
4877 clk_init = macb_config->clk_init; in macb_probe()
4878 init = macb_config->init; in macb_probe()
4918 if (macb_config) in macb_probe()
4919 bp->dma_burst_length = macb_config->dma_burst_length; in macb_probe()
4925 if (macb_config) in macb_probe()
4926 bp->jumbo_max_len = macb_config->jumbo_max_len; in macb_probe()
4933 bp->usrio = macb_config->usrio; in macb_probe()
4938 macb_configure_caps(bp, macb_config); in macb_probe()