Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/media/pci/zoran/
A Dzoran_card.c1226 unsigned char latency, need_latency; in zoran_probe() local
1346 need_latency = zr->revision > 1 ? 32 : 48; in zoran_probe()
1347 if (latency != need_latency) { in zoran_probe()
1349 latency, need_latency); in zoran_probe()
1350 pci_write_config_byte(zr->pci_dev, PCI_LATENCY_TIMER, need_latency); in zoran_probe()

Completed in 4 milliseconds