Home
last modified time | relevance | path

Searched refs:phys_base (Results 1 – 10 of 10) sorted by relevance

/openbsd-src/sys/dev/pci/drm/i915/display/
H A Dintel_plane_initial.c97 plane_config->phys_base = dma_addr - mem->region.start; in initial_plane_vma()
120 plane_config->phys_base = base; in initial_plane_vma()
144 resource_size_t phys_base; in initial_plane_vma()
154 phys_base = plane_config->phys_base; in initial_plane_vma()
174 obj = i915_gem_object_create_region_at(mem, phys_base, size, in intel_alloc_initial_plane_obj()
53 resource_size_t phys_base; initial_plane_vma() local
/openbsd-src/sys/dev/fdt/
H A Dbcm2711_pcie.c56 uint64_t phys_base; member
195 sc->sc_ranges[i].phys_base = ranges[j++]; in bcmpcie_attach()
197 sc->sc_ranges[i].phys_base <<= 32; in bcmpcie_attach()
198 sc->sc_ranges[i].phys_base |= ranges[j++]; in bcmpcie_attach()
238 sc->sc_dmaranges[i].phys_base = ranges[j++]; in bcmpcie_attach()
240 sc->sc_dmaranges[i].phys_base <<= 32; in bcmpcie_attach()
241 sc->sc_dmaranges[i].phys_base |= ranges[j++]; in bcmpcie_attach()
260 uint64_t cpu_base = sc->sc_ranges[i].phys_base; in bcmpcie_attach()
261 uint64_t cpu_limit = sc->sc_ranges[i].phys_base + in bcmpcie_attach()
481 uint64_t phys_start = sc->sc_ranges[i].phys_base; in bcmpcie_bs_iomap()
[all …]
H A Dpciecam.c67 uint64_t phys_base; member
186 sc->sc_pciranges[i].phys_base = ranges[j++]; in pciecam_attach()
188 sc->sc_pciranges[i].phys_base <<= 32; in pciecam_attach()
189 sc->sc_pciranges[i].phys_base |= ranges[j++]; in pciecam_attach()
483 physbase = sc->sc_pciranges[i].phys_base; in pciecam_bs_map()
504 physbase = sc->sc_pciranges[i].phys_base; in pciecam_bs_mmap()
H A Dmvkpcie.c161 uint64_t phys_base; member
329 sc->sc_ranges[i].phys_base = ranges[j++]; in mvkpcie_attach()
331 sc->sc_ranges[i].phys_base <<= 32; in mvkpcie_attach()
332 sc->sc_ranges[i].phys_base |= ranges[j++]; in mvkpcie_attach()
459 sc->sc_io_base = sc->sc_ranges[i].phys_base; in mvkpcie_attach()
465 sc->sc_mem_base = sc->sc_ranges[i].phys_base; in mvkpcie_attach()
836 uint64_t phys_start = sc->sc_ranges[i].phys_base; in mvkpcie_bs_iomap()
858 uint64_t phys_start = sc->sc_ranges[i].phys_base; in mvkpcie_bs_memmap()
H A Ddwpcie.c202 uint64_t phys_base; member
481 sc->sc_ranges[i].phys_base = ranges[j++]; in dwpcie_attach()
483 sc->sc_ranges[i].phys_base <<= 32; in dwpcie_attach()
484 sc->sc_ranges[i].phys_base |= ranges[j++]; in dwpcie_attach()
580 sc->sc_io_base = sc->sc_ranges[i].phys_base; in dwpcie_attach_deferred()
586 sc->sc_mem_base = sc->sc_ranges[i].phys_base; in dwpcie_attach_deferred()
592 sc->sc_pmem_base = sc->sc_ranges[i].phys_base; in dwpcie_attach_deferred()
2057 uint64_t phys_start = sc->sc_ranges[i].phys_base; in dwpcie_bs_iomap()
2079 uint64_t phys_start = sc->sc_ranges[i].phys_base; in dwpcie_bs_memmap()
/openbsd-src/sys/arch/powerpc64/dev/
H A Dphb.c50 uint64_t phys_base; member
250 sc->sc_ranges[i].phys_base = ranges[j++]; in phb_attach()
252 sc->sc_ranges[i].phys_base <<= 32; in phb_attach()
253 sc->sc_ranges[i].phys_base |= ranges[j++]; in phb_attach()
274 sc->sc_ranges[sc->sc_nranges - 1].phys_base = in phb_attach()
299 OPAL_M64_WINDOW_TYPE, window, sc->sc_ranges[i].phys_base, in phb_attach()
716 uint64_t phys_start = sc->sc_ranges[i].phys_base; in phb_bs_iomap()
738 uint64_t phys_start = sc->sc_ranges[i].phys_base; in phb_bs_memmap()
760 uint64_t phys_start = sc->sc_ranges[i].phys_base; in phb_bs_mmap()
/openbsd-src/sys/arch/armv7/marvell/
H A Dmvpcie.c92 uint64_t phys_base; member
251 sc->sc_ranges[i].phys_base = ranges[j++]; in mvpcie_attach()
253 sc->sc_ranges[i].phys_base <<= 32; in mvpcie_attach()
254 sc->sc_ranges[i].phys_base |= ranges[j++]; in mvpcie_attach()
372 po->po_win_iotarget = ((sc->sc_ranges[i].phys_base) >> in mvpcie_port_attach()
374 po->po_win_ioattr = ((sc->sc_ranges[i].phys_base) >> in mvpcie_port_attach()
378 po->po_win_memtarget = ((sc->sc_ranges[i].phys_base) >> in mvpcie_port_attach()
380 po->po_win_memattr = ((sc->sc_ranges[i].phys_base) >> in mvpcie_port_attach()
393 if (bus_space_map(po->po_iot, sc->sc_ranges[i].phys_base, in mvpcie_port_attach()
/openbsd-src/sys/arch/armv7/vexpress/
H A Dpciecam.c61 uint64_t phys_base; member
165 sc->sc_pciranges[i].phys_base = ranges[j++]; in pciecam_attach()
167 sc->sc_pciranges[i].phys_base <<= 32; in pciecam_attach()
168 sc->sc_pciranges[i].phys_base |= ranges[j++]; in pciecam_attach()
455 physbase = sc->sc_pciranges[i].phys_base; in pciecam_bs_map()
/openbsd-src/sys/arch/riscv64/dev/
H A Dstfpcie.c107 uint64_t phys_base;
349 sc->sc_ranges[i].phys_base = ranges[j++]; in stfpcie_attach()
351 sc->sc_ranges[i].phys_base <<= 32; in stfpcie_attach()
352 sc->sc_ranges[i].phys_base |= ranges[j++]; in stfpcie_attach()
446 sc->sc_ranges[0].phys_base | ATR_IMPL | in stfpcie_attach()
449 sc->sc_ranges[0].phys_base >> 32); in stfpcie_attach()
978 uint64_t phys_start = sc->sc_ranges[i].phys_base; in stfpcie_bs_iomap()
1000 uint64_t phys_start = sc->sc_ranges[i].phys_base; in stfpcie_bs_memmap()
109 uint64_t phys_base; global() member
/openbsd-src/sys/arch/arm64/dev/
H A Daplpcie.c122 uint64_t phys_base; member
337 sc->sc_ranges[i].phys_base = ranges[j++]; in aplpcie_attach()
339 sc->sc_ranges[i].phys_base <<= 32; in aplpcie_attach()
340 sc->sc_ranges[i].phys_base |= ranges[j++]; in aplpcie_attach()
1014 uint64_t phys_start = sc->sc_ranges[i].phys_base; in aplpcie_bs_iomap()
1038 uint64_t phys_start = sc->sc_ranges[i].phys_base; in aplpcie_bs_memmap()