Home
last modified time | relevance | path

Searched refs:tce_levels (Results 1 – 25 of 61) sorted by relevance

123

/dports/emulators/qemu5/qemu-5.2.0/roms/skiboot/doc/opal-api/
H A Dopal-pci-map-pe-dma-window-44.rst13 uint16_t tce_levels,
29 of tce_levels times the tce_table_size times the tce_page_size.
46 ``tce_levels``
/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/roms/skiboot/doc/opal-api/
H A Dopal-pci-map-pe-dma-window-44.rst10 uint16_t tce_levels,
26 of tce_levels times the tce_table_size times the tce_page_size.
43 ``tce_levels``
/dports/emulators/qemu42/qemu-4.2.1/roms/skiboot/doc/opal-api/
H A Dopal-pci-map-pe-dma-window-44.rst13 uint16_t tce_levels,
29 of tce_levels times the tce_table_size times the tce_page_size.
46 ``tce_levels``
/dports/emulators/qemu-utils/qemu-4.2.1/roms/skiboot/doc/opal-api/
H A Dopal-pci-map-pe-dma-window-44.rst13 uint16_t tce_levels,
29 of tce_levels times the tce_table_size times the tce_page_size.
46 ``tce_levels``
/dports/emulators/qemu-guest-agent/qemu-5.0.1/roms/skiboot/doc/opal-api/
H A Dopal-pci-map-pe-dma-window-44.rst13 uint16_t tce_levels,
29 of tce_levels times the tce_table_size times the tce_page_size.
46 ``tce_levels``
/dports/emulators/qemu/qemu-6.2.0/roms/skiboot/doc/opal-api/
H A Dopal-pci-map-pe-dma-window-44.rst13 uint16_t tce_levels,
29 of tce_levels times the tce_table_size times the tce_page_size.
46 ``tce_levels``
/dports/emulators/qemu60/qemu-6.0.0/roms/skiboot/doc/opal-api/
H A Dopal-pci-map-pe-dma-window-44.rst13 uint16_t tce_levels,
29 of tce_levels times the tce_table_size times the tce_page_size.
46 ``tce_levels``
/dports/emulators/qemu42/qemu-4.2.1/roms/skiboot/hw/
H A Dnpu.c706 uint16_t tce_levels, in npu_map_pe_dma_window() argument
731 if (tce_levels < 1 || in npu_map_pe_dma_window()
732 tce_levels > 4 || in npu_map_pe_dma_window()
761 data64 = SETFIELD(NPU_IODA_TVT_LEVELS, data64, tce_levels - 1); in npu_map_pe_dma_window()
H A Dnpu2.c1126 uint16_t tce_levels, in npu2_map_pe_dma_window() argument
1152 if (tce_levels < 1 || in npu2_map_pe_dma_window()
1153 tce_levels > 4 || in npu2_map_pe_dma_window()
1182 data64 = SETFIELD(NPU2_ATS_IODA_TBL_TVT_LEVEL, data64, tce_levels - 1); in npu2_map_pe_dma_window()
/dports/emulators/qemu5/qemu-5.2.0/roms/skiboot/hw/
H A Dnpu.c706 uint16_t tce_levels, in npu_map_pe_dma_window() argument
731 if (tce_levels < 1 || in npu_map_pe_dma_window()
732 tce_levels > 4 || in npu_map_pe_dma_window()
761 data64 = SETFIELD(NPU_IODA_TVT_LEVELS, data64, tce_levels - 1); in npu_map_pe_dma_window()
/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/roms/skiboot/hw/
H A Dnpu.c706 uint16_t tce_levels, in npu_map_pe_dma_window() argument
731 if (tce_levels < 1 || in npu_map_pe_dma_window()
732 tce_levels > 4 || in npu_map_pe_dma_window()
761 data64 = SETFIELD(NPU_IODA_TVT_LEVELS, data64, tce_levels - 1); in npu_map_pe_dma_window()
H A Dnpu2.c954 uint16_t tce_levels, in npu2_map_pe_dma_window() argument
980 if (tce_levels < 1 || in npu2_map_pe_dma_window()
981 tce_levels > 4 || in npu2_map_pe_dma_window()
1010 data64 = SETFIELD(NPU2_ATS_IODA_TBL_TVT_LEVEL, data64, tce_levels - 1); in npu2_map_pe_dma_window()
/dports/emulators/qemu-utils/qemu-4.2.1/roms/skiboot/hw/
H A Dnpu.c706 uint16_t tce_levels, in npu_map_pe_dma_window() argument
731 if (tce_levels < 1 || in npu_map_pe_dma_window()
732 tce_levels > 4 || in npu_map_pe_dma_window()
761 data64 = SETFIELD(NPU_IODA_TVT_LEVELS, data64, tce_levels - 1); in npu_map_pe_dma_window()
/dports/emulators/qemu-guest-agent/qemu-5.0.1/roms/skiboot/hw/
H A Dnpu.c706 uint16_t tce_levels,
731 if (tce_levels < 1 ||
732 tce_levels > 4 ||
761 data64 = SETFIELD(NPU_IODA_TVT_LEVELS, data64, tce_levels - 1);
/dports/emulators/qemu/qemu-6.2.0/roms/skiboot/hw/
H A Dnpu.c701 uint16_t tce_levels, in npu_map_pe_dma_window() argument
726 if (tce_levels < 1 || in npu_map_pe_dma_window()
727 tce_levels > 4 || in npu_map_pe_dma_window()
756 data64 = SETFIELD(NPU_IODA_TVT_LEVELS, data64, tce_levels - 1); in npu_map_pe_dma_window()
H A Dnpu3-nvlink.c124 uint16_t tce_levels, in npu3_map_pe_dma_window() argument
156 if (tce_levels < 1 || tce_levels > 4) in npu3_map_pe_dma_window()
159 val = SETFIELD(NPU3_ATS_IODA_TVT_TABLE_LEVEL, val, tce_levels - 1); in npu3_map_pe_dma_window()
H A Dnpu2.c980 uint16_t tce_levels, in npu2_map_pe_dma_window() argument
1006 if (tce_levels < 1 || in npu2_map_pe_dma_window()
1007 tce_levels > 4 || in npu2_map_pe_dma_window()
1036 data64 = SETFIELD(NPU2_ATS_IODA_TBL_TVT_LEVEL, data64, tce_levels - 1); in npu2_map_pe_dma_window()
/dports/emulators/qemu60/qemu-6.0.0/roms/skiboot/hw/
H A Dnpu.c706 uint16_t tce_levels, in npu_map_pe_dma_window() argument
731 if (tce_levels < 1 || in npu_map_pe_dma_window()
732 tce_levels > 4 || in npu_map_pe_dma_window()
761 data64 = SETFIELD(NPU_IODA_TVT_LEVELS, data64, tce_levels - 1); in npu_map_pe_dma_window()
/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/roms/skiboot/doc/
H A Dpci.rst60 1. The host calls ``opal_pci_map_pe_dma_window( phb_id, dma_window_number, pe_number, tce_levels, t…
/dports/emulators/qemu42/qemu-4.2.1/roms/skiboot/core/
H A Dpci-opal.c429 uint16_t tce_levels, in opal_pci_map_pe_dma_window() argument
443 tce_levels, tce_table_addr, in opal_pci_map_pe_dma_window()
/dports/emulators/qemu5/qemu-5.2.0/roms/skiboot/core/
H A Dpci-opal.c429 uint16_t tce_levels, in opal_pci_map_pe_dma_window() argument
443 tce_levels, tce_table_addr, in opal_pci_map_pe_dma_window()
/dports/emulators/qemu-utils/qemu-4.2.1/roms/skiboot/core/
H A Dpci-opal.c429 uint16_t tce_levels, in opal_pci_map_pe_dma_window() argument
443 tce_levels, tce_table_addr, in opal_pci_map_pe_dma_window()
/dports/emulators/qemu-guest-agent/qemu-5.0.1/roms/skiboot/core/
H A Dpci-opal.c429 uint16_t tce_levels, in opal_pci_map_pe_dma_window() argument
443 tce_levels, tce_table_addr, in opal_pci_map_pe_dma_window()
/dports/emulators/qemu60/qemu-6.0.0/roms/skiboot/core/
H A Dpci-opal.c429 uint16_t tce_levels, in opal_pci_map_pe_dma_window() argument
443 tce_levels, tce_table_addr, in opal_pci_map_pe_dma_window()
/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/roms/skiboot/core/
H A Dpci-opal.c477 uint16_t tce_levels, in opal_pci_map_pe_dma_window() argument
491 tce_levels, tce_table_addr, in opal_pci_map_pe_dma_window()

123