HomeSort by: relevance | last modified time | path
    Searched defs:ep_w1_reg (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/dev/ic/
elink3.c 212 static inline int ep_w1_reg(struct ep_softc *, int);
237 ep_w1_reg(struct ep_softc *sc, int reg) function in typeref:typename:int
775 ep_w1_reg(sc, ELINK_W1_TX_STATUS));
1135 if (bus_space_read_2(iot, ioh, ep_w1_reg(sc, ELINK_W1_FREE_TX)) <
1168 txreg = ep_w1_reg(sc, ELINK_W1_TX_PIO_WR_1);
1238 if ((bus_space_read_2(iot, ioh, ep_w1_reg(sc, ELINK_W1_RX_STATUS)) &
1332 ep_w1_reg(sc, ELINK_W1_TX_STATUS))) & TXS_COMPLETE) {
1333 bus_space_write_2(iot, ioh, ep_w1_reg(sc, ELINK_W1_TX_STATUS),
1449 len = bus_space_read_2(iot, ioh, ep_w1_reg(sc, ELINK_W1_RX_STATUS));
1512 ep_w1_reg(sc, ELINK_W1_RX_STATUS))
    [all...]

Completed in 12 milliseconds