HomeSort by: relevance | last modified time | path
    Searched defs:fdtbus_decode_range (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/fdt/
fdt_subr.c 206 fdtbus_decode_range(int phandle, uint64_t paddr) function
225 return fdtbus_decode_range(parent, paddr);
248 return fdtbus_decode_range(parent, pba) + (paddr - cba);
322 *paddr = fdtbus_decode_range(OF_parent(phandle), addr);
fdt_subr.c 206 fdtbus_decode_range(int phandle, uint64_t paddr) function
225 return fdtbus_decode_range(parent, paddr);
248 return fdtbus_decode_range(parent, pba) + (paddr - cba);
322 *paddr = fdtbus_decode_range(OF_parent(phandle), addr);

Completed in 68 milliseconds