Lines Matching defs:fman
34 struct fman *fman;
146 { .compatible = "fsl,fman-dtsec", .data = dtsec_initialization },
147 { .compatible = "fsl,fman-xgec", .data = tgec_initialization },
148 { .compatible = "fsl,fman-memac", .data = memac_initialization },
211 priv->fman = fman_bind(&of_dev->dev);
212 if (!priv->fman) {
227 err = devm_request_resource(dev, fman_get_mem_region(priv->fman),
258 nph = of_count_phandle_with_args(mac_node, "fsl,fman-ports", NULL);
260 dev_err(dev, "of_count_phandle_with_args(%pOF, fsl,fman-ports) failed\n",
266 dev_err(dev, "Not supported number of fman-ports handles of mac node %pOF from device tree\n",
273 dev_node = of_parse_phandle(mac_node, "fsl,fman-ports", i);
275 dev_err(dev, "of_parse_phandle(%pOF, fsl,fman-ports) failed\n",
309 params.fm = (void *)priv->fman;