Searched refs:need_latency (Results 1 – 1 of 1) sorted by relevance
1059 unsigned char latency, need_latency; in zoran_probe() local1169 need_latency = zr->revision > 1 ? 32 : 48; in zoran_probe()1170 if (latency != need_latency) { in zoran_probe()1171 pci_info(zr->pci_dev, "Changing PCI latency from %d to %d\n", latency, need_latency); in zoran_probe()1172 pci_write_config_byte(zr->pci_dev, PCI_LATENCY_TIMER, need_latency); in zoran_probe()