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

/freebsd-11-stable/sys/dev/usb/wlan/
H A Dif_uath.c282 static int uath_config(struct uath_softc *, uint32_t, uint32_t);
1089 uath_config(sc, CFG_RATE_CONTROL_ENABLE, 0x00000001);
1090 uath_config(sc, CFG_DIVERSITY_CTL, 0x00000001);
1091 uath_config(sc, CFG_ABOLT, 0x0000003f);
1092 uath_config(sc, CFG_WME_ENABLED, 0x00000001);
1094 uath_config(sc, CFG_SERVICE_TYPE, 1);
1095 uath_config(sc, CFG_TP_SCALE, 0x00000000);
1096 uath_config(sc, CFG_TPC_HALF_DBM5, 0x0000003c);
1097 uath_config(sc, CFG_TPC_HALF_DBM2, 0x0000003c);
1098 uath_config(s
1168 uath_config(struct uath_softc *sc, uint32_t reg, uint32_t val) function
[all...]

Completed in 70 milliseconds