Home
last modified time | relevance | path

Searched refs:shift_count (Results 1 - 9 of 9) sorted by relevance

/kernel/linux/linux-5.10/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...]
/kernel/linux/linux-6.6/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...]
/kernel/linux/linux-5.10/drivers/tty/
H A Disicom.c190 unsigned short shift_count; member
268 outw(0x8000 | (channel << card->shift_count) | 0x02, base); in raise_dtr()
284 outw(0x8000 | (channel << card->shift_count) | 0x02, base); in drop_dtr()
300 outw(0x8000 | (channel << card->shift_count) | 0x02, base); in raise_rts()
316 outw(0x8000 | (channel << card->shift_count) | 0x02, base); in drop_rts()
335 outw(0x8000 | (channel << card->shift_count) | 0x02, base); in isicom_dtr_rts()
340 outw(0x8000 | (channel << card->shift_count) | 0x02, base); in isicom_dtr_rts()
358 outw(0x8000 | (channel << card->shift_count) | 0x02, base); in drop_dtr_rts()
446 outw((port->channel << isi_card[card].shift_count) | txcount, in isicom_tx()
537 channel = (header & 0x7800) >> card->shift_count; in isicom_interrupt()
681 shift_count = card->shift_count; isicom_config_port() local
[all...]
/kernel/linux/linux-6.6/drivers/net/ethernet/marvell/octeontx2/af/
H A Drvu_npc.c2905 if (req->shift_count > NPC_MCAM_MAX_SHIFTS) in rvu_mbox_handler_npc_mcam_shift_entry()
2909 for (index = 0; index < req->shift_count; index++) { in rvu_mbox_handler_npc_mcam_shift_entry()
2951 if (index != req->shift_count) { in rvu_mbox_handler_npc_mcam_shift_entry()
3292 u8 shift_count = 0; in npc_set_var_len_offset_pkind() local
3301 shift_count = __ffs(var_len_off_mask); in npc_set_var_len_offset_pkind()
3303 shift_count = (8 - __fls(var_len_off_mask)); in npc_set_var_len_offset_pkind()
3312 act0->var_len_shift = shift_count; in npc_set_var_len_offset_pkind()
H A Dmbox.h1371 u16 shift_count; /* Number of entries to shift */ member
/kernel/linux/linux-5.10/drivers/net/ethernet/marvell/octeontx2/af/
H A Dmbox.h792 u16 shift_count; /* Number of entries to shift */ member
H A Drvu_npc.c1890 if (req->shift_count > NPC_MCAM_MAX_SHIFTS) in rvu_mbox_handler_npc_mcam_shift_entry()
1894 for (index = 0; index < req->shift_count; index++) { in rvu_mbox_handler_npc_mcam_shift_entry()
1936 if (index != req->shift_count) { in rvu_mbox_handler_npc_mcam_shift_entry()
/kernel/linux/linux-5.10/arch/sparc/net/
H A Dbpf_jit_comp_64.c451 int shift_count, struct jit_ctx *ctx) in sparc_emit_set_const64_quick2()
456 emit_alu_K(SLLX, dest, shift_count, ctx); in sparc_emit_set_const64_quick2()
448 sparc_emit_set_const64_quick2(unsigned long high_bits, unsigned long low_imm, unsigned int dest, int shift_count, struct jit_ctx *ctx) sparc_emit_set_const64_quick2() argument
/kernel/linux/linux-6.6/arch/sparc/net/
H A Dbpf_jit_comp_64.c451 int shift_count, struct jit_ctx *ctx) in sparc_emit_set_const64_quick2()
456 emit_alu_K(SLLX, dest, shift_count, ctx); in sparc_emit_set_const64_quick2()
448 sparc_emit_set_const64_quick2(unsigned long high_bits, unsigned long low_imm, unsigned int dest, int shift_count, struct jit_ctx *ctx) sparc_emit_set_const64_quick2() argument

Completed in 22 milliseconds