Searched refs:PCI_RID2BAR (Results 1 - 6 of 6) sorted by relevance

/freebsd-11-stable/sys/dev/pci/
H A Disa_pci.c188 bar = PCI_RID2BAR(*rid);
221 bar = PCI_RID2BAR(rid);
H A Dvga_pci.c328 bar = PCI_RID2BAR(rid);
H A Dpcireg.h217 #define PCI_RID2BAR(rid) (((rid) - PCIR_BARS) / 4) macro
/freebsd-11-stable/sys/dev/cardbus/
H A Dcardbus_cis.c321 dinfo->mprefetchable |= (1 << PCI_RID2BAR(bar));
342 dinfo->mbelow1mb |= (1 << PCI_RID2BAR(bar));
/freebsd-11-stable/sys/dev/ntb/ntb_hw/
H A Dntb_hw_intel.c832 PCI_RID2BAR(bar->pci_resource_id), bar->vbase,
920 PCI_RID2BAR(bar->pci_resource_id), bar->vbase,
928 PCI_RID2BAR(bar->pci_resource_id), bar->vbase,
/freebsd-11-stable/sys/dev/hyperv/pcib/
H A Dvmbus_pcib.c1551 bar_no = PCI_RID2BAR(*rid);

Completed in 240 milliseconds