| fdt_subr.c | 75 fdtbus_phandle2offset(int phandle) function in typeref:typename:int 126 fdtbus_phandle2offset(phandle), prop, &len); 184 const int off = fdtbus_phandle2offset(phandle); 219 fdtbus_phandle2offset(phandle), "ranges", &len); 244 printf("%s: %s: cba=%#" PRIx64 ", pba=%#" PRIx64 ", cl=%#" PRIx64 "\n", __func__, fdt_get_name(fdtbus_get_data(), fdtbus_phandle2offset(phandle), NULL), cba, pba, cl); 305 fdtbus_phandle2offset(phandle), "reg", &len); 325 fdtbus_phandle2offset(phandle), NULL); 339 const int off = fdtbus_phandle2offset(phandle); 351 const int off = fdtbus_phandle2offset(phandle); 359 const int off = fdtbus_phandle2offset(phandle) [all...] |