Lines Matching refs:outw
135 outw (ARBADRU(c->port), (unsigned short) (c->arphys>>16)); in cx_start_chan()
136 outw (ARBADRL(c->port), (unsigned short) c->arphys); in cx_start_chan()
139 outw (BRBADRU(c->port), (unsigned short) (c->brphys>>16)); in cx_start_chan()
140 outw (BRBADRL(c->port), (unsigned short) c->brphys); in cx_start_chan()
143 outw (ATBADRU(c->port), (unsigned short) (c->atphys>>16)); in cx_start_chan()
144 outw (ATBADRL(c->port), (unsigned short) c->atphys); in cx_start_chan()
147 outw (BTBADRU(c->port), (unsigned short) (c->btphys>>16)); in cx_start_chan()
148 outw (BTBADRL(c->port), (unsigned short) c->btphys); in cx_start_chan()
176 outw (ARBCNT(c->port), rbsz); in cx_start_chan()
177 outw (BRBCNT(c->port), rbsz); in cx_start_chan()
178 outw (ARBSTS(c->port), BSTS_OWN24); in cx_start_chan()
179 outw (BRBSTS(c->port), BSTS_OWN24); in cx_start_chan()
386 outw (cnt_port, len); in cx_send()
464 outw (cnt_port, rbsz); in cx_receive_interrupt()
533 outw (ARBCNT(c->port), rbsz); in cx_receive_interrupt()
537 outw (BRBCNT(c->port), rbsz); in cx_receive_interrupt()