Home
last modified time | relevance | path

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

/linux-2.4.37.9/include/linux/
Disicom.h136 unsigned short shift_count; member
186 outw(0x8000 | (channel << card->shift_count) | 0x02 , base); in raise_dtr()
206 outw(0x8000 | (channel << card->shift_count) | 0x02 , base); in drop_dtr()
225 outw(0x8000 | (channel << card->shift_count) | 0x02 , base); in raise_rts()
244 outw(0x8000 | (channel << card->shift_count) | 0x02 , base); in drop_rts()
263 outw(0x8000 | (channel << card->shift_count) | 0x02 , base); in raise_dtr_rts()
282 outw(0x8000 | (channel << card->shift_count) | 0x02 , base); in drop_dtr_rts()
302 outw(0x8000 | (channel << card->shift_count) | 0x02 , base); in kill_queue()
/linux-2.4.37.9/drivers/char/
Disicom.c204 isi_card[card].shift_count = 12; in ISILoad_ioctl()
208 isi_card[card].shift_count = 11; in ISILoad_ioctl()
431 outw((port->channel << isi_card[card].shift_count) | txcount in isicom_tx()
550 channel = (header & 0x7800) >> card->shift_count; in isicom_interrupt()
713 unsigned short channel = port->channel, shift_count = card->shift_count; in isicom_config_port() local
758 outw(0x8000 | (channel << shift_count) |0x03, base); in isicom_config_port()
809 outw(0x8000 | (channel << shift_count) |0x04, base); in isicom_config_port()
1374 outw(0x8000 | ((port->channel) << (card->shift_count)) | 0x3, base); in isicom_send_break()