Searched refs:host_address_cells (Results 1 – 8 of 8) sorted by relevance
/freebsd/sys/dev/vnic/ |
H A D | thunder_mdio_fdt.c | 194 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 D | mrml_bridge.c | 186 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 D | ofw_pcib.c | 401 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 D | ofwpci.h | 36 pcell_t host_address_cells; member
|
/freebsd/sys/arm/mv/ |
H A D | mv_pci_ctrl.c | 292 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 D | ofwfb.c | 329 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 D | simplebus.c | 229 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 D | fman.c | 215 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()
|