Lines Matching full:phandle
46 } phandle; member
68 s->phandle.gic = qemu_fdt_alloc_phandle(s->fdt); in fdt_create()
69 for (i = 0; i < ARRAY_SIZE(s->phandle.ethernet_phy); i++) { in fdt_create()
70 s->phandle.ethernet_phy[i] = qemu_fdt_alloc_phandle(s->fdt); in fdt_create()
72 s->phandle.clk_25Mhz = qemu_fdt_alloc_phandle(s->fdt); in fdt_create()
73 s->phandle.clk_125Mhz = qemu_fdt_alloc_phandle(s->fdt); in fdt_create()
75 s->phandle.usb = qemu_fdt_alloc_phandle(s->fdt); in fdt_create()
76 s->phandle.dwc = qemu_fdt_alloc_phandle(s->fdt); in fdt_create()
81 qemu_fdt_setprop_cell(s->fdt, "/", "interrupt-parent", s->phandle.gic); in fdt_create()
89 unsigned int freq_hz, uint32_t phandle) in fdt_add_clk_node() argument
92 qemu_fdt_setprop_cell(s->fdt, name, "phandle", phandle); in fdt_add_clk_node()
130 qemu_fdt_setprop_cell(s->fdt, nodename, "phandle", s->phandle.gic); in fdt_add_gic_nodes()
177 s->phandle.clk_25Mhz, s->phandle.clk_125Mhz); in fdt_add_usb_xhci_nodes()
181 qemu_fdt_setprop_cell(s->fdt, name, "phandle", s->phandle.usb); in fdt_add_usb_xhci_nodes()
205 qemu_fdt_setprop_cell(s->fdt, name, "phandle", s->phandle.dwc); in fdt_add_usb_xhci_nodes()
223 s->phandle.clk_125Mhz, s->phandle.clk_125Mhz); in fdt_add_uart_nodes()
261 s->phandle.clk_25Mhz, s->phandle.clk_25Mhz); in fdt_add_canfd_nodes()
277 uint32_t phandle) in fdt_add_fixed_link_nodes() argument
282 qemu_fdt_setprop_cell(s->fdt, name, "phandle", phandle); in fdt_add_fixed_link_nodes()
300 fdt_add_fixed_link_nodes(s, name, s->phandle.ethernet_phy[i]); in fdt_add_gem_nodes()
303 s->phandle.ethernet_phy[i]); in fdt_add_gem_nodes()
305 s->phandle.clk_25Mhz, s->phandle.clk_25Mhz, in fdt_add_gem_nodes()
306 s->phandle.clk_125Mhz, s->phandle.clk_125Mhz); in fdt_add_gem_nodes()
338 s->phandle.clk_25Mhz, s->phandle.clk_25Mhz); in fdt_add_zdma_nodes()
364 s->phandle.clk_25Mhz, s->phandle.clk_25Mhz); in fdt_add_sd_nodes()
717 fdt_add_clk_node(s, "/clk125", 125000000, s->phandle.clk_125Mhz); in versal_virt_init()
718 fdt_add_clk_node(s, "/clk25", 25000000, s->phandle.clk_25Mhz); in versal_virt_init()