Searched refs:shift_count (Results 1 – 2 of 2) sorted by relevance
/linux-2.6.39/drivers/staging/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-2.6.39/drivers/tty/ |
D | isicom.c | 195 unsigned short shift_count; member 277 outw(0x8000 | (channel << card->shift_count) | 0x02, base); in raise_dtr() 293 outw(0x8000 | (channel << card->shift_count) | 0x02, base); in drop_dtr() 309 outw(0x8000 | (channel << card->shift_count) | 0x02, base); in raise_rts() 325 outw(0x8000 | (channel << card->shift_count) | 0x02, base); in drop_rts() 344 outw(0x8000 | (channel << card->shift_count) | 0x02, base); in isicom_dtr_rts() 349 outw(0x8000 | (channel << card->shift_count) | 0x02, base); in isicom_dtr_rts() 367 outw(0x8000 | (channel << card->shift_count) | 0x02, base); in drop_dtr_rts() 455 outw((port->channel << isi_card[card].shift_count) | txcount, in isicom_tx() 546 channel = (header & 0x7800) >> card->shift_count; in isicom_interrupt() [all …]
|