Home
last modified time | relevance | path

Searched refs:UIO_MEM_PHYS (Results 1 – 14 of 14) sorted by relevance

/Linux-v6.6/drivers/uio/
Duio_pruss.c188 p->mem[0].memtype = UIO_MEM_PHYS; in pruss_probe()
192 p->mem[1].memtype = UIO_MEM_PHYS; in pruss_probe()
196 p->mem[2].memtype = UIO_MEM_PHYS; in pruss_probe()
Duio_cif.c64 info->mem[0].memtype = UIO_MEM_PHYS; in hilscher_pci_probe()
67 info->mem[1].memtype = UIO_MEM_PHYS; in hilscher_pci_probe()
Duio_dfl.c30 uiomem->memtype = UIO_MEM_PHYS; in uio_dfl_probe()
Duio_dmem_genirq.c251 uiomem->memtype = UIO_MEM_PHYS; in uio_dmem_genirq_probe()
267 uiomem->memtype = UIO_MEM_PHYS; in uio_dmem_genirq_probe()
Duio_pci_generic.c121 uiomem->memtype = UIO_MEM_PHYS; in probe()
Duio_netx.c91 info->mem[0].memtype = UIO_MEM_PHYS; in netx_pci_probe()
Duio_mf624.c128 mem->memtype = UIO_MEM_PHYS; in mf624_setup_mem()
Duio_sercos3.c116 info->mem[n].memtype = UIO_MEM_PHYS; in sercos3_setup_iomem()
Duio_pdrv_genirq.c207 uiomem->memtype = UIO_MEM_PHYS; in uio_pdrv_genirq_probe()
Duio_fsl_elbc_gpcm.c389 info->mem[0].memtype = UIO_MEM_PHYS; in uio_fsl_elbc_gpcm_probe()
Duio.c743 if (idev->info->mem[mi].memtype == UIO_MEM_PHYS) in uio_mmap_physical()
802 case UIO_MEM_PHYS: in uio_mmap()
/Linux-v6.6/include/linux/
Duio_driver.h157 #define UIO_MEM_PHYS 1 macro
/Linux-v6.6/Documentation/driver-api/
Duio-howto.rst277 ``UIO_MEM_PHYS`` if you have physical memory on your card to be
/Linux-v6.6/drivers/net/ethernet/broadcom/
Dcnic.c1103 uinfo->mem[0].memtype = UIO_MEM_PHYS; in cnic_init_uio()