Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/gpu/drm/nouveau/
Dnouveau_calc.c48 int memory_type; member
151 mclks += (arb->memory_type == 0 ? 2 : 1) in nv10_calc_arb()
216 sim_data.memory_type = (type >> 12) & 1; in nv04_update_arb()
221 sim_data.memory_type = nvReadFB(dev, NV04_PFB_CFG0) & 0x1; in nv04_update_arb()
/linux-2.6.39/arch/parisc/include/asm/
Dpdcpat.h218 unsigned char memory_type; member
/linux-2.6.39/drivers/isdn/hardware/eicon/
Ddsp_defs.h134 word memory_type; member
/linux-2.6.39/drivers/video/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-2.6.39/drivers/video/riva/
Driva_hw.c234 u32 memory_type; member
892 if (arb->memory_type == 0) in nv10CalcArbitration()
1084 sim_data.memory_type = (NV_RD32(&chip->PFB[0x00000200/4], 0) & 0x01) ? in nv10UpdateArbitrationSettings()
1137 pci_read_config_dword(dev, 0x7C, &sim_data.memory_type); in nForceUpdateArbitrationSettings()
1139 sim_data.memory_type = (sim_data.memory_type >> 12) & 1; in nForceUpdateArbitrationSettings()
/linux-2.6.39/arch/parisc/kernel/
Dinventory.c329 || (mtbl_ptr->memory_type != PAT_MEMTYPE_MEMORY) in pat_memconfig()
/linux-2.6.39/drivers/net/wireless/
Drayctl.h503 UCHAR memory_type; member