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

  /src/sys/dev/usb/
if_otus.c 131 Static void otus_write(struct otus_softc *, uint32_t, uint32_t);
1459 otus_write(struct otus_softc *sc, uint32_t reg, uint32_t val) function in typeref:typename:Static void
2331 otus_write(sc, AR_MAC_REG_GROUP_HASH_TBL_L, lo);
2332 otus_write(sc, AR_MAC_REG_GROUP_HASH_TBL_H, hi);
2388 otus_write(sc, AR_MAC_REG_AC0_CW,
2391 otus_write(sc, AR_MAC_REG_AC1_CW,
2394 otus_write(sc, AR_MAC_REG_AC2_CW,
2397 otus_write(sc, AR_MAC_REG_AC3_CW,
2400 otus_write(sc, AR_MAC_REG_AC4_CW, /* Special TXQ. */
2405 otus_write(sc, AR_MAC_REG_AC1_AC0_AIFS
    [all...]
if_otus.c 131 Static void otus_write(struct otus_softc *, uint32_t, uint32_t);
1459 otus_write(struct otus_softc *sc, uint32_t reg, uint32_t val) function in typeref:typename:Static void
2331 otus_write(sc, AR_MAC_REG_GROUP_HASH_TBL_L, lo);
2332 otus_write(sc, AR_MAC_REG_GROUP_HASH_TBL_H, hi);
2388 otus_write(sc, AR_MAC_REG_AC0_CW,
2391 otus_write(sc, AR_MAC_REG_AC1_CW,
2394 otus_write(sc, AR_MAC_REG_AC2_CW,
2397 otus_write(sc, AR_MAC_REG_AC3_CW,
2400 otus_write(sc, AR_MAC_REG_AC4_CW, /* Special TXQ. */
2405 otus_write(sc, AR_MAC_REG_AC1_AC0_AIFS
    [all...]

Completed in 25 milliseconds