ep_w1_reg         180 dev/ic/elink3.c static __inline int ep_w1_reg(struct ep_softc *, int);
ep_w1_reg         632 dev/ic/elink3.c 		bus_space_read_1(iot, ioh, ep_w1_reg(sc, EP_W1_TX_STATUS));
ep_w1_reg        1009 dev/ic/elink3.c 	if (bus_space_read_2(iot, ioh, ep_w1_reg(sc, EP_W1_FREE_TX)) <
ep_w1_reg        1039 dev/ic/elink3.c 	txreg = ep_w1_reg(sc, EP_W1_TX_PIO_WR_1);
ep_w1_reg        1075 dev/ic/elink3.c 	if ((bus_space_read_2(iot, ioh, ep_w1_reg(sc, EP_W1_RX_STATUS)) &
ep_w1_reg        1179 dev/ic/elink3.c 	    ep_w1_reg(sc, EP_W1_TX_STATUS))) & TXS_COMPLETE) {
ep_w1_reg        1180 dev/ic/elink3.c 		bus_space_write_1(iot, ioh, ep_w1_reg(sc, EP_W1_TX_STATUS),
ep_w1_reg        1273 dev/ic/elink3.c 	len = bus_space_read_2(iot, ioh, ep_w1_reg(sc, EP_W1_RX_STATUS));
ep_w1_reg        1349 dev/ic/elink3.c 		    ep_w1_reg(sc, EP_W1_RX_STATUS));
ep_w1_reg        1418 dev/ic/elink3.c 	rxreg = ep_w1_reg(sc, EP_W1_RX_PIO_RD_1);