Home
last modified time | relevance | path

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

/netbsd-src/sys/arch/shark/ofw/
H A Dofw.c635 struct vl_range vl_ranges[2]; in ofw_configvl() local
647 if ((size = OF_getprop(vl, "ranges", vl_ranges, sizeof(vl_ranges))) in ofw_configvl()
648 != sizeof(vl_ranges)) in ofw_configvl()
657 == vl_ranges[vr].vl_phys_hi) && in ofw_configvl()
659 == vl_ranges[vr].vl_phys_lo)) { in ofw_configvl()
663 &vl_ranges[vr].parent_phys_start); in ofw_configvl()