Home
last modified time | relevance | path

Searched refs:ROUND_DOWN_TO_DWORD (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/drivers/net/ethernet/sfc/
H A Def100.c45 #define ROUND_DOWN_TO_DWORD(x) (((x) & (~31)) >> 3) macro
56 efx_readd(efx, &dword, structure_start + ROUND_DOWN_TO_DWORD(lbn)); in _ef100_pci_get_bar_bits_with_width()
256 int rc, pos = structure_start + ROUND_DOWN_TO_DWORD(lbn); in _ef100_pci_get_config_bits_with_width()