Searched refs:RT2860_WCID_ENTRY (Results 1 – 4 of 4) sorted by relevance
/freebsd/sys/dev/ral/ |
H A D | rt2860.c | 844 RAL_WRITE_REGION_1(sc, RT2860_WCID_ENTRY(wcid), in rt2860_newassoc() 862 RAL_SET_REGION_4(sc, RT2860_WCID_ENTRY(wcid), 0, 2); in rt2860_node_free() 877 tmp = RAL_READ(sc, RT2860_WCID_ENTRY(wcid) + 4); in rt2860_ampdu_rx_start() 879 RAL_WRITE(sc, RT2860_WCID_ENTRY(wcid) + 4, tmp); in rt2860_ampdu_rx_start() 892 tmp = RAL_READ(sc, RT2860_WCID_ENTRY(wcid) + 4); in rt2860_ampdu_rx_stop() 894 RAL_WRITE(sc, RT2860_WCID_ENTRY(wcid) + 4, tmp); in rt2860_ampdu_rx_stop() 3919 RAL_SET_REGION_4(sc, RT2860_WCID_ENTRY(0), 0, 512); in rt2860_init_locked()
|
H A D | rt2860reg.h | 182 #define RT2860_WCID_ENTRY(wcid) (0x1800 + (wcid) * 8) macro
|
/freebsd/sys/dev/usb/wlan/ |
H A D | if_runreg.h | 179 #define RT2860_WCID_ENTRY(wcid) (0x1800 + (wcid) * 8) macro
|
H A D | if_run.c | 2538 run_set_region_4(sc, RT2860_WCID_ENTRY(wcid), 0, 8); in run_key_delete_cb() 2764 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()
|