Lines Matching refs:channel
205 u16 channel; member
271 u16 channel = port->channel; in raise_dtr() local
276 outw(0x8000 | (channel << card->shift_count) | 0x02, base); in raise_dtr()
287 u16 channel = port->channel; in drop_dtr() local
292 outw(0x8000 | (channel << card->shift_count) | 0x02, base); in drop_dtr()
303 u16 channel = port->channel; in raise_rts() local
308 outw(0x8000 | (channel << card->shift_count) | 0x02, base); in raise_rts()
319 u16 channel = port->channel; in drop_rts() local
324 outw(0x8000 | (channel << card->shift_count) | 0x02, base); in drop_rts()
337 u16 channel = ip->channel; in isicom_dtr_rts() local
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()
361 u16 channel = port->channel; in drop_dtr_rts() local
366 outw(0x8000 | (channel << card->shift_count) | 0x02, base); in drop_dtr_rts()
449 if (!(inw(base + 0x02) & (1 << port->channel))) in isicom_tx()
453 txcount, port->channel + 1); in isicom_tx()
454 outw((port->channel << isi_card[card].shift_count) | txcount, in isicom_tx()
521 u16 header, word_count, count, channel; in isicom_interrupt() local
545 channel = (header & 0x7800) >> card->shift_count; in isicom_interrupt()
548 if (channel + 1 > card->port_count) { in isicom_interrupt()
550 __func__, base, channel + 1); in isicom_interrupt()
555 port = card->ports + channel; in isicom_interrupt()
667 __func__, base, channel + 1); in isicom_interrupt()
689 u16 channel_setup, channel = port->channel, 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()
787 card->port_status |= (1 << channel); in isicom_config_port()
796 int channel; in isicom_setup_board() local
802 for (channel = 0; channel < bp->port_count; channel++, port++) in isicom_setup_board()
827 outw(0x8000 | (port->channel << card->shift_count) | 0x02, in isicom_activate()
924 card->port_status &= ~(1 << ip->channel); in isicom_shutdown()
1056 outw(0x8000 | ((port->channel) << (card->shift_count)) | 0x3, base); in isicom_send_break()
1224 card->port_status &= ~(1 << port->channel); in isicom_throttle()
1238 card->port_status |= (1 << port->channel); in isicom_unthrottle()
1657 int retval, idx, channel; in isicom_init() local
1664 for (channel = 0; channel < 16; channel++, port++) { in isicom_init()
1667 port->channel = channel; in isicom_init()