Home
last modified time | relevance | path

Searched refs:tx_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
467 tx_phandle = of_get_property(dpa_node, in fman_if_init()
469 if (!tx_phandle) { in fman_if_init()
478 tx_phandle_host[0] = of_read_number(&tx_phandle[0], na); in fman_if_init()
479 tx_phandle_host[1] = of_read_number(&tx_phandle[1], na); in fman_if_init()
480 tx_phandle_host[2] = of_read_number(&tx_phandle[2], na); in fman_if_init()
481 tx_phandle_host[3] = of_read_number(&tx_phandle[3], na); in fman_if_init()