Searched refs:PCIM_MSIX_BIR_MASK (Results 1 – 6 of 6) sorted by relevance
699 table_bar = PCIR_BAR(val & PCIM_MSIX_BIR_MASK); in cap_ea() 700 table_offset = val & ~PCIM_MSIX_BIR_MASK; in cap_ea() 703 pba_bar = PCIR_BAR(val & PCIM_MSIX_BIR_MASK); in cap_ea() 704 pba_offset = val & ~PCIM_MSIX_BIR_MASK; in cap_ea()
483 *table_bar = PCIR_BAR(val & PCIM_MSIX_BIR_MASK); in ahci_pci_read_msix_bars()486 *pba_bar = PCIR_BAR(val & PCIM_MSIX_BIR_MASK); in ahci_pci_read_msix_bars()
330 msixcap.pba_info & PCIM_MSIX_BIR_MASK; in cfginitmsi()332 msixcap.pba_info & ~PCIM_MSIX_BIR_MASK; in cfginitmsi()334 msixcap.table_info & PCIM_MSIX_BIR_MASK; in cfginitmsi()336 msixcap.table_info & ~PCIM_MSIX_BIR_MASK; in cfginitmsi()
1223 msixcap->table_info = barnum & PCIM_MSIX_BIR_MASK; in pci_populate_msixcap()1224 msixcap->pba_info = msix_tab_size | (barnum & PCIM_MSIX_BIR_MASK); in pci_populate_msixcap()
973 #define PCIM_MSIX_BIR_MASK 0x7 macro
960 PCIM_MSIX_BIR_MASK); in pci_read_cap()961 cfg->msix.msix_table_offset = val & ~PCIM_MSIX_BIR_MASK; in pci_read_cap()964 PCIM_MSIX_BIR_MASK); in pci_read_cap()965 cfg->msix.msix_pba_offset = val & ~PCIM_MSIX_BIR_MASK; in pci_read_cap()