Lines Matching defs:temp
27 u8 temp;
31 pci_read_config_byte(agp_bridge->dev, VIA_APSIZE, &temp);
33 if (temp == values[i].size_value) {
40 printk(KERN_ERR PFX "Unknown aperture size from AGP bridge (0x%x)\n", temp);
82 u32 temp;
84 pci_read_config_dword(agp_bridge->dev, VIA_GARTCTRL, &temp);
85 temp |= (1<<7);
86 pci_write_config_dword(agp_bridge->dev, VIA_GARTCTRL, temp);
87 temp &= ~(1<<7);
88 pci_write_config_dword(agp_bridge->dev, VIA_GARTCTRL, temp);
109 u16 temp;
113 pci_read_config_word(agp_bridge->dev, VIA_AGP3_APSIZE, &temp);
114 temp &= 0xfff;
117 if (temp == values[i].size_value) {
130 u32 temp;
145 pci_read_config_dword(agp_bridge->dev, VIA_AGP3_GARTCTRL, &temp);
146 pci_write_config_dword(agp_bridge->dev, VIA_AGP3_GARTCTRL, temp | (3<<7));
162 u32 temp;
164 pci_read_config_dword(agp_bridge->dev, VIA_AGP3_GARTCTRL, &temp);
165 pci_write_config_dword(agp_bridge->dev, VIA_AGP3_GARTCTRL, temp & ~(1<<7));
166 pci_write_config_dword(agp_bridge->dev, VIA_AGP3_GARTCTRL, temp);