Home
last modified time | relevance | path

Searched refs:memory_type (Results 1 – 9 of 9) sorted by relevance

/linux-4.4.14/drivers/gpu/drm/nouveau/dispnv04/
Darb.c50 int memory_type; member
153 mclks += (arb->memory_type == 0 ? 2 : 1) in nv10_calc_arb()
219 sim_data.memory_type = (type >> 12) & 1; in nv04_update_arb()
224 sim_data.memory_type = nvif_rd32(device, NV04_PFB_CFG0) & 0x1; in nv04_update_arb()
/linux-4.4.14/drivers/edac/
Dghes_edac.c52 u8 memory_type; member
102 switch (entry->memory_type) { in ghes_edac_dmidecode()
160 entry->memory_type, entry->type_detail, in ghes_edac_dmidecode()
Di7core_edac.c1922 u8 memory_type; member
/linux-4.4.14/arch/parisc/include/asm/
Dpdcpat.h218 unsigned char memory_type; member
/linux-4.4.14/drivers/isdn/hardware/eicon/
Ddsp_defs.h134 word memory_type; member
/linux-4.4.14/drivers/video/fbdev/nvidia/
Dnv_hw.c132 u32 memory_type; member
457 if (arb->memory_type == 0) in nv10CalcArbitration()
634 sim_data.memory_type = (NV_RD32(par->PFB, 0x0200) & 0x01) ? 1 : 0; in nv10UpdateArbitrationSettings()
711 pci_read_config_dword(dev, 0x7C, &sim_data.memory_type); in nForceUpdateArbitrationSettings()
713 sim_data.memory_type = (sim_data.memory_type >> 12) & 1; in nForceUpdateArbitrationSettings()
/linux-4.4.14/drivers/video/fbdev/riva/
Driva_hw.c234 u32 memory_type; member
891 if (arb->memory_type == 0) in nv10CalcArbitration()
1083 sim_data.memory_type = (NV_RD32(&chip->PFB[0x00000200/4], 0) & 0x01) ? in nv10UpdateArbitrationSettings()
1136 pci_read_config_dword(dev, 0x7C, &sim_data.memory_type); in nForceUpdateArbitrationSettings()
1138 sim_data.memory_type = (sim_data.memory_type >> 12) & 1; in nForceUpdateArbitrationSettings()
/linux-4.4.14/arch/parisc/kernel/
Dinventory.c332 || (mtbl_ptr->memory_type != PAT_MEMTYPE_MEMORY) in pat_memconfig()
/linux-4.4.14/drivers/net/wireless/
Drayctl.h504 UCHAR memory_type; member