Home
last modified time | relevance | path

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

/freebsd/sys/dev/vnic/
H A Dthunder_mdio_fdt.c193 int host_address_cells; in mdionexus_ofw_fill_ranges() local
200 &host_address_cells, sizeof(host_address_cells)); in mdionexus_ofw_fill_ranges()
208 (sc->acells + host_address_cells + sc->scells); in mdionexus_ofw_fill_ranges()
224 for (k = 0; k < host_address_cells; k++) { in mdionexus_ofw_fill_ranges()
H A Dmrml_bridge.c185 int host_address_cells; in mrmlb_ofw_fill_ranges() local
192 &host_address_cells, sizeof(host_address_cells)); in mrmlb_ofw_fill_ranges()
200 (sc->acells + host_address_cells + sc->scells); in mrmlb_ofw_fill_ranges()
216 for (k = 0; k < host_address_cells; k++) { in mrmlb_ofw_fill_ranges()
/freebsd/sys/dev/ofw/
H A Dofw_pcib.c400 info->host_address_cells = 1; in ofw_pcib_nranges()
405 &(info->host_address_cells), sizeof(info->host_address_cells)); in ofw_pcib_nranges()
416 (info->pci_address_cell + info->host_address_cells + in ofw_pcib_nranges()
682 int host_address_cells = 1, pci_address_cells = 3, size_cells = 2; in ofw_pcib_fill_ranges() local
688 OF_getencprop(OF_parent(node), "#address-cells", &host_address_cells, in ofw_pcib_fill_ranges()
689 sizeof(host_address_cells)); in ofw_pcib_fill_ranges()
698 (pci_address_cells + host_address_cells + size_cells); in ofw_pcib_fill_ranges()
711 for (k = 0; k < host_address_cells; k++) { in ofw_pcib_fill_ranges()
H A Dofwpci.h36 pcell_t host_address_cells; member
/freebsd/sys/arm/mv/
H A Dmv_pci_ctrl.c291 int host_address_cells; in mv_pcib_ctrl_fill_ranges() local
298 &host_address_cells, sizeof(host_address_cells)); in mv_pcib_ctrl_fill_ranges()
306 (sc->addr_cells + host_address_cells + sc->size_cells); in mv_pcib_ctrl_fill_ranges()
322 for (k = 0; k < host_address_cells; k++) { in mv_pcib_ctrl_fill_ranges()
/freebsd/sys/dev/vt/hw/ofwfb/
H A Dofwfb.c317 int nranges, host_address_cells; in decode_pci_ranges_host_addr() local
336 &host_address_cells, sizeof(host_address_cells)) != in decode_pci_ranges_host_addr()
337 sizeof(host_address_cells)) in decode_pci_ranges_host_addr()
341 nranges = nbase_ranges / sizeof(cell_t) / (acells + host_address_cells + scells); in decode_pci_ranges_host_addr()
357 for (k = 0; k < host_address_cells; k++) { in decode_pci_ranges_host_addr()
/freebsd/sys/dev/dpaa/
H A Dfman.c215 int host_address_cells; in fman_fill_ranges() local
222 &host_address_cells, sizeof(host_address_cells)); in fman_fill_ranges()
230 (sc->acells + host_address_cells + sc->scells); in fman_fill_ranges()
246 for (k = 0; k < host_address_cells; k++) { in fman_fill_ranges()
/freebsd/sys/dev/fdt/
H A Dsimplebus.c223 int host_address_cells; in simplebus_fill_ranges() local
230 &host_address_cells, sizeof(host_address_cells)); in simplebus_fill_ranges()
238 (sc->acells + host_address_cells + sc->scells); in simplebus_fill_ranges()
254 for (k = 0; k < host_address_cells; k++) { in simplebus_fill_ranges()