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

/freebsd-10.1-release/sys/dev/bktr/
H A Dbktr_os.c421 latency = pci_read_config(dev, PCI_LATENCY_TIMER, 4);
432 pci_write_config(dev, PCI_LATENCY_TIMER, latency<<8, 4);
1064 latency = pci_conf_read(pa->pa_pc, pa->pa_tag, PCI_LATENCY_TIMER);
1074 PCI_LATENCY_TIMER, latency<<8);
H A Dbktr_reg.h81 #ifndef PCI_LATENCY_TIMER
82 #define PCI_LATENCY_TIMER 0x0c /* pci timer register */ macro

Completed in 92 milliseconds