Searched refs:RT2860_WCID_ENTRY (Results 1 – 4 of 4) sorted by relevance
| /freebsd-12-stable/sys/dev/usb/wlan/ |
| D | if_runreg.h | 181 #define RT2860_WCID_ENTRY(wcid) (0x1800 + (wcid) * 8) macro
|
| D | if_run.c | 2538 run_set_region_4(sc, RT2860_WCID_ENTRY(wcid), 0, 8); in run_key_delete_cb() 2761 run_write_region_1(sc, RT2860_WCID_ENTRY(wcid), in run_newassoc_cb() 6219 run_set_region_4(sc, RT2860_WCID_ENTRY(0), 0, 512); in run_init_locked()
|
| /freebsd-12-stable/sys/dev/ral/ |
| D | rt2860.c | 847 RAL_WRITE_REGION_1(sc, RT2860_WCID_ENTRY(wcid), in rt2860_newassoc() 865 RAL_SET_REGION_4(sc, RT2860_WCID_ENTRY(wcid), 0, 2); in rt2860_node_free() 880 tmp = RAL_READ(sc, RT2860_WCID_ENTRY(wcid) + 4); in rt2860_ampdu_rx_start() 882 RAL_WRITE(sc, RT2860_WCID_ENTRY(wcid) + 4, tmp); in rt2860_ampdu_rx_start() 895 tmp = RAL_READ(sc, RT2860_WCID_ENTRY(wcid) + 4); in rt2860_ampdu_rx_stop() 897 RAL_WRITE(sc, RT2860_WCID_ENTRY(wcid) + 4, tmp); in rt2860_ampdu_rx_stop() 3930 RAL_SET_REGION_4(sc, RT2860_WCID_ENTRY(0), 0, 512); in rt2860_init_locked()
|
| D | rt2860reg.h | 183 #define RT2860_WCID_ENTRY(wcid) (0x1800 + (wcid) * 8) macro
|