Home
last modified time | relevance | path

Searched refs:memtype (Results 1 – 25 of 33) sorted by relevance

12

/drivers/edac/
A Dsynopsys_edac.c791 u32 memtype; in zynq_get_mtype() local
793 memtype = readl(base + T_ZQ_OFST); in zynq_get_mtype()
795 if (memtype & T_ZQ_DDRMODE_MASK) in zynq_get_mtype()
815 u32 memtype; in zynqmp_get_mtype() local
819 if ((memtype & MEM_TYPE_DDR3) || (memtype & MEM_TYPE_LPDDR3)) in zynqmp_get_mtype()
821 else if (memtype & MEM_TYPE_DDR2) in zynqmp_get_mtype()
823 else if ((memtype & MEM_TYPE_LPDDR4) || (memtype & MEM_TYPE_DDR4)) in zynqmp_get_mtype()
1195 u32 width, memtype; in setup_column_address_map() local
1225 if (memtype & MEM_TYPE_LPDDR3) { in setup_column_address_map()
1245 if (memtype & MEM_TYPE_LPDDR3) { in setup_column_address_map()
[all …]
A Dpnd2_edac.c1246 int i, j, ranks_of_dimm[DNV_MAX_DIMMS], banks, rowbits, colbits, memtype; in dnv_get_dimm_config() local
1252 memtype = MEM_DDR4; in dnv_get_dimm_config()
1256 memtype = MEM_DDR3; in dnv_get_dimm_config()
1272 if (memtype == MEM_DDR3) { in dnv_get_dimm_config()
1300 dimm->mtype = memtype; in dnv_get_dimm_config()
/drivers/uio/
A Duio_hv_generic.c295 pdata->info.mem[TXRX_RING_MAP].memtype = UIO_MEM_IOVA; in hv_uio_probe()
301 pdata->info.mem[INT_PAGE_MAP].memtype = UIO_MEM_LOGICAL; in hv_uio_probe()
307 pdata->info.mem[MON_PAGE_MAP].memtype = UIO_MEM_LOGICAL; in hv_uio_probe()
330 pdata->info.mem[RECV_BUF_MAP].memtype = UIO_MEM_VIRTUAL; in hv_uio_probe()
351 pdata->info.mem[SEND_BUF_MAP].memtype = UIO_MEM_VIRTUAL; in hv_uio_probe()
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()
A Duio_dmem_genirq.c243 uiomem->memtype = UIO_MEM_PHYS; in uio_dmem_genirq_probe()
259 uiomem->memtype = UIO_MEM_DMA_COHERENT; in uio_dmem_genirq_probe()
A Duio_dfl.c30 uiomem->memtype = UIO_MEM_PHYS; in uio_dfl_probe()
A Duio_pci_generic.c121 uiomem->memtype = UIO_MEM_PHYS; in probe()
A Duio_netx.c91 info->mem[0].memtype = UIO_MEM_PHYS; in netx_pci_probe()
A Duio_mf624.c128 mem->memtype = UIO_MEM_PHYS; in mf624_setup_mem()
A Duio_sercos3.c116 info->mem[n].memtype = UIO_MEM_PHYS; in sercos3_setup_iomem()
A Duio_pdrv_genirq.c204 uiomem->memtype = UIO_MEM_PHYS; in uio_pdrv_genirq_probe()
A Duio.c712 if (idev->info->mem[mi].memtype == UIO_MEM_LOGICAL) in uio_vma_fault()
758 if (idev->info->mem[mi].memtype == UIO_MEM_PHYS) in uio_mmap_physical()
858 switch (idev->info->mem[mi].memtype) { in uio_mmap()
A Duio_fsl_elbc_gpcm.c389 info->mem[0].memtype = UIO_MEM_PHYS; in uio_fsl_elbc_gpcm_probe()
/drivers/firmware/efi/libstub/
A Dmem.c24 int memtype = install_cfg_tbl ? EFI_ACPI_RECLAIM_MEMORY in efi_get_memory_map() local
37 status = efi_bs_call(allocate_pool, memtype, sizeof(*m) + size, in efi_get_memory_map()
/drivers/gpu/drm/msm/disp/dpu1/
A Ddpu_hw_catalog.c539 .memtype = {2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2},
559 .memtype = {3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3},
579 .memtype = {3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3},
599 .memtype = {3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3},
A Ddpu_hw_catalog.h599 u32 memtype[MAX_XIN_COUNT]; member
A Ddpu_vbif.c288 vbif, j, vbif->cap->memtype[j]); in dpu_vbif_init_memtypes()
/drivers/mtd/hyperbus/
A Dhyperbus-core.c79 hbdev->memtype = HYPERFLASH; in hyperbus_register_device()
/drivers/video/fbdev/matrox/
A Dmatroxfb_DAC1064.c942 if (minfo->devflags.memtype == -1) in MGAG100_preinit()
945 hw->MXoptionReg |= (minfo->devflags.memtype & 7) << 10; in MGAG100_preinit()
962 if (minfo->devflags.memtype == -1) in MGAG100_preinit()
965 hw->MXoptionReg |= (minfo->devflags.memtype & 7) << 10; in MGAG100_preinit()
A Dmatroxfb_base.c1277 static int memtype = -1; /* "matroxfb:memtype:xxx" */ variable
2087 minfo->devflags.memtype = memtype; in matroxfb_probe()
2088 if (memtype != -1) in matroxfb_probe()
2436 memtype = simple_strtoul(this_opt+8, NULL, 0); in matroxfb_setup()
2524 module_param(memtype, int, 0);
2525 MODULE_PARM_DESC(memtype, "Memory type for G200/G400 (see Documentation/fb/matroxfb.rst for explana…
A Dmatroxfb_base.h453 int memtype; member
/drivers/video/fbdev/sis/
A Dsis_main.c4332 memtype = bios[0x52]; in sisfb_post_sis300()
4336 memtype &= 0x07; in sisfb_post_sis300()
4347 index = memtype * 5; in sisfb_post_sis300()
4375 memtype += 0xa5; in sisfb_post_sis300()
4376 v1 = bios[memtype]; in sisfb_post_sis300()
4377 v2 = bios[memtype + 8]; in sisfb_post_sis300()
4378 v3 = bios[memtype + 16]; in sisfb_post_sis300()
4379 v4 = bios[memtype + 24]; in sisfb_post_sis300()
4380 v5 = bios[memtype + 32]; in sisfb_post_sis300()
4381 v6 = bios[memtype + 40]; in sisfb_post_sis300()
[all …]
/drivers/scsi/bfa/
A Dbfa_ioc.c3735 bfa_trc(sfp, req->memtype); in bfa_sfp_getdata_send()
3749 bfa_sfp_getdata(struct bfa_sfp_s *sfp, enum bfi_sfp_mem_e memtype) in bfa_sfp_getdata() argument
3757 sfp->memtype = memtype; in bfa_sfp_getdata()
3758 req->memtype = memtype; in bfa_sfp_getdata()
3841 bfa_trc(sfp, sfp->memtype); in bfa_sfp_show_comp()
3842 if (sfp->memtype == BFI_SFP_MEM_DIAGEXT) { in bfa_sfp_show_comp()
3878 req->memtype = 0; in bfa_sfp_state_query()
A Dbfi.h860 u8 memtype; member
/drivers/scsi/qedi/
A Dqedi_main.c320 uinfo->mem[0].memtype = UIO_MEM_LOGICAL; in qedi_init_uio()
324 uinfo->mem[1].memtype = UIO_MEM_LOGICAL; in qedi_init_uio()
328 uinfo->mem[2].memtype = UIO_MEM_LOGICAL; in qedi_init_uio()

Completed in 908 milliseconds

12