Lines Matching refs:fman
60 struct fman *fman;
113 params->fm = (void *)priv->fman;
603 { .compatible = "fsl,fman-dtsec" },
604 { .compatible = "fsl,fman-xgec" },
605 { .compatible = "fsl,fman-memac" },
642 if (of_device_is_compatible(mac_node, "fsl,fman-dtsec")) {
646 } else if (of_device_is_compatible(mac_node, "fsl,fman-xgec")) {
648 } else if (of_device_is_compatible(mac_node, "fsl,fman-memac")) {
687 priv->fman = fman_bind(&of_dev->dev);
688 if (!priv->fman) {
705 fman_get_mem_region(priv->fman),
744 nph = of_count_phandle_with_args(mac_node, "fsl,fman-ports", NULL);
746 dev_err(dev, "of_count_phandle_with_args(%pOF, fsl,fman-ports) failed\n",
753 dev_err(dev, "Not supported number of fman-ports handles of mac node %pOF from device tree\n",
761 dev_node = of_parse_phandle(mac_node, "fsl,fman-ports", i);
763 dev_err(dev, "of_parse_phandle(%pOF, fsl,fman-ports) failed\n",