Searched refs:ef100_pci_get_bar_bits (Results 1 – 1 of 1) sorted by relevance
/drivers/net/ethernet/sfc/ |
D | ef100.c | 61 #define ef100_pci_get_bar_bits(efx, entry_location, bitdef) \ macro 69 u64 offset = ef100_pci_get_bar_bits(efx, entry_location, EF100_FUNC_CTL_WIN_OFF) << in ef100_pci_parse_ef100_entry() 71 u32 bar = ef100_pci_get_bar_bits(efx, entry_location, EF100_BAR); in ef100_pci_parse_ef100_entry() 186 u32 id = ef100_pci_get_bar_bits(efx, current_entry, ENTRY_FORMAT); in ef100_pci_walk_xilinx_table() 187 u32 last = ef100_pci_get_bar_bits(efx, current_entry, ENTRY_LAST); in ef100_pci_walk_xilinx_table() 188 u32 rev = ef100_pci_get_bar_bits(efx, current_entry, ENTRY_REV); in ef100_pci_walk_xilinx_table() 194 entry_size = ef100_pci_get_bar_bits(efx, current_entry, ENTRY_SIZE); in ef100_pci_walk_xilinx_table()
|