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)
266 u32 temp;
273 pci_read_config_dword(agp_bridge->dev, serverworks_private.mm_addr_ofs, &temp);
274 temp = (temp & PCI_BASE_ADDRESS_MEM_MASK);
275 serverworks_private.registers = (volatile u8 __iomem *) ioremap(temp, 4096);
277 dev_err(&agp_bridge->dev->dev, "can't ioremap(%#x)\n", temp);
454 u32 temp, temp2;
488 pci_read_config_dword(pdev, SVWRKS_APSIZE, &temp);
489 if (temp & PCI_BASE_ADDRESS_MEM_TYPE_64) {
500 pci_read_config_dword(pdev, serverworks_private.mm_addr_ofs, &temp);
501 if (temp & PCI_BASE_ADDRESS_MEM_TYPE_64) {