Home
last modified time | relevance | path

Searched refs:ports_phandle (Results 1 – 1 of 1) sorted by relevance

/f-stack/dpdk/drivers/bus/dpaa/base/fman/
H A Dfman.c211 const phandle *mac_phandle, *ports_phandle, *pools_phandle; in fman_if_init() local
390 ports_phandle = of_get_property(mac_node, "fsl,port-handles", in fman_if_init()
392 if (!ports_phandle) in fman_if_init()
393 ports_phandle = of_get_property(mac_node, "fsl,fman-ports", in fman_if_init()
395 if (!ports_phandle) { in fman_if_init()
401 tx_node = of_find_node_by_phandle(ports_phandle[1]); in fman_if_init()
415 rx_node = of_find_node_by_phandle(ports_phandle[0]); in fman_if_init()