Home
last modified time | relevance | path

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

/linux-6.1.9/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()
/linux-6.1.9/arch/alpha/include/asm/
Dconsole.h14 extern long callback_read(long channel, long count, const char *buf, long lbn);
/linux-6.1.9/drivers/s390/char/
Dsclp_sdias.h37 u32 lbn; member
Dsclp_sdias.c189 sccb->evbuf.lbn = 0; in sclp_sdias_copy()
/linux-6.1.9/fs/gfs2/
Dlops.h15 extern u64 gfs2_log_bmap(struct gfs2_jdesc *jd, unsigned int lbn);