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

  /src/sys/dev/pci/
pccbbreg.h 59 #define PCI_CB_MEMBASE0 0x1c
pccbb.c 886 pci_conf_write(pc, tag, PCI_CB_MEMBASE0, 0xffffffff);
1603 basereg = win * 8 + PCI_CB_MEMBASE0;
1625 basereg = win * 8 + PCI_CB_MEMBASE0;
3009 offs = PCI_CB_MEMBASE0;
  /src/sys/arch/x86/pci/
pci_ranges.c 650 mem = pci_conf_read(pc, tag, PCI_CB_MEMBASE0);
653 PCI_CB_MEMBASE0, mem, limit,

Completed in 49 milliseconds