Searched refs:uath_config (Results 1 – 1 of 1) sorted by relevance
/titanic_50/usr/src/uts/common/io/uath/ |
H A D | uath.c | 293 static void uath_config(struct uath_softc *, uint32_t, uint32_t); 1931 uath_config(sc, CFG_USER_RTS_THRESHOLD, ic->ic_rtsthreshold); in uath_newstate() 2429 uath_config(struct uath_softc *sc, uint32_t reg, uint32_t val) in uath_config() function 2635 uath_config(sc, CFG_RATE_CONTROL_ENABLE, 0x00000001); in uath_init_locked() 2636 uath_config(sc, CFG_DIVERSITY_CTL, 0x00000001); in uath_init_locked() 2637 uath_config(sc, CFG_ABOLT, 0x0000003f); in uath_init_locked() 2638 uath_config(sc, CFG_WME_ENABLED, 0x00000001); in uath_init_locked() 2640 uath_config(sc, CFG_SERVICE_TYPE, 1); in uath_init_locked() 2641 uath_config(sc, CFG_TP_SCALE, 0x00000000); in uath_init_locked() 2642 uath_config(sc, CFG_TPC_HALF_DBM5, 0x0000003c); in uath_init_locked() [all …]
|