Home
last modified time | relevance | path

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

/linux/drivers/misc/altera-stapl/
A Daltera-jtag.c636 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()
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()
839 if (shift_count > js->dr_length) { in altera_drscan()
840 alloc_chars = (shift_count + 7) >> 3; in altera_drscan()
930 if (shift_count > js->dr_length) { in altera_swap_dr()
931 alloc_chars = (shift_count + 7) >> 3; in altera_swap_dr()
[all …]
/linux/drivers/net/ethernet/marvell/octeontx2/af/
A Drvu_npc.c2786 if (req->shift_count > NPC_MCAM_MAX_SHIFTS) in rvu_mbox_handler_npc_mcam_shift_entry()
2790 for (index = 0; index < req->shift_count; index++) { in rvu_mbox_handler_npc_mcam_shift_entry()
2832 if (index != req->shift_count) { in rvu_mbox_handler_npc_mcam_shift_entry()
3173 u8 shift_count = 0; in npc_set_var_len_offset_pkind() local
3182 shift_count = __ffs(var_len_off_mask); in npc_set_var_len_offset_pkind()
3184 shift_count = (8 - __fls(var_len_off_mask)); in npc_set_var_len_offset_pkind()
3193 act0->var_len_shift = shift_count; in npc_set_var_len_offset_pkind()
A Dmbox.h1256 u16 shift_count; /* Number of entries to shift */ member
/linux/arch/sparc/net/
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()

Completed in 24 milliseconds