Home
last modified time | relevance | path

Searched refs:mtype (Results 1 – 25 of 41) sorted by relevance

12

/drivers/edac/
Dghes_edac.c125 dimm->mtype = MEM_RDDR; in ghes_edac_dmidecode()
127 dimm->mtype = MEM_DDR; in ghes_edac_dmidecode()
131 dimm->mtype = MEM_RDDR2; in ghes_edac_dmidecode()
133 dimm->mtype = MEM_DDR2; in ghes_edac_dmidecode()
136 dimm->mtype = MEM_FB_DDR2; in ghes_edac_dmidecode()
140 dimm->mtype = MEM_RDDR3; in ghes_edac_dmidecode()
142 dimm->mtype = MEM_DDR3; in ghes_edac_dmidecode()
146 dimm->mtype = MEM_RMBS; in ghes_edac_dmidecode()
149 dimm->mtype = MEM_RDR; in ghes_edac_dmidecode()
151 dimm->mtype = MEM_SDR; in ghes_edac_dmidecode()
[all …]
Di82443bxgx_edac.c189 enum mem_type mtype) in i82443bxgx_init_csrows() argument
225 dimm->mtype = mtype; in i82443bxgx_init_csrows()
240 enum mem_type mtype; in i82443bxgx_edacmc_probe1() local
268 mtype = MEM_EDO; in i82443bxgx_edacmc_probe1()
271 mtype = MEM_SDR; in i82443bxgx_edacmc_probe1()
274 mtype = MEM_RDR; in i82443bxgx_edacmc_probe1()
278 mtype = -MEM_UNKNOWN; in i82443bxgx_edacmc_probe1()
281 if ((mtype == MEM_SDR) || (mtype == MEM_RDR)) in i82443bxgx_edacmc_probe1()
311 i82443bxgx_init_csrows(mci, pdev, edac_mode, mtype); in i82443bxgx_edacmc_probe1()
Dmpc85xx_edac.c895 enum mem_type mtype; in mpc85xx_init_csrows() local
905 mtype = MEM_RDDR; in mpc85xx_init_csrows()
908 mtype = MEM_RDDR2; in mpc85xx_init_csrows()
911 mtype = MEM_RDDR3; in mpc85xx_init_csrows()
914 mtype = MEM_UNKNOWN; in mpc85xx_init_csrows()
920 mtype = MEM_DDR; in mpc85xx_init_csrows()
923 mtype = MEM_DDR2; in mpc85xx_init_csrows()
926 mtype = MEM_DDR3; in mpc85xx_init_csrows()
929 mtype = MEM_UNKNOWN; in mpc85xx_init_csrows()
959 dimm->mtype = mtype; in mpc85xx_init_csrows()
Dtile_edac.c105 dimm->mtype = MEM_DDR2; in tile_edac_init_csrows()
109 dimm->mtype = MEM_DDR3; in tile_edac_init_csrows()
Dppc4xx_edac.c898 enum mem_type mtype; in ppc4xx_edac_init_csrows() local
906 mtype = ppc4xx_edac_get_mtype(mcopt1); in ppc4xx_edac_init_csrows()
982 dimm->mtype = mtype; in ppc4xx_edac_init_csrows()
Dsb_edac.c521 enum mem_type mtype; in get_dimm_config() local
565 mtype = MEM_RDDR3; in get_dimm_config()
568 mtype = MEM_DDR3; in get_dimm_config()
572 mtype = MEM_UNKNOWN; in get_dimm_config()
606 dimm->mtype = mtype; in get_dimm_config()
Dhighbank_mc_edac.c213 dimm->mtype = MEM_DDR3; in highbank_mc_probe()
Dpasemi_edac.c184 dimm->mtype = MEM_DDR; in pasemi_edac_init_csrows()
Di7core_edac.c505 enum mem_type mtype; in get_dimm_config() local
572 mtype = MEM_RDDR3; in get_dimm_config()
574 mtype = MEM_DDR3; in get_dimm_config()
638 dimm->mtype = mtype; in get_dimm_config()
Damd76x_edac.c215 dimm->mtype = MEM_RDDR; in amd76x_init_csrows()
Dr82600_edac.c260 dimm->mtype = reg_sdram ? MEM_RDDR : MEM_DDR; in r82600_init_csrows()
Di82860_edac.c180 dimm->mtype = MEM_RMBS; in i82860_init_csrows()
Dcell_edac.c154 dimm->mtype = MEM_XDR; in cell_edac_init_csrows()
Dx38_edac.c395 dimm->mtype = MEM_DDR2; in x38_probe1()
Di82875p_edac.c388 dimm->mtype = MEM_DDR; in i82875p_init_csrows()
Di3000_edac.c416 dimm->mtype = MEM_DDR2; in i3000_probe1()
/drivers/scsi/csiostor/
Dcsio_hw_t4.c293 csio_t4_memory_rw(struct csio_hw *hw, u32 win, int mtype, u32 addr, in csio_t4_memory_rw() argument
311 if (mtype != MEM_MC1) in csio_t4_memory_rw()
312 memoffset = (mtype * (edc_size * 1024 * 1024)); in csio_t4_memory_rw()
350 mtype, addr, len); in csio_t4_memory_rw()
Dcsio_hw_t5.c282 csio_t5_memory_rw(struct csio_hw *hw, u32 win, int mtype, u32 addr, in csio_t5_memory_rw() argument
302 if (mtype != MEM_MC1) in csio_t5_memory_rw()
303 memoffset = (mtype * (edc_size * 1024 * 1024)); in csio_t5_memory_rw()
338 mtype, addr, len); in csio_t5_memory_rw()
Dcsio_hw.c210 csio_memory_write(struct csio_hw *hw, int mtype, u32 addr, u32 len, u32 *buf) in csio_memory_write() argument
212 return hw->chip_ops->chip_memory_rw(hw, MEMWIN_CSIOSTOR, mtype, in csio_memory_write()
1367 unsigned int mtype, unsigned int maddr, in csio_hw_fw_config_file() argument
1394 FW_CAPS_CONFIG_CMD_MEMTYPE_CF(mtype) | in csio_hw_fw_config_file()
1856 unsigned int mtype = 0, maddr = 0; in csio_hw_flash_config() local
1881 mtype = FW_PARAMS_PARAM_Y_GET(*fw_cfg_param); in csio_hw_flash_config()
1884 ret = csio_memory_write(hw, mtype, maddr, in csio_hw_flash_config()
1898 ret = csio_memory_write(hw, mtype, maddr + size, 4, &last.word); in csio_hw_flash_config()
1931 unsigned int mtype, maddr; in csio_hw_use_fwconfig() local
1960 mtype = FW_MEMTYPE_CF_FLASH; in csio_hw_use_fwconfig()
[all …]
/drivers/ata/
Dpata_it821x.c608 char *mtype = ""; in it821x_display_disk() local
623 mtype = "UDMA"; in it821x_display_disk()
626 mtype = "MWDMA"; in it821x_display_disk()
633 snprintf(mbuf, 8, "%5s%d", mtype, mode - 1); in it821x_display_disk()
/drivers/net/ethernet/ti/
Dcpts.c306 u8 mtype; in cpts_find_ts() local
320 mtype = (event->high >> MESSAGE_TYPE_SHIFT) & MESSAGE_TYPE_MASK; in cpts_find_ts()
323 cpts_match(skb, class, seqid, mtype)) { in cpts_find_ts()
/drivers/iommu/
Domap-iovmm.c207 const struct mem_type *mtype; in vmap_sg() local
209 mtype = get_mem_type(MT_DEVICE); in vmap_sg()
210 if (!mtype) in vmap_sg()
232 err = ioremap_page(va, pa, mtype); in vmap_sg()
/drivers/staging/tidspbridge/include/dspbridge/
Ddblldefs.h147 u32 n, s32 mtype);
/drivers/net/ethernet/chelsio/cxgb4/
Dt4_hw.c446 static int t4_memory_rw(struct adapter *adap, int mtype, u32 addr, u32 len, in t4_memory_rw() argument
472 if (mtype != MEM_MC1) in t4_memory_rw()
473 memoffset = (mtype * (edc_size * 1024 * 1024)); in t4_memory_rw()
539 int t4_memory_write(struct adapter *adap, int mtype, u32 addr, u32 len, in t4_memory_write() argument
542 return t4_memory_rw(adap, mtype, addr, len, buf, 0); in t4_memory_write()
2921 unsigned int mtype, unsigned int maddr, in t4_fw_config_file() argument
2940 FW_CAPS_CONFIG_CMD_MEMTYPE_CF(mtype) | in t4_fw_config_file()
Dcxgb4.h896 int t4_memory_write(struct adapter *adap, int mtype, u32 addr, u32 len,
942 unsigned int mtype, unsigned int maddr,

12