sys/dev/isa/if_ex.c
447
CSR_WRITE_2(sc, IO_PORT_REG, Transmit_CMD);
sys/dev/isa/if_ex.c
448
CSR_WRITE_2(sc, IO_PORT_REG, 0);
sys/dev/isa/if_ex.c
449
CSR_WRITE_2(sc, IO_PORT_REG, next);
sys/dev/isa/if_ex.c
450
CSR_WRITE_2(sc, IO_PORT_REG, data_len);
sys/dev/isa/if_ex.c
462
CSR_WRITE_MULTI_2(sc, IO_PORT_REG, tmp16, 1);
sys/dev/isa/if_ex.c
464
CSR_WRITE_MULTI_2(sc, IO_PORT_REG, mtod(m, caddr_t)
sys/dev/isa/if_ex.c
471
CSR_WRITE_MULTI_2(sc, IO_PORT_REG, tmp16, 1);
sys/dev/isa/if_ex.c
481
CSR_WRITE_2(sc, IO_PORT_REG, dest);
sys/dev/isa/if_ex.c
485
i = CSR_READ_2(sc, IO_PORT_REG);
sys/dev/isa/if_ex.c
488
CSR_WRITE_2(sc, IO_PORT_REG, i | Ch_bit);
sys/dev/isa/if_ex.c
497
CSR_READ_2(sc, IO_PORT_REG);
sys/dev/isa/if_ex.c
619
if (!(CSR_READ_2(sc, IO_PORT_REG) & Done_bit))
sys/dev/isa/if_ex.c
621
tx_status = CSR_READ_2(sc, IO_PORT_REG);
sys/dev/isa/if_ex.c
622
sc->tx_head = CSR_READ_2(sc, IO_PORT_REG);
sys/dev/isa/if_ex.c
652
while (CSR_READ_2(sc, IO_PORT_REG) == RCV_Done) {
sys/dev/isa/if_ex.c
653
rx_status = CSR_READ_2(sc, IO_PORT_REG);
sys/dev/isa/if_ex.c
654
sc->rx_head = CSR_READ_2(sc, IO_PORT_REG);
sys/dev/isa/if_ex.c
655
QQQ = pkt_len = CSR_READ_2(sc, IO_PORT_REG);
sys/dev/isa/if_ex.c
682
CSR_READ_MULTI_2(sc, IO_PORT_REG,
sys/dev/isa/if_ex.c
687
CSR_READ_1(sc, IO_PORT_REG);
sys/dev/isa/if_ex.c
816
CSR_WRITE_2(sc, IO_PORT_REG, MC_Setup_CMD);
sys/dev/isa/if_ex.c
817
CSR_WRITE_2(sc, IO_PORT_REG, 0);
sys/dev/isa/if_ex.c
818
CSR_WRITE_2(sc, IO_PORT_REG, 0);
sys/dev/isa/if_ex.c
819
CSR_WRITE_2(sc, IO_PORT_REG, (count + 1) * 6);
sys/dev/isa/if_ex.c
824
CSR_WRITE_2(sc, IO_PORT_REG, *addr++);
sys/dev/isa/if_ex.c
825
CSR_WRITE_2(sc, IO_PORT_REG, *addr++);
sys/dev/isa/if_ex.c
826
CSR_WRITE_2(sc, IO_PORT_REG, *addr++);
sys/dev/isa/if_ex.c
834
CSR_WRITE_2(sc, IO_PORT_REG, *addr++);
sys/dev/isa/if_ex.c
835
CSR_WRITE_2(sc, IO_PORT_REG, *addr++);
sys/dev/isa/if_ex.c
836
CSR_WRITE_2(sc, IO_PORT_REG, *addr++);
sys/dev/isa/if_ex.c
838
CSR_READ_2(sc, IO_PORT_REG);