Lines Matching refs:outw
137 #define InterruptTheCard(base) outw(0, (base) + 0xc)
268 outw(0x8000 | (channel << card->shift_count) | 0x02, base);
269 outw(0x0504, base);
284 outw(0x8000 | (channel << card->shift_count) | 0x02, base);
285 outw(0x0404, base);
300 outw(0x8000 | (channel << card->shift_count) | 0x02, base);
301 outw(0x0a04, base);
316 outw(0x8000 | (channel << card->shift_count) | 0x02, base);
317 outw(0x0804, base);
335 outw(0x8000 | (channel << card->shift_count) | 0x02, base);
336 outw(0x0f04, base);
340 outw(0x8000 | (channel << card->shift_count) | 0x02, base);
341 outw(0x0C04, base);
358 outw(0x8000 | (channel << card->shift_count) | 0x02, base);
359 outw(0x0c04, base);
446 outw((port->channel << isi_card[card].shift_count) | txcount,
463 outw(wrd, base);
465 outw(wrd, base);
532 outw(0x8000, base+0x04);
543 outw(0x0000, base+0x04); /* enable interrupts */
549 outw(0x0000, base+0x04); /* enable interrupts */
562 outw(0x0000, base+0x04); /* enable interrupts */
667 outw(0x0000, base+0x04); /* enable interrupts */
724 outw(0x8000 | (channel << shift_count) | 0x03, base);
725 outw(linuxb_to_isib[baud] << 8 | 0x03, base);
749 outw(channel_setup, base);
765 outw(0x8000 | (channel << shift_count) | 0x04, base);
766 outw(flow_ctrl << 8 | 0x05, base);
767 outw((STOP_CHAR(tty)) << 8 | (START_CHAR(tty)), base);
774 outw(card->port_status, base + 0x02);
813 outw(0x8000 | (port->channel << card->shift_count) | 0x02,
815 outw(((ISICOM_KILLTX | ISICOM_KILLRX) << 8) | 0x06, card->base);
911 outw(card->port_status, card->base + 0x02);
1042 outw(0x8000 | ((port->channel) << (card->shift_count)) | 0x3, base);
1043 outw((length & 0xff) << 8 | 0x00, base);
1044 outw((length & 0xff00u), base);
1187 outw(card->port_status, card->base + 0x02);
1201 outw(card->port_status, card->base + 0x02);
1288 outw(0, base + 0x8); /* Reset */
1386 outw(0xf0, base); /* start upload sequence */
1387 outw(0x00, base);
1388 outw(frame->addr, base); /* lsb of address */
1391 outw(word_count, base);
1434 outw(0xf1, base); /* start download sequence */
1435 outw(0x00, base);
1436 outw(frame->addr, base); /* lsb of address */
1439 outw(word_count + 1, base);
1493 outw(0xf2, base);
1494 outw(0x800, base);
1495 outw(0x0, base);
1496 outw(0x0, base);
1498 outw(0x0, base + 0x4); /* for ISI4608 cards */