Searched refs:PCI_LATENCY_TIMER (Results 1 – 2 of 2) sorted by relevance
421 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()
81 #ifndef PCI_LATENCY_TIMER82 #define PCI_LATENCY_TIMER 0x0c /* pci timer register */ macro