sys/dev/ic/elink3.c
1135
if (bus_space_read_2(iot, ioh, ep_w1_reg(sc, ELINK_W1_FREE_TX)) <
sys/dev/ic/elink3.c
1168
txreg = ep_w1_reg(sc, ELINK_W1_TX_PIO_WR_1);
sys/dev/ic/elink3.c
1238
if ((bus_space_read_2(iot, ioh, ep_w1_reg(sc, ELINK_W1_RX_STATUS)) &
sys/dev/ic/elink3.c
1332
ep_w1_reg(sc, ELINK_W1_TX_STATUS))) & TXS_COMPLETE) {
sys/dev/ic/elink3.c
1333
bus_space_write_2(iot, ioh, ep_w1_reg(sc, ELINK_W1_TX_STATUS),
sys/dev/ic/elink3.c
1449
len = bus_space_read_2(iot, ioh, ep_w1_reg(sc, ELINK_W1_RX_STATUS));
sys/dev/ic/elink3.c
1512
ep_w1_reg(sc, ELINK_W1_RX_STATUS));
sys/dev/ic/elink3.c
1589
rxreg = ep_w1_reg(sc, ELINK_W1_RX_PIO_RD_1);
sys/dev/ic/elink3.c
212
static inline int ep_w1_reg(struct ep_softc *, int);
sys/dev/ic/elink3.c
775
ep_w1_reg(sc, ELINK_W1_TX_STATUS));