Searched refs:PCI_LATENCY_TIMER (Results 1 – 3 of 3) sorted by relevance
/titanic_44/usr/src/grub/grub-0.97/netboot/ |
H A D | pci.c | 409 pcibios_read_config_byte(p->bus, p->devfn, PCI_LATENCY_TIMER, &pci_latency); in adjust_pci_device() 415 pcibios_write_config_byte(p->bus, p->devfn, PCI_LATENCY_TIMER, 32); in adjust_pci_device()
|
H A D | pci.h | 29 #define PCI_LATENCY_TIMER 0x0d /* 8 bits */ macro
|
H A D | tg3.c | 2674 pci_read_config_byte(tp->pdev, PCI_LATENCY_TIMER, &pci_latency); in tg3_get_invariants() 2676 pci_write_config_byte(tp->pdev, PCI_LATENCY_TIMER, 64); in tg3_get_invariants()
|