Lines Matching refs:shift_count
190 unsigned short shift_count; member
268 outw(0x8000 | (channel << card->shift_count) | 0x02, base); in raise_dtr()
284 outw(0x8000 | (channel << card->shift_count) | 0x02, base); in drop_dtr()
300 outw(0x8000 | (channel << card->shift_count) | 0x02, base); in raise_rts()
316 outw(0x8000 | (channel << card->shift_count) | 0x02, base); in drop_rts()
335 outw(0x8000 | (channel << card->shift_count) | 0x02, base); in isicom_dtr_rts()
340 outw(0x8000 | (channel << card->shift_count) | 0x02, base); in isicom_dtr_rts()
358 outw(0x8000 | (channel << card->shift_count) | 0x02, base); in drop_dtr_rts()
446 outw((port->channel << isi_card[card].shift_count) | txcount, in isicom_tx()
537 channel = (header & 0x7800) >> card->shift_count; in isicom_interrupt()
681 shift_count = card->shift_count; in isicom_config_port() local
724 outw(0x8000 | (channel << shift_count) | 0x03, base); in isicom_config_port()
765 outw(0x8000 | (channel << shift_count) | 0x04, base); in isicom_config_port()
813 outw(0x8000 | (port->channel << card->shift_count) | 0x02, in isicom_activate()
1042 outw(0x8000 | ((port->channel) << (card->shift_count)) | 0x3, base); in isicom_send_break()
1319 board->shift_count = 12; in reset_card()
1324 board->shift_count = 11; in reset_card()