HomeSort by: relevance | last modified time | path
    Searched refs:fdtbus_phandle2offset (Results 1 - 5 of 5) sorted by relevancy

  /src/sys/dev/fdt/
fdt_openfirm.c 51 off = fdtbus_phandle2offset(phandle);
78 off = fdtbus_phandle2offset(phandle);
105 off = fdtbus_phandle2offset(phandle);
130 off = fdtbus_phandle2offset(phandle);
180 off = fdtbus_phandle2offset(phandle);
240 off = fdtbus_phandle2offset(phandle);
315 off = fdtbus_phandle2offset(phandle);
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...]
fdtvar.h 97 int fdtbus_phandle2offset(int);
fdtbus.c 588 fdtbus_phandle2offset(faa->faa_phandle), "compatible",
  /src/sys/arch/arm/sunxi/
sunxi_dep.c 98 fdtbus_phandle2offset(phandle), "allwinner,pipelines", &len);

Completed in 13 milliseconds