Home
last modified time | relevance | path

Searched full:dpmacs (Results 1 – 9 of 9) sorted by relevance

/openbmc/linux/drivers/net/ethernet/freescale/dpaa2/
H A Ddpaa2-mac.c96 struct device_node *dpmacs = NULL; in dpaa2_mac_get_node() local
102 dpmacs = of_find_node_by_name(NULL, "dpmacs"); in dpaa2_mac_get_node()
103 if (!dpmacs) in dpaa2_mac_get_node()
105 parent = of_fwnode_handle(dpmacs); in dpaa2_mac_get_node()
127 of_node_put(dpmacs); in dpaa2_mac_get_node()
131 of_node_put(dpmacs); in dpaa2_mac_get_node()
/openbmc/linux/Documentation/devicetree/bindings/net/
H A Dfsl,qoriq-mc-dpmac.yaml14 located under the 'dpmacs' node for the fsl-mc bus DTS node.
48 dpmacs {
/openbmc/linux/Documentation/devicetree/bindings/misc/
H A Dfsl,qoriq-mc.txt88 The dpmac nodes must be under a node named "dpmacs" which contains
186 dpmacs {
/openbmc/u-boot/board/freescale/lx2160a/
H A Deth_lx2160aqds.c593 char dpmac_str[] = "dpmacs@00"; in fdt_fixup_dpmac_phy_handle()
596 offset = fdt_path_offset(fdt, "/soc/fsl-mc/dpmacs"); in fdt_fixup_dpmac_phy_handle()
599 offset = fdt_path_offset(fdt, "/fsl-mc/dpmacs"); in fdt_fixup_dpmac_phy_handle()
602 printf("dpmacs node not found in device tree\n"); in fdt_fixup_dpmac_phy_handle()
/openbmc/linux/Documentation/networking/device_drivers/ethernet/freescale/dpaa2/
H A Dswitch-driver.rst18 The DPSW can have ports connected to DPNIs or to DPMACs for external access.
/openbmc/linux/arch/arm64/boot/dts/freescale/
H A Dfsl-ls1088a.dtsi974 dpmacs {
H A Dfsl-ls208xa.dtsi781 dpmacs {
H A Dfsl-lx2160a.dtsi1670 dpmacs {
/openbmc/u-boot/arch/arm/cpu/armv8/fsl-layerscape/
H A Dcpu.c1108 /* some dpmacs in armv8a based freescale layerscape SOCs can be in arch_early_init_r()