Lines Matching refs:shift_count
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()
691 shift_count = card->shift_count; in isicom_config_port() local
734 outw(0x8000 | (channel << shift_count) | 0x03, base); in isicom_config_port()
780 outw(0x8000 | (channel << shift_count) | 0x04, base); in isicom_config_port()
828 outw(0x8000 | (port->channel << card->shift_count) | 0x02, in isicom_activate()
1059 outw(0x8000 | ((port->channel) << (card->shift_count)) | 0x3, base); in isicom_send_break()
1359 board->shift_count = 12; in reset_card()
1364 board->shift_count = 11; in reset_card()