Searched refs:pci_addr_t (Results 1 - 5 of 5) sorted by relevance

/freebsd-10.0-release/sys/dev/pci/
H A Dpcib_private.h73 pci_addr_t base; /* base address */
74 pci_addr_t limit; /* topmost address */
106 pci_addr_t pmembase; /* base address of prefetchable memory */
107 pci_addr_t pmemlimit; /* topmost address of prefetchable memory */
108 pci_addr_t membase; /* base address of memory window */
109 pci_addr_t memlimit; /* topmost address of memory window */
H A Dpcivar.h40 typedef uint64_t pci_addr_t; typedef
51 pci_addr_t pm_value; /* Raw BAR value */
52 pci_addr_t pm_size;
192 #define PCI_PPBMEMBASE(h,l) ((((pci_addr_t)(h) << 32) + ((l)<<16)) & ~0xfffff)
193 #define PCI_PPBMEMLIMIT(h,l) ((((pci_addr_t)(h) << 32) + ((l)<<16)) | 0xfffff)
198 pci_addr_t pmembase; /* base address of prefetchable memory */
199 pci_addr_t pmemlimit; /* topmost address of prefetchable memory */
H A Dpci.c78 static pci_addr_t pci_mapbase(uint64_t mapreg);
82 static pci_addr_t pci_rombase(uint64_t mapreg);
423 static pci_addr_t
467 static pci_addr_t
2563 pci_read_bar(device_t dev, int reg, pci_addr_t *mapp, pci_addr_t *testvalp)
2566 pci_addr_t map, testval;
2589 map |= (pci_addr_t)pci_read_config(dev, reg + 4, 4) << 32;
2609 testval |= (pci_addr_t)pci_read_config(dev, reg + 4, 4) << 32;
2627 pci_write_bar(device_t dev, struct pci_map *pm, pci_addr_t bas
[all...]
H A Dpci_pci.c359 int flags, pci_addr_t max_address)
413 pci_addr_t max;
569 pci_addr_t pmemlow;
622 pci_addr_t pmemhi;
H A Dpci_user.c901 bio->pbi_length = (pci_addr_t)1 << pm->pm_size;

Completed in 140 milliseconds