Home
last modified time | relevance | path

Searched refs:mem_mask (Results 1 – 4 of 4) sorted by relevance

/linux-6.15/drivers/gpu/drm/xe/tests/
H A Dxe_dma_buf.c129 params->mem_mask); in xe_test_dmabuf_import_same_driver()
207 {.mem_mask = XE_BO_FLAG_VRAM0,
209 {.mem_mask = XE_BO_FLAG_VRAM0,
213 {.mem_mask = XE_BO_FLAG_VRAM0,
215 {.mem_mask = XE_BO_FLAG_VRAM0,
219 {.mem_mask = XE_BO_FLAG_VRAM0},
220 {.mem_mask = XE_BO_FLAG_VRAM0,
223 {.mem_mask = XE_BO_FLAG_SYSTEM,
225 {.mem_mask = XE_BO_FLAG_SYSTEM,
229 {.mem_mask = XE_BO_FLAG_SYSTEM,
[all …]
/linux-6.15/arch/arm/mach-footbridge/
H A Ddc21285.c296 unsigned int mem_size, mem_mask; in dc21285_preinit() local
301 for (mem_mask = 0x00100000; mem_mask < 0x10000000; mem_mask <<= 1) in dc21285_preinit()
302 if (mem_mask >= mem_size) in dc21285_preinit()
309 *CSR_SDRAMBASEMASK = (mem_mask - 1) & 0x0ffc0000; in dc21285_preinit()
/linux-6.15/arch/powerpc/boot/
H A Dcuboot-pq2.c128 u32 naddr, nsize, mem_pow2, mem_mask; in fixup_pci() local
208 mem_mask = ~(mem_pow2 - 1) >> 12; in fixup_pci()
209 out_le32(&pci_regs[0][62], 0xa0000000 | mem_mask); in fixup_pci()
/linux-6.15/drivers/gpu/drm/xe/
H A Dxe_dma_buf.c250 u32 mem_mask; member