Searched refs:run_set_region_4 (Results 1 – 1 of 1) sorted by relevance
/freebsd/sys/dev/usb/wlan/ |
H A D | if_run.c | 399 static int run_set_region_4(struct run_softc *, uint16_t, uint32_t, int); 1120 run_set_region_4(sc, RT2860_SKEY(rvp_id, 0), 0, 128); in run_vap_delete() 1121 run_set_region_4(sc, RT2860_BCN_BASE(rvp_id), 0, 512); in run_vap_delete() 1446 run_set_region_4(struct run_softc *sc, uint16_t reg, uint32_t val, int len) in run_set_region_4() function 2538 run_set_region_4(sc, RT2860_WCID_ENTRY(wcid), 0, 8); in run_key_delete_cb() 6216 run_set_region_4(sc, RT2860_WCID_ENTRY(0), 0, 512); in run_init_locked() 6218 run_set_region_4(sc, RT2860_WCID_ATTR(0), 0, 8 * 32); in run_init_locked() 6223 run_set_region_4(sc, RT2860_SKEY(0, 0), 0, 8 * 32); in run_init_locked() 6225 run_set_region_4(sc, RT2860_SKEY_MODE_0_7, 0, 4); in run_init_locked()
|