Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/misc/altera-stapl/
Daltera-jtag.c606 u32 shift_count = js->ir_pre + count + js->ir_post; in altera_irscan() local
650 if (shift_count > js->ir_length) { in altera_irscan()
651 alloc_chars = (shift_count + 7) >> 3; in altera_irscan()
678 shift_count, in altera_irscan()
705 u32 shift_count = js->ir_pre + count + js->ir_post; in altera_swap_ir() local
749 if (shift_count > js->ir_length) { in altera_swap_ir()
750 alloc_chars = (shift_count + 7) >> 3; in altera_swap_ir()
778 shift_count, in altera_swap_ir()
809 u32 shift_count = js->dr_pre + count + js->dr_post; in altera_drscan() local
853 if (shift_count > js->dr_length) { in altera_drscan()
[all …]
/Linux-v4.19/drivers/tty/
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()
[all …]
/Linux-v4.19/arch/sparc/net/
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()