Home
last modified time | relevance | path

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

/drivers/net/ethernet/sfc/
Def100.c48 #define EXTRACT_BITS(x, lbn, width) \ argument
49 (((x) >> ((lbn) & 31)) & ((1ull << (width)) - 1))
53 int lbn, int width) in _ef100_pci_get_bar_bits_with_width() argument
57 efx_readd(efx, &dword, structure_start + ROUND_DOWN_TO_DWORD(lbn)); in _ef100_pci_get_bar_bits_with_width()
59 return EXTRACT_BITS(le32_to_cpu(dword.u32[0]), lbn, width); in _ef100_pci_get_bar_bits_with_width()
254 int structure_start, int lbn, in _ef100_pci_get_config_bits_with_width() argument
257 int rc, pos = structure_start + ROUND_DOWN_TO_DWORD(lbn); in _ef100_pci_get_config_bits_with_width()
268 *result = EXTRACT_BITS(temp, lbn, width); in _ef100_pci_get_config_bits_with_width()
/drivers/s390/char/
Dsclp_sdias.h37 u32 lbn; member
Dsclp_sdias.c189 sccb->evbuf.lbn = 0; in sclp_sdias_copy()