ISA_PUT_2         375 dev/isa/if_ex.c 	ISA_PUT_2(RCV_BAR, sc->rx_lower_limit);
ISA_PUT_2         377 dev/isa/if_ex.c 	ISA_PUT_2(RCV_STOP_REG, sc->rx_upper_limit | 0xfe);
ISA_PUT_2         378 dev/isa/if_ex.c 	ISA_PUT_2(XMT_BAR, sc->tx_lower_limit);
ISA_PUT_2         473 dev/isa/if_ex.c 			ISA_PUT_2(HOST_ADDR_REG, dest);
ISA_PUT_2         474 dev/isa/if_ex.c 			ISA_PUT_2(IO_PORT_REG, Transmit_CMD);
ISA_PUT_2         475 dev/isa/if_ex.c 			ISA_PUT_2(IO_PORT_REG, 0);
ISA_PUT_2         476 dev/isa/if_ex.c 			ISA_PUT_2(IO_PORT_REG, next);
ISA_PUT_2         477 dev/isa/if_ex.c 			ISA_PUT_2(IO_PORT_REG, data_len);
ISA_PUT_2         506 dev/isa/if_ex.c 					ISA_PUT_2(HOST_ADDR_REG, 
ISA_PUT_2         508 dev/isa/if_ex.c 					ISA_PUT_2(IO_PORT_REG, dest);
ISA_PUT_2         510 dev/isa/if_ex.c 				ISA_PUT_2(HOST_ADDR_REG, sc->tx_last + 
ISA_PUT_2         513 dev/isa/if_ex.c 				ISA_PUT_2(HOST_ADDR_REG, sc->tx_last + 
ISA_PUT_2         515 dev/isa/if_ex.c 				ISA_PUT_2(IO_PORT_REG, i | Ch_bit);
ISA_PUT_2         526 dev/isa/if_ex.c 			ISA_PUT_2(MASK_REG, All_Int & ~(Rx_Int | Tx_Int));
ISA_PUT_2         529 dev/isa/if_ex.c 				ISA_PUT_2(XMT_BAR, dest);
ISA_PUT_2         653 dev/isa/if_ex.c 		ISA_PUT_2(HOST_ADDR_REG, sc->tx_head);
ISA_PUT_2         689 dev/isa/if_ex.c 	ISA_PUT_2(HOST_ADDR_REG, sc->rx_head);
ISA_PUT_2         759 dev/isa/if_ex.c 		ISA_PUT_2(HOST_ADDR_REG, sc->rx_head);
ISA_PUT_2         763 dev/isa/if_ex.c 		ISA_PUT_2(RCV_STOP_REG, sc->rx_upper_limit);
ISA_PUT_2         765 dev/isa/if_ex.c 		ISA_PUT_2(RCV_STOP_REG, sc->rx_head - 2);