sys/dev/ic/elink3.c
1008
txreg = ep_w1_reg(sc, EP_W1_TX_PIO_WR_1);
sys/dev/ic/elink3.c
1050
if ((bus_space_read_2(iot, ioh, ep_w1_reg(sc, EP_W1_RX_STATUS)) &
sys/dev/ic/elink3.c
1152
ep_w1_reg(sc, EP_W1_TX_STATUS))) & TXS_COMPLETE) {
sys/dev/ic/elink3.c
1153
bus_space_write_1(iot, ioh, ep_w1_reg(sc, EP_W1_TX_STATUS),
sys/dev/ic/elink3.c
1245
len = bus_space_read_2(iot, ioh, ep_w1_reg(sc, EP_W1_RX_STATUS));
sys/dev/ic/elink3.c
1312
ep_w1_reg(sc, EP_W1_RX_STATUS));
sys/dev/ic/elink3.c
1369
rxreg = ep_w1_reg(sc, EP_W1_RX_PIO_RD_1);
sys/dev/ic/elink3.c
171
static __inline int ep_w1_reg(struct ep_softc *, int);
sys/dev/ic/elink3.c
609
bus_space_read_1(iot, ioh, ep_w1_reg(sc, EP_W1_TX_STATUS));
sys/dev/ic/elink3.c
977
if (bus_space_read_2(iot, ioh, ep_w1_reg(sc, EP_W1_FREE_TX)) <