Lines Matching refs:shift_count
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()
690 shift_count = card->shift_count; in isicom_config_port() local
733 outw(0x8000 | (channel << shift_count) | 0x03, base); in isicom_config_port()
779 outw(0x8000 | (channel << shift_count) | 0x04, base); in isicom_config_port()
827 outw(0x8000 | (port->channel << card->shift_count) | 0x02, in isicom_activate()
1056 outw(0x8000 | ((port->channel) << (card->shift_count)) | 0x3, base); in isicom_send_break()
1356 board->shift_count = 12; in reset_card()
1361 board->shift_count = 11; in reset_card()