HomeSort by: relevance | last modified time | path
    Searched refs:PCI_LATENCY_TIMER (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/pci/bktr/
bktr_os.c 442 latency = pci_read_config(dev, PCI_LATENCY_TIMER, 4);
453 pci_write_config(dev, PCI_LATENCY_TIMER, latency<<8, 4);
1033 latency = pci_conf_read(tag, PCI_LATENCY_TIMER);
1044 pci_conf_write(tag, PCI_LATENCY_TIMER, latency<<8);
1532 latency = pci_conf_read(pa->pa_pc, pa->pa_tag, PCI_LATENCY_TIMER);
1542 PCI_LATENCY_TIMER, latency<<8);
bktr_reg.h 53 #ifndef PCI_LATENCY_TIMER
54 #define PCI_LATENCY_TIMER 0x0c /* pci timer register */

Completed in 13 milliseconds