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.c194 int host_address_cells; in mdionexus_ofw_fill_ranges() local
201 &host_address_cells, sizeof(host_address_cells)); in mdionexus_ofw_fill_ranges()
209 (sc->acells + host_address_cells + sc->scells); in mdionexus_ofw_fill_ranges()
225 for (k = 0; k < host_address_cells; k++) { in mdionexus_ofw_fill_ranges()
H A Dmrml_bridge.c186 int host_address_cells; in mrmlb_ofw_fill_ranges() local
193 &host_address_cells, sizeof(host_address_cells)); in mrmlb_ofw_fill_ranges()
201 (sc->acells + host_address_cells + sc->scells); in mrmlb_ofw_fill_ranges()
217 for (k = 0; k < host_address_cells; k++) { in mrmlb_ofw_fill_ranges()
/freebsd/sys/dev/ofw/
H A Dofw_pcib.c401 info->host_address_cells = 1; in ofw_pcib_nranges()
406 &(info->host_address_cells), sizeof(info->host_address_cells)); in ofw_pcib_nranges()
417 (info->pci_address_cell + info->host_address_cells + in ofw_pcib_nranges()
663 int host_address_cells = 1, pci_address_cells = 3, size_cells = 2; in ofw_pcib_fill_ranges() local
669 OF_getencprop(OF_parent(node), "#address-cells", &host_address_cells, in ofw_pcib_fill_ranges()
670 sizeof(host_address_cells)); in ofw_pcib_fill_ranges()
679 (pci_address_cells + host_address_cells + size_cells); in ofw_pcib_fill_ranges()
692 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.c292 int host_address_cells; in mv_pcib_ctrl_fill_ranges() local
299 &host_address_cells, sizeof(host_address_cells)); in mv_pcib_ctrl_fill_ranges()
307 (sc->addr_cells + host_address_cells + sc->size_cells); in mv_pcib_ctrl_fill_ranges()
323 for (k = 0; k < host_address_cells; k++) { in mv_pcib_ctrl_fill_ranges()
/freebsd/sys/dev/vt/hw/ofwfb/
H A Dofwfb.c329 int nranges, host_address_cells; in decode_pci_ranges_host_addr()
348 &host_address_cells, sizeof(host_address_cells)) != in decode_pci_ranges_host_addr()
349 sizeof(host_address_cells)) in decode_pci_ranges_host_addr()
353 nranges = nbase_ranges / sizeof(cell_t) / (acells + host_address_cells + scells); in decode_pci_ranges_host_addr()
369 for (k = 0; k < host_address_cells; k++) { in decode_pci_ranges_host_addr()
317 int nranges, host_address_cells; decode_pci_ranges_host_addr() local
/freebsd/sys/dev/fdt/
H A Dsimplebus.c229 int host_address_cells; in simplebus_fill_ranges() local
236 &host_address_cells, sizeof(host_address_cells)); in simplebus_fill_ranges()
244 (sc->acells + host_address_cells + sc->scells); in simplebus_fill_ranges()
260 for (k = 0; k < host_address_cells; k++) { in simplebus_fill_ranges()
/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()