Lines Matching refs:ph
39 const phandle *ph; in mv64x60_mpsc_register_shared_pdev() local
43 ph = of_get_property(np, "mpscrouting", NULL); in mv64x60_mpsc_register_shared_pdev()
44 mpscrouting = of_find_node_by_phandle(*ph); in mv64x60_mpsc_register_shared_pdev()
53 ph = of_get_property(np, "mpscintr", NULL); in mv64x60_mpsc_register_shared_pdev()
54 mpscintr = of_find_node_by_phandle(*ph); in mv64x60_mpsc_register_shared_pdev()
95 const phandle *ph; in mv64x60_mpsc_device_setup() local
112 ph = of_get_property(np, "sdma", NULL); in mv64x60_mpsc_device_setup()
113 sdma = of_find_node_by_phandle(*ph); in mv64x60_mpsc_device_setup()
123 ph = of_get_property(np, "brg", NULL); in mv64x60_mpsc_device_setup()
124 brg = of_find_node_by_phandle(*ph); in mv64x60_mpsc_device_setup()
250 const phandle *ph; in mv64x60_eth_device_setup() local
297 ph = of_get_property(np, "phy", NULL); in mv64x60_eth_device_setup()
298 if (!ph) in mv64x60_eth_device_setup()
301 phy = of_find_node_by_phandle(*ph); in mv64x60_eth_device_setup()