if_wm.c | 16020 uint32_t manc, fwsm, factps; local in function:wm_enable_mng_pass_thru 16034 factps = CSR_READ(sc, WMREG_FACTPS); 16035 if (((factps & FACTPS_MNGCG) == 0) 16041 factps = CSR_READ(sc, WMREG_FACTPS); 16043 DPRINTF(sc, WM_DEBUG_MANAGE, ("%s: FACTPS = %08x, CFG2=%04x\n", 16044 device_xname(sc->sc_dev), factps, data)); 16045 if (((factps & FACTPS_MNGCG) == 0)
|