Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/uio/
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_pruss.c199 p->mem[0].memtype = UIO_MEM_PHYS; in pruss_probe()
203 p->mem[1].memtype = UIO_MEM_PHYS; in pruss_probe()
207 p->mem[2].memtype = UIO_MEM_PHYS; in pruss_probe()
Duio_dmem_genirq.c226 uiomem->memtype = UIO_MEM_PHYS; in uio_dmem_genirq_probe()
242 uiomem->memtype = UIO_MEM_PHYS; in uio_dmem_genirq_probe()
Duio_netx.c91 info->mem[0].memtype = UIO_MEM_PHYS; in netx_pci_probe()
Duio_mf624.c141 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.c174 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.c796 case UIO_MEM_PHYS: in uio_mmap()
/Linux-v4.19/include/linux/
Duio_driver.h133 #define UIO_MEM_PHYS 1 macro
/Linux-v4.19/Documentation/driver-api/
Duio-howto.rst277 ``UIO_MEM_PHYS`` if you you have physical memory on your card to be
/Linux-v4.19/drivers/net/ethernet/broadcom/
Dcnic.c1105 uinfo->mem[0].memtype = UIO_MEM_PHYS; in cnic_init_uio()