Home
last modified time | relevance | path

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

/freebsd/usr.sbin/bhyve/aarch64/
H A Dfdt.c63 assign_phandle(void *fdt) in assign_phandle() function
164 apb_pclk_phandle = assign_phandle(fdt); in fdt_init()
186 gic_phandle = assign_phandle(fdt); in fdt_add_gic()
/freebsd/usr.bin/dtc/
H A Dfdt.hh881 property_ptr assign_phandle(node_ptr n, uint32_t &next);
H A Dfdt.cc1318 device_tree::assign_phandle(node_ptr n, uint32_t &phandle) in assign_phandle() function in dtc::fdt::device_tree
1367 assign_phandle(n, next); in assign_phandles()
1503 property_ptr p = assign_phandle(target, phandle); in resolve_cross_references()