Lines Matching refs:gen_cntl
189 u32 gen_cntl; in old_ich_force_hpet_resume() local
194 pci_read_config_dword(cached_dev, 0xD0, &gen_cntl); in old_ich_force_hpet_resume()
195 gen_cntl &= (~(0x7 << 15)); in old_ich_force_hpet_resume()
196 gen_cntl |= (0x4 << 15); in old_ich_force_hpet_resume()
198 pci_write_config_dword(cached_dev, 0xD0, gen_cntl); in old_ich_force_hpet_resume()
199 pci_read_config_dword(cached_dev, 0xD0, &gen_cntl); in old_ich_force_hpet_resume()
200 val = gen_cntl >> 15; in old_ich_force_hpet_resume()
211 u32 gen_cntl; in old_ich_force_enable_hpet() local
216 pci_read_config_dword(dev, 0xD0, &gen_cntl); in old_ich_force_enable_hpet()
221 val = gen_cntl >> 15; in old_ich_force_enable_hpet()
235 gen_cntl &= (~(0x7 << 15)); in old_ich_force_enable_hpet()
236 gen_cntl |= (0x4 << 15); in old_ich_force_enable_hpet()
237 pci_write_config_dword(dev, 0xD0, gen_cntl); in old_ich_force_enable_hpet()
239 pci_read_config_dword(dev, 0xD0, &gen_cntl); in old_ich_force_enable_hpet()
241 val = gen_cntl >> 15; in old_ich_force_enable_hpet()