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

/drivers/misc/altera-stapl/
H A Daltera-jtag.c606 u32 shift_count = js->ir_pre + count + js->ir_post; local
650 if (shift_count > js->ir_length) {
651 alloc_chars = (shift_count + 7) >> 3;
678 shift_count,
705 u32 shift_count = js->ir_pre + count + js->ir_post; local
749 if (shift_count > js->ir_length) {
750 alloc_chars = (shift_count + 7) >> 3;
778 shift_count,
809 u32 shift_count = js->dr_pre + count + js->dr_post; local
853 if (shift_count > j
900 u32 shift_count = js->dr_pre + count + js->dr_post; local
[all...]
/drivers/tty/
H A Disicom.c195 unsigned short shift_count; member in struct:isi_board
277 outw(0x8000 | (channel << card->shift_count) | 0x02, base);
293 outw(0x8000 | (channel << card->shift_count) | 0x02, base);
309 outw(0x8000 | (channel << card->shift_count) | 0x02, base);
325 outw(0x8000 | (channel << card->shift_count) | 0x02, base);
344 outw(0x8000 | (channel << card->shift_count) | 0x02, base);
349 outw(0x8000 | (channel << card->shift_count) | 0x02, base);
367 outw(0x8000 | (channel << card->shift_count) | 0x02, base);
455 outw((port->channel << isi_card[card].shift_count) | txcount,
546 channel = (header & 0x7800) >> card->shift_count;
691 shift_count = card->shift_count; local
[all...]

Completed in 76 milliseconds