Searched refs:pci_lat (Results 1 – 10 of 10) sorted by relevance
/drivers/atm/ |
D | ambassador.c | 304 static unsigned char pci_lat = 0; variable 2187 if (!pci_lat) in setup_pci_dev() 2188 pci_lat = (lat < MIN_PCI_LATENCY) ? MIN_PCI_LATENCY : lat; in setup_pci_dev() 2190 if (lat != pci_lat) { in setup_pci_dev() 2192 lat, pci_lat); in setup_pci_dev() 2193 pci_write_config_byte(pci_dev, PCI_LATENCY_TIMER, pci_lat); in setup_pci_dev() 2368 module_param(pci_lat, byte, 0); 2375 MODULE_PARM_DESC(pci_lat, "PCI latency in bus cycles");
|
D | horizon.c | 364 static unsigned char pci_lat = 0; variable 2754 if (pci_lat) { in hrz_probe() 2756 "changing", lat, pci_lat); in hrz_probe() 2757 pci_write_config_byte(pci_dev, PCI_LATENCY_TIMER, pci_lat); in hrz_probe() 2891 module_param(pci_lat, byte, 0); 2896 MODULE_PARM_DESC(pci_lat, "PCI latency in bus cycles");
|
/drivers/media/video/cx88/ |
D | cx88-alsa.c | 730 unsigned char pci_lat; in snd_cx88_create() local 774 pci_read_config_byte(pci, PCI_LATENCY_TIMER, &pci_lat); in snd_cx88_create() 779 pci_lat, (unsigned long long)pci_resource_start(pci,0)); in snd_cx88_create()
|
D | cx88.h | 411 unsigned char pci_rev,pci_lat; member 474 unsigned char pci_rev,pci_lat; member
|
D | cx88-mpeg.c | 464 pci_read_config_byte(dev->pci, PCI_LATENCY_TIMER, &dev->pci_lat); in cx8802_init_common() 468 dev->pci_lat,(unsigned long long)pci_resource_start(dev->pci,0)); in cx8802_init_common()
|
D | cx88-video.c | 1842 pci_read_config_byte(pci_dev, PCI_LATENCY_TIMER, &dev->pci_lat); in cx8800_initdev() 1846 dev->pci_lat,(unsigned long long)pci_resource_start(pci_dev,0)); in cx8800_initdev()
|
/drivers/media/video/cx23885/ |
D | cx23885.h | 277 unsigned char pci_rev, pci_lat; member
|
D | cx23885-core.c | 1739 pci_read_config_byte(pci_dev, PCI_LATENCY_TIMER, &dev->pci_lat); in cx23885_initdev() 1743 dev->pci_lat, in cx23885_initdev()
|
/drivers/media/video/saa7134/ |
D | saa7134-core.c | 906 pci_read_config_byte(pci_dev, PCI_LATENCY_TIMER, &dev->pci_lat); in saa7134_initdev() 910 dev->pci_lat,(unsigned long long)pci_resource_start(pci_dev,0)); in saa7134_initdev()
|
D | saa7134.h | 506 unsigned char pci_rev,pci_lat; member
|