Searched refs:size_lo (Results 1 - 6 of 6) sorted by relevance

/freebsd-11-stable/sys/sparc64/include/
H A Dofw_nexus.h71 uint32_t size_lo; member in struct:nexus_regs
77 (((uint64_t)(r)->size_hi << 32) | (uint64_t)(r)->size_lo)
/freebsd-11-stable/sys/dev/ofw/
H A Dofw_pci.h100 u_int32_t size_lo; member in struct:ofw_pci_register
/freebsd-11-stable/sys/sparc64/pci/
H A Dofw_pci.h116 uint32_t size_lo; member in struct:ofw_pci_ranges
124 (((uint64_t)(r)->size_hi << 32) | (uint64_t)(r)->size_lo)
/freebsd-11-stable/sys/dev/vt/hw/fb/
H A Dvt_early_fb.c253 if (pciaddrs[i].size_lo < info->fb_size)
/freebsd-11-stable/sys/dev/vt/hw/ofwfb/
H A Dofwfb.c464 if (pciaddrs[i].size_lo < sc->fb.fb_stride * height)
/freebsd-11-stable/sys/powerpc/ofw/
H A Dofw_syscons.c326 if (sc->sc_pciaddrs[i].size_lo <
699 offset < (sc->sc_pciaddrs[i].phys_lo + sc->sc_pciaddrs[i].size_lo))

Completed in 121 milliseconds