Searched refs:uath_config (Results 1 - 1 of 1) sorted by relevance

/freebsd-10.3-release/sys/dev/usb/wlan/
H A Dif_uath.c296 static int uath_config(struct uath_softc *, uint32_t, uint32_t);
1127 uath_config(sc, CFG_RATE_CONTROL_ENABLE, 0x00000001);
1128 uath_config(sc, CFG_DIVERSITY_CTL, 0x00000001);
1129 uath_config(sc, CFG_ABOLT, 0x0000003f);
1130 uath_config(sc, CFG_WME_ENABLED, 0x00000001);
1132 uath_config(sc, CFG_SERVICE_TYPE, 1);
1133 uath_config(sc, CFG_TP_SCALE, 0x00000000);
1134 uath_config(sc, CFG_TPC_HALF_DBM5, 0x0000003c);
1135 uath_config(sc, CFG_TPC_HALF_DBM2, 0x0000003c);
1136 uath_config(s
1230 uath_config(struct uath_softc *sc, uint32_t reg, uint32_t val) function
[all...]

Completed in 31 milliseconds