Home
last modified time | relevance | path

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

/linux/drivers/misc/altera-stapl/
H A Daltera-jtag.c592 u32 shift_count = js->ir_pre + count + js->ir_post; in altera_irscan() local
636 if (shift_count > js->ir_length) { in altera_irscan()
637 alloc_chars = (shift_count + 7) >> 3; in altera_irscan()
664 shift_count, in altera_irscan()
691 u32 shift_count = js->ir_pre + count + js->ir_post; in altera_swap_ir() local
735 if (shift_count > js->ir_length) { in altera_swap_ir()
736 alloc_chars = (shift_count + 7) >> 3; in altera_swap_ir()
764 shift_count, in altera_swap_ir()
795 u32 shift_count = js->dr_pre + count + js->dr_post; in altera_drscan() local
839 if (shift_count > j in altera_drscan()
886 u32 shift_count = js->dr_pre + count + js->dr_post; altera_swap_dr() local
[all...]
/linux/arch/sparc/net/
H A Dbpf_jit_comp_64.c451 int shift_count, struct jit_ctx *ctx) in sparc_emit_set_const64_quick2() argument
456 emit_alu_K(SLLX, dest, shift_count, ctx); in sparc_emit_set_const64_quick2()
/linux/drivers/net/ethernet/marvell/octeontx2/af/
H A Dmbox.h1507 u16 shift_count; /* Number of entries to shift */ member