Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/bus/dpaa/base/fman/
H A Dfman.c213 const phandle *rx_phandle, *tx_phandle; in fman_if_init() local
447 rx_phandle = of_get_property(dpa_node, rprop, &lenp); in fman_if_init()
448 if (!rx_phandle) { in fman_if_init()
457 rx_phandle_host[0] = of_read_number(&rx_phandle[0], na); in fman_if_init()
458 rx_phandle_host[1] = of_read_number(&rx_phandle[1], na); in fman_if_init()
459 rx_phandle_host[2] = of_read_number(&rx_phandle[2], na); in fman_if_init()
460 rx_phandle_host[3] = of_read_number(&rx_phandle[3], na); in fman_if_init()