Searched refs:shift_count (Results  1 – 5 of 5) sorted by relevance
| /Linux-v5.10/drivers/misc/altera-stapl/ | 
| D | altera-jtag.c | 592 	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 > js->dr_length) {  in altera_drscan() [all …] 
 | 
| /Linux-v5.10/drivers/tty/ | 
| D | isicom.c | 190 	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() [all …] 
 | 
| /Linux-v5.10/drivers/net/ethernet/marvell/octeontx2/af/ | 
| D | mbox.h | 792 	u16 shift_count; /* Number of entries to shift */  member
  | 
| D | rvu_npc.c | 1889 	if (req->shift_count > NPC_MCAM_MAX_SHIFTS)  in rvu_mbox_handler_npc_mcam_shift_entry() 1893 	for (index = 0; index < req->shift_count; index++) {  in rvu_mbox_handler_npc_mcam_shift_entry() 1935 	if (index != req->shift_count) {  in rvu_mbox_handler_npc_mcam_shift_entry()
  | 
| /Linux-v5.10/arch/sparc/net/ | 
| D | bpf_jit_comp_64.c | 451 					  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()
  |