Lines Matching refs:outw
948 outw (BCR1(b->port), b->bcr1); in cx_setup_board()
950 outw (BCR1(b->port+0x10), b->bcr1b); in cx_setup_board()
1035 outw (RTPR(c->port), 10); /* 10 msec, see TPR */ in cx_update_chan()
1114 outw (ARBADRU(c->port), (unsigned short) (c->arphys>>16)); in cx_setup_chan()
1115 outw (ARBADRL(c->port), (unsigned short) c->arphys); in cx_setup_chan()
1118 outw (BRBADRU(c->port), (unsigned short) (c->brphys>>16)); in cx_setup_chan()
1119 outw (BRBADRL(c->port), (unsigned short) c->brphys); in cx_setup_chan()
1122 outw (ATBADRU(c->port), (unsigned short) (c->atphys>>16)); in cx_setup_chan()
1123 outw (ATBADRL(c->port), (unsigned short) c->atphys); in cx_setup_chan()
1126 outw (BTBADRU(c->port), (unsigned short) (c->btphys>>16)); in cx_setup_chan()
1127 outw (BTBADRL(c->port), (unsigned short) c->btphys); in cx_setup_chan()
1148 outw (BCR1(b->port), b->bcr1); in cx_set_dtr()
1181 outw (BCR1(b->port), b->bcr1); in cx_set_dtr()
1190 outw (BCR1(b->port+0x10), b->bcr1b); in cx_set_dtr()