Searched refs:memory_type (Results 1 – 7 of 7) sorted by relevance
48 int memory_type; member151 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()
218 unsigned char memory_type; member
134 word memory_type; member
132 u32 memory_type; member457 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()
234 u32 memory_type; member892 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()
329 || (mtbl_ptr->memory_type != PAT_MEMTYPE_MEMORY) in pat_memconfig()
503 UCHAR memory_type; member