Searched refs:bar (Results 1 – 4 of 4) sorted by relevance
| /pciutils/lib/ |
| H A D | fbsd-device.c | 168 struct pci_bar_io bar; in fbsd_fill_info() local 218 bar.pbi_sel.pc_domain = d->domain; in fbsd_fill_info() 219 bar.pbi_sel.pc_bus = d->bus; in fbsd_fill_info() 220 bar.pbi_sel.pc_dev = d->dev; in fbsd_fill_info() 221 bar.pbi_sel.pc_func = d->func; in fbsd_fill_info() 222 bar.pbi_reg = 0x10 + 4*i; in fbsd_fill_info() 223 bar.pbi_enabled = 0; in fbsd_fill_info() 224 bar.pbi_base = 0; in fbsd_fill_info() 225 bar.pbi_length = 0; in fbsd_fill_info() 240 d->base_addr[i] = bar.pbi_base; in fbsd_fill_info() [all …]
|
| /pciutils/ |
| H A D | ls-ecaps.c | 459 u64 bar, rcv, block; in cap_multicast() local 479 bar = get_conf_long(d, where + PCI_MCAST_BAR); in cap_multicast() 481 bar |= (u64) l << 32; in cap_multicast() 483 PCI_MCAST_BAR_INDEX_POS(bar), bar & PCI_MCAST_BAR_MASK); in cap_multicast() 499 bar = get_conf_long(d, where + PCI_MCAST_OVL_BAR); in cap_multicast() 501 bar |= (u64) l << 32; in cap_multicast() 502 printf("\t\tMcastOverlayBAR: OverlaySize %d ", PCI_MCAST_OVL_SIZE(bar)); in cap_multicast() 503 if (PCI_MCAST_OVL_SIZE(bar) >= 6) in cap_multicast() 504 printf("(%d bytes)", 1 << PCI_MCAST_OVL_SIZE(bar)); in cap_multicast() 507 printf(", BaseAddr %016" PCI_U64_FMT_X "\n", bar & PCI_MCAST_OVL_MASK); in cap_multicast()
|
| H A D | ls-caps.c | 1607 int bar = cap >> 13; in cap_debug_port() local 1609 printf("Debug port: BAR=%d offset=%04x\n", bar, pos); in cap_debug_port() 1634 int bar; in cap_sata_hba() local 1644 bar = BITS(bars, 0, 4); in cap_sata_hba() 1645 if (bar >= 4 && bar <= 9) in cap_sata_hba() 1646 printf(" BAR%d Offset=%08x\n", bar - 4, BITS(bars, 4, 20)); in cap_sata_hba() 1647 else if (bar == 15) in cap_sata_hba() 1650 printf(" BAR??%d\n", bar); in cap_sata_hba()
|
| H A D | ChangeLog | 607 * Large bar sizes are displayed in human-readable format (with units).
|