Lines Matching refs:temp

147 	u32 temp;  in ati_fetch_size()  local
151 pci_read_config_dword(agp_bridge->dev, ATI_RS100_APSIZE, &temp); in ati_fetch_size()
153 pci_read_config_dword(agp_bridge->dev, ATI_RS300_APSIZE, &temp); in ati_fetch_size()
155 temp = (temp & 0x0000000e); in ati_fetch_size()
158 if (temp == values[i].size_value) { in ati_fetch_size()
179 u32 temp; in ati_cleanup() local
185 pci_read_config_dword(agp_bridge->dev, ATI_RS100_APSIZE, &temp); in ati_cleanup()
186 temp = ((temp & ~(0x0000000f)) | previous_size->size_value); in ati_cleanup()
187 pci_write_config_dword(agp_bridge->dev, ATI_RS100_APSIZE, temp); in ati_cleanup()
189 pci_read_config_dword(agp_bridge->dev, ATI_RS300_APSIZE, &temp); in ati_cleanup()
190 temp = ((temp & ~(0x0000000f)) | previous_size->size_value); in ati_cleanup()
191 pci_write_config_dword(agp_bridge->dev, ATI_RS300_APSIZE, temp); in ati_cleanup()
200 u32 temp; in ati_configure() local
224 pci_read_config_dword(agp_bridge->dev, PCI_COMMAND, &temp); in ati_configure()
225 pci_write_config_dword(agp_bridge->dev, PCI_COMMAND, temp | (1<<14)); in ati_configure()
347 u32 temp; in ati_create_gatt_table() local
370 pci_read_config_dword(agp_bridge->dev, ATI_RS100_APSIZE, &temp); in ati_create_gatt_table()
371 temp = (((temp & ~(0x0000000e)) | current_size->size_value) in ati_create_gatt_table()
373 pci_write_config_dword(agp_bridge->dev, ATI_RS100_APSIZE, temp); in ati_create_gatt_table()
374 pci_read_config_dword(agp_bridge->dev, ATI_RS100_APSIZE, &temp); in ati_create_gatt_table()
376 pci_read_config_dword(agp_bridge->dev, ATI_RS300_APSIZE, &temp); in ati_create_gatt_table()
377 temp = (((temp & ~(0x0000000e)) | current_size->size_value) in ati_create_gatt_table()
379 pci_write_config_dword(agp_bridge->dev, ATI_RS300_APSIZE, temp); in ati_create_gatt_table()
380 pci_read_config_dword(agp_bridge->dev, ATI_RS300_APSIZE, &temp); in ati_create_gatt_table()