Home
last modified time | relevance | path

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

/NextBSD/sys/dev/bktr/
HDbktr_os.c421 latency = pci_read_config(dev, PCI_LATENCY_TIMER, 4); in bktr_attach()
432 pci_write_config(dev, PCI_LATENCY_TIMER, latency<<8, 4); in bktr_attach()
1064 latency = pci_conf_read(pa->pa_pc, pa->pa_tag, PCI_LATENCY_TIMER); in bktr_attach()
1074 PCI_LATENCY_TIMER, latency<<8); in bktr_attach()
HDbktr_reg.h81 #ifndef PCI_LATENCY_TIMER
82 #define PCI_LATENCY_TIMER 0x0c /* pci timer register */ macro