Lines Matching refs:latency
95 static unsigned int latency = UNSET; variable
115 module_param(latency, int, 0444);
132 MODULE_PARM_DESC(latency,"pci latency timer");
4889 latency = 0x0A; in bttv_check_chipset()
4907 if (UNSET != latency) in bttv_check_chipset()
4908 pr_info("pci latency fixup [%d]\n", latency); in bttv_check_chipset()
4923 if (!triton1 && !vsfx && UNSET == latency) in bttv_handle_chipset()
4932 if (UNSET != latency) in bttv_handle_chipset()
4934 btv->c.nr, latency); in bttv_handle_chipset()
4950 if (UNSET != latency) in bttv_handle_chipset()
4951 pci_write_config_byte(btv->c.pci, PCI_LATENCY_TIMER, latency); in bttv_handle_chipset()