Searched refs:need_latency (Results 1 - 1 of 1) sorted by relevance

/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/media/video/
H A Dzr36067.c4651 unsigned char latency, need_latency; local
4722 need_latency = zr->revision > 1 ? 32 : 48;
4723 if (latency != need_latency) {
4724 printk(KERN_INFO "%s: Changing PCI latency from %d to %d.\n", zr->name, latency, need_latency);
4725 pci_write_config_byte(zr->pci_dev, PCI_LATENCY_TIMER, need_latency);

Completed in 88 milliseconds