if_run.c | 352 static int run_set_region_4(struct run_softc *, uint16_t, 1108 run_set_region_4(struct run_softc *sc, uint16_t reg, uint32_t val, int count) function in typeref:typename:int 4842 run_set_region_4(sc, RT2860_WCID_ENTRY(0), 0, 512); 4844 run_set_region_4(sc, RT2860_PKEY(0), 0, 2048); 4846 run_set_region_4(sc, RT2860_IVEIV(0), 0, 512); 4848 run_set_region_4(sc, RT2860_WCID_ATTR(0), 0, 8 * 32); 4850 run_set_region_4(sc, RT2860_SKEY(0, 0), 0, 8 * 32); 4852 run_set_region_4(sc, RT2860_SKEY_MODE_0_7, 0, 4); 4855 run_set_region_4(sc, RT2860_WCID_ENTRY(0), 0, 512); 4857 run_set_region_4(sc, RT2860_WCID_ATTR(0), 0, 8 * 32) [all...] |