Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/sfc/
H A Def100.c47 #define EXTRACT_BITS(x, lbn, width) \ argument
48 (((x) >> ((lbn) & 31)) & ((1ull << (width)) - 1))
52 int lbn, int width) in _ef100_pci_get_bar_bits_with_width() argument
56 efx_readd(efx, &dword, structure_start + ROUND_DOWN_TO_DWORD(lbn)); in _ef100_pci_get_bar_bits_with_width()
58 return EXTRACT_BITS(le32_to_cpu(dword.u32[0]), lbn, width); in _ef100_pci_get_bar_bits_with_width()
253 int structure_start, int lbn, in _ef100_pci_get_config_bits_with_width() argument
256 int rc, pos = structure_start + ROUND_DOWN_TO_DWORD(lbn); in _ef100_pci_get_config_bits_with_width()
267 *result = EXTRACT_BITS(temp, lbn, width); in _ef100_pci_get_config_bits_with_width()
H A Dtc.h216 u16 lbn; member
H A Dmae.c300 field->lbn = MCDI_STRUCT_WORD(fdesc, TABLE_FIELD_DESCR_LBN); in efx_mae_table_get_desc()
1794 if (field.lbn + field.width > row_bits) in efx_mae_table_populate()
1797 unsigned int bn = field.lbn + i * 8; in efx_mae_table_populate()
/openbmc/qemu/target/arm/
H A Ddebug_helper.c173 static bool linked_bp_matches(ARMCPU *cpu, int lbn) in linked_bp_matches() argument
176 uint64_t bcr = env->cp15.dbgbcr[lbn]; in linked_bp_matches()
190 if (lbn >= brps || lbn < (brps - ctx_cmps)) { in linked_bp_matches()
194 bcr = env->cp15.dbgbcr[lbn]; in linked_bp_matches()
253 return contextidr == (uint32_t)env->cp15.dbgbvr[lbn]; in linked_bp_matches()
260 int pac, hmc, ssc, wt, lbn; in bp_wp_matches() local
346 lbn = FIELD_EX64(cr, DBGWCR, LBN); in bp_wp_matches()
348 if (wt && !linked_bp_matches(cpu, lbn)) { in bp_wp_matches()
/openbmc/linux/arch/alpha/include/asm/
H A Dconsole.h14 extern long callback_read(long channel, long count, const char *buf, long lbn);
/openbmc/linux/drivers/s390/char/
H A Dsclp_sdias.h37 u32 lbn; member
H A Dsclp_sdias.c189 sccb->evbuf.lbn = 0; in sclp_sdias_copy()
/openbmc/linux/fs/gfs2/
H A Dlops.h16 u64 gfs2_log_bmap(struct gfs2_jdesc *jd, unsigned int lbn);
/openbmc/u-boot/arch/arm/include/asm/arch-mx25/
H A Dimx-regs.h495 #define WEIM_CSCR_A(ebra, ebrn, rwa, rwn, mum, lah, lbn, lba, dww, dct, \ argument
498 (mum) << 15 | (lah) << 13 | (lbn) << 10 | (lba) << 8 |\
/openbmc/u-boot/arch/arm/include/asm/arch-mx31/
H A Dimx-regs.h651 #define CSCR_A(ebra, ebrn, rwa, rwn, mum, lah, lbn, lba, dww, dct, \ argument
654 (mum) << 15 | (lah) << 13 | (lbn) << 10 | (lba) << 8 |\