Searched refs:shift_count (Results 1 – 2 of 2) sorted by relevance
/linux-4.4.14/drivers/misc/altera-stapl/ |
D | altera-jtag.c | 606 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-4.4.14/drivers/tty/ |
D | isicom.c | 194 unsigned short shift_count; member 276 outw(0x8000 | (channel << card->shift_count) | 0x02, base); in raise_dtr() 292 outw(0x8000 | (channel << card->shift_count) | 0x02, base); in drop_dtr() 308 outw(0x8000 | (channel << card->shift_count) | 0x02, base); in raise_rts() 324 outw(0x8000 | (channel << card->shift_count) | 0x02, base); in drop_rts() 343 outw(0x8000 | (channel << card->shift_count) | 0x02, base); in isicom_dtr_rts() 348 outw(0x8000 | (channel << card->shift_count) | 0x02, base); in isicom_dtr_rts() 366 outw(0x8000 | (channel << card->shift_count) | 0x02, base); in drop_dtr_rts() 454 outw((port->channel << isi_card[card].shift_count) | txcount, in isicom_tx() 545 channel = (header & 0x7800) >> card->shift_count; in isicom_interrupt() [all …]
|