Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/uio/
H A 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()
H A 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()
H A Duio_dmem_genirq.c236 uiomem->memtype = UIO_MEM_PHYS; in uio_dmem_genirq_probe()
252 uiomem->memtype = UIO_MEM_PHYS; in uio_dmem_genirq_probe()
H A Duio_netx.c91 info->mem[0].memtype = UIO_MEM_PHYS; in netx_pci_probe()
H A Duio_mf624.c128 mem->memtype = UIO_MEM_PHYS; in mf624_setup_mem()
H A Duio_sercos3.c116 info->mem[n].memtype = UIO_MEM_PHYS; in sercos3_setup_iomem()
H A Duio_pdrv_genirq.c207 uiomem->memtype = UIO_MEM_PHYS; in uio_pdrv_genirq_probe()
H A Duio.c741 if (idev->info->mem[mi].memtype == UIO_MEM_PHYS) in uio_mmap_physical()
800 case UIO_MEM_PHYS: in uio_mmap()
H A Duio_fsl_elbc_gpcm.c393 info->mem[0].memtype = UIO_MEM_PHYS; in uio_fsl_elbc_gpcm_probe()
/OK3568_Linux_fs/kernel/include/linux/
H A Duio_driver.h145 #define UIO_MEM_PHYS 1 macro
/OK3568_Linux_fs/kernel/drivers/net/ethernet/stmicro/stmmac/
H A Dstmmac_uio.c963 uio->mem[0].memtype = UIO_MEM_PHYS; in rockchip_gmac_uio_probe()
968 uio->mem[1].memtype = UIO_MEM_PHYS; in rockchip_gmac_uio_probe()
973 uio->mem[2].memtype = UIO_MEM_PHYS; in rockchip_gmac_uio_probe()
/OK3568_Linux_fs/external/dpdk/pcie/igb_uio/
H A Digb_uio.c426 info->mem[n].memtype = UIO_MEM_PHYS; in igbuio_pci_setup_iomem1()
460 info->mem[n].memtype = UIO_MEM_PHYS; in igbuio_pci_setup_iomem()
/OK3568_Linux_fs/external/dpdk/gmac/kernel5.10/
H A Dkernel_net_stmmac.diff1046 + uio->mem[0].memtype = UIO_MEM_PHYS;
1051 + uio->mem[1].memtype = UIO_MEM_PHYS;
1056 + uio->mem[2].memtype = UIO_MEM_PHYS;
/OK3568_Linux_fs/kernel/drivers/staging/kpc2000/kpc2000/
H A Dcell_probe.c319 kudev->uioinfo.mem[0].memtype = UIO_MEM_PHYS; in probe_core_uio()
/OK3568_Linux_fs/external/dpdk/gmac/kernel4.19/
H A Dkernel_net_stmmac.diff1188 + uio->mem[0].memtype = UIO_MEM_PHYS;
1193 + uio->mem[1].memtype = UIO_MEM_PHYS;
1198 + uio->mem[2].memtype = UIO_MEM_PHYS;
/OK3568_Linux_fs/kernel/Documentation/driver-api/
H A Duio-howto.rst277 ``UIO_MEM_PHYS`` if you have physical memory on your card to be
/OK3568_Linux_fs/kernel/drivers/net/ethernet/broadcom/
H A Dcnic.c1105 uinfo->mem[0].memtype = UIO_MEM_PHYS; in cnic_init_uio()