Lines Matching refs:gen_cntl
187 u32 uninitialized_var(gen_cntl); in old_ich_force_hpet_resume()
192 pci_read_config_dword(cached_dev, 0xD0, &gen_cntl); in old_ich_force_hpet_resume()
193 gen_cntl &= (~(0x7 << 15)); in old_ich_force_hpet_resume()
194 gen_cntl |= (0x4 << 15); in old_ich_force_hpet_resume()
196 pci_write_config_dword(cached_dev, 0xD0, gen_cntl); in old_ich_force_hpet_resume()
197 pci_read_config_dword(cached_dev, 0xD0, &gen_cntl); in old_ich_force_hpet_resume()
198 val = gen_cntl >> 15; in old_ich_force_hpet_resume()
209 u32 uninitialized_var(gen_cntl); in old_ich_force_enable_hpet()
214 pci_read_config_dword(dev, 0xD0, &gen_cntl); in old_ich_force_enable_hpet()
219 val = gen_cntl >> 15; in old_ich_force_enable_hpet()
233 gen_cntl &= (~(0x7 << 15)); in old_ich_force_enable_hpet()
234 gen_cntl |= (0x4 << 15); in old_ich_force_enable_hpet()
235 pci_write_config_dword(dev, 0xD0, gen_cntl); in old_ich_force_enable_hpet()
237 pci_read_config_dword(dev, 0xD0, &gen_cntl); in old_ich_force_enable_hpet()
239 val = gen_cntl >> 15; in old_ich_force_enable_hpet()