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

/freebsd-13-stable/sys/dev/usb/wlan/
H A Dif_uath.c288 static int uath_config(struct uath_softc *, uint32_t, uint32_t);
1095 uath_config(sc, CFG_RATE_CONTROL_ENABLE, 0x00000001);
1096 uath_config(sc, CFG_DIVERSITY_CTL, 0x00000001);
1097 uath_config(sc, CFG_ABOLT, 0x0000003f);
1098 uath_config(sc, CFG_WME_ENABLED, 0x00000001);
1100 uath_config(sc, CFG_SERVICE_TYPE, 1);
1101 uath_config(sc, CFG_TP_SCALE, 0x00000000);
1102 uath_config(sc, CFG_TPC_HALF_DBM5, 0x0000003c);
1103 uath_config(sc, CFG_TPC_HALF_DBM2, 0x0000003c);
1104 uath_config(s
1174 uath_config(struct uath_softc *sc, uint32_t reg, uint32_t val) function
[all...]

Completed in 102 milliseconds