Searched refs:mem_type (Results 126 - 150 of 176) sorted by relevance

12345678

/linux-master/drivers/video/fbdev/
H A Dsm501fb.c433 unsigned int mem_type; local
444 mem_type = SM501_MEMF_CRT;
450 mem_type = SM501_MEMF_PANEL;
456 mem_type = 0; /* stop compiler warnings */
482 if (sm501_alloc_mem(fbi, &par->screen, mem_type, smem_len, smem_len)) {
/linux-master/drivers/firmware/cirrus/
H A Dcs_dsp.c1102 int mem_type; member in struct:cs_dsp_coeff_parsed_coeff
1197 blk->mem_type = le16_to_cpu(raw->hdr.type);
1207 blk->mem_type = cs_dsp_coeff_parse_int(sizeof(raw->hdr.type), &tmp);
1221 cs_dsp_dbg(dsp, "\tCoefficient type: %#x\n", blk->mem_type);
1298 alg_region.type = coeff_blk.mem_type;
2952 * @mem_type: the type of DSP memory containing the data to be read
2963 int cs_dsp_read_raw_data_block(struct cs_dsp *dsp, int mem_type, unsigned int mem_addr, argument
2966 struct cs_dsp_region const *mem = cs_dsp_find_region(dsp, mem_type);
2989 * @mem_type: the type of DSP memory containing the data to be read
2995 int cs_dsp_read_data_word(struct cs_dsp *dsp, int mem_type, unsigne argument
3019 cs_dsp_write_data_word(struct cs_dsp *dsp, int mem_type, unsigned int mem_addr, u32 data) argument
[all...]
/linux-master/tools/perf/util/
H A Dannotate.c2333 struct annotated_data_type *mem_type; local
2415 mem_type = find_data_type(&dloc);
2417 if (mem_type == NULL && is_stack_canary(arch, op_loc)) {
2423 if (mem_type)
2429 annotated_data_type__update_samples(mem_type, evsel,
2435 return mem_type;
H A Dhist.h277 struct annotated_data_type *mem_type; member in struct:hist_entry
/linux-master/drivers/scsi/megaraid/
H A Dmbox_defs.h313 * @mem_type : EDO, FPM, SDRAM etc
338 uint8_t mem_type; member in struct:__anon73
/linux-master/drivers/gpu/drm/qxl/
H A Dqxl_drv.h284 (bo->tbo.resource->mem_type == TTM_PL_VRAM)
/linux-master/fs/f2fs/
H A Dnode.h141 enum mem_type { enum
/linux-master/drivers/hid/amd-sfh-hid/
H A Damd_sfh_pcie.c67 cmd_base.cmd_v2.mem_type = USE_C2P_REG;
/linux-master/drivers/edac/
H A Dsb_edac.c330 enum mem_type (*get_memory_type)(struct sbridge_pvt *pvt);
883 static enum mem_type get_memory_type(struct sbridge_pvt *pvt)
886 enum mem_type mtype;
902 static enum mem_type haswell_get_memory_type(struct sbridge_pvt *pvt)
906 enum mem_type mtype = MEM_UNKNOWN;
980 static enum mem_type knl_get_memory_type(struct sbridge_pvt *pvt)
1595 enum mem_type mtype;
2052 enum mem_type mtype;
H A Dfsl_ddr_edac.c395 enum mem_type mtype;
H A Dskx_common.c348 enum mem_type mtype;
H A Digen6_edac.c621 static enum mem_type get_memory_type(u32 mad_inter)
975 enum mem_type mtype;
/linux-master/drivers/gpu/drm/radeon/
H A Dradeon_vm.c949 if (mem->mem_type != TTM_PL_SYSTEM)
952 if (mem->mem_type == TTM_PL_TT) {
H A Dni.c621 u32 mem_type, running; local
652 mem_type = (RREG32(MC_SEQ_MISC0) & MC_SEQ_MISC0_GDDR5_MASK) >> MC_SEQ_MISC0_GDDR5_SHIFT;
655 if ((mem_type == MC_SEQ_MISC0_GDDR5_VALUE) && (running == 0)) {
H A Drv770_dpm.c1278 if (memory_info->mem_type == MEM_TYPE_GDDR3)
1685 if (memory_info.mem_type == MEM_TYPE_DDR2 ||
1686 memory_info.mem_type == MEM_TYPE_DDR3)
/linux-master/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_resource.c841 new_mem->mem_type == TTM_PL_SYSTEM &&
842 old_mem->mem_type == VMW_PL_MOB) {
/linux-master/tools/perf/
H A Dbuiltin-annotate.c452 if (he->mem_type->histograms == NULL)
456 const char *type_name = he->mem_type->self.type_name;
/linux-master/samples/vfio-mdev/
H A Dmtty.c674 u32 mem_type; local
685 mem_type = (*(u32 *)(mdev_state->vconfig + pos)) &
688 switch (mem_type) {
/linux-master/drivers/gpu/drm/i915/gvt/
H A Dkvmgt.c719 u32 mem_type; local
723 mem_type = (*(u32 *)(vgpu->cfg_space.virtual_cfg_space + bar)) &
726 switch (mem_type) {
/linux-master/drivers/scsi/
H A Dmyrb.h275 } mem_type; member in struct:myrb_enquiry2
H A Dmegaraid.h239 u8 mem_type; /* EDO, FPM, SDRAM etc */ member in struct:__anon2963
/linux-master/drivers/net/ethernet/brocade/bna/
H A Dbna_types.h268 enum bna_mem_type mem_type; member in struct:bna_mem_info
/linux-master/drivers/gpu/drm/nouveau/
H A Dnouveau_abi16.c381 if (chan->chan->push.buffer->bo.resource->mem_type == TTM_PL_VRAM)
/linux-master/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_trace.h131 __entry->type = bo->tbo.resource->mem_type;
/linux-master/drivers/pci/
H A Dprobe.c134 u32 mem_type; local
148 mem_type = bar & PCI_BASE_ADDRESS_MEM_TYPE_MASK;
149 switch (mem_type) {

Completed in 316 milliseconds

12345678