Lines Matching defs:temp
143 u32 temp;
178 pci_read_config_dword(agp_bridge->dev,serverworks_private.gart_addr_ofs,&temp);
179 agp_bridge->gart_bus_addr = (temp & PCI_BASE_ADDRESS_MEM_MASK);
204 u32 temp;
209 pci_read_config_dword(agp_bridge->dev,serverworks_private.gart_addr_ofs,&temp);
213 pci_write_config_dword(agp_bridge->dev,serverworks_private.gart_addr_ofs,temp);
236 static void serverworks_tlbflush(struct agp_memory *temp)
265 u32 temp;
270 pci_read_config_dword(agp_bridge->dev, serverworks_private.mm_addr_ofs, &temp);
271 temp = (temp & PCI_BASE_ADDRESS_MEM_MASK);
272 serverworks_private.registers = (volatile u8 __iomem *) ioremap(temp, 4096);
274 dev_err(&agp_bridge->dev->dev, "can't ioremap(%#x)\n", temp);
451 u32 temp, temp2;
485 pci_read_config_dword(pdev, SVWRKS_APSIZE, &temp);
486 if (temp & PCI_BASE_ADDRESS_MEM_TYPE_64) {
497 pci_read_config_dword(pdev, serverworks_private.mm_addr_ofs, &temp);
498 if (temp & PCI_BASE_ADDRESS_MEM_TYPE_64) {