Home
last modified time | relevance | path

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

/netbsd/sys/dev/fdt/
H A Dfdt_openfirm.c51 off = fdtbus_phandle2offset(phandle); in OF_peer()
78 off = fdtbus_phandle2offset(phandle); in OF_child()
105 off = fdtbus_phandle2offset(phandle); in OF_parent()
130 off = fdtbus_phandle2offset(phandle); in OF_nextprop()
180 off = fdtbus_phandle2offset(phandle); in OF_getprop()
240 off = fdtbus_phandle2offset(phandle); in OF_getproplen()
315 off = fdtbus_phandle2offset(phandle); in OF_package_to_path()
H A Dfdt_subr.c78 fdtbus_phandle2offset(int phandle) in fdtbus_phandle2offset() function
129 fdtbus_phandle2offset(phandle), prop, &len); in fdtbus_get_phandle()
187 const int off = fdtbus_phandle2offset(phandle); in fdtbus_get_path()
222 fdtbus_phandle2offset(phandle), "ranges", &len); in fdtbus_decode_range()
247 … ", cl=%#" PRIx64 "\n", __func__, fdt_get_name(fdtbus_get_data(), fdtbus_phandle2offset(phandle), … in fdtbus_decode_range()
308 fdtbus_phandle2offset(phandle), "reg", &len); in fdtbus_get_reg64()
328 fdtbus_phandle2offset(phandle), NULL); in fdtbus_get_reg64()
474 const int off = fdtbus_phandle2offset(phandle); in fdtbus_status_okay()
486 const int off = fdtbus_phandle2offset(phandle); in fdtbus_get_prop()
494 const int off = fdtbus_phandle2offset(phandle); in fdtbus_get_string()
H A Dfdtvar.h536 int fdtbus_phandle2offset(int);
H A Dfdtbus.c590 fdtbus_phandle2offset(faa->faa_phandle), "compatible", in fdtbus_print()
/netbsd/sys/arch/arm/sunxi/
H A Dsunxi_dep.c98 fdtbus_phandle2offset(phandle), "allwinner,pipelines", &len); in sunxi_dep_attach()