Searched refs:RT2860_WCID_ATTR (Results 1 - 4 of 4) sorted by relevance

/freebsd-9.3-release/sys/dev/ral/
H A Drt2860.c3077 attr = RAL_READ(sc, RT2860_WCID_ATTR(wcid));
3079 RAL_WRITE(sc, RT2860_WCID_ATTR(wcid), attr);
3101 attr = RAL_READ(sc, RT2860_WCID_ATTR(wcid));
3103 RAL_WRITE(sc, RT2860_WCID_ATTR(wcid), attr);
3714 RAL_SET_REGION_4(sc, RT2860_WCID_ATTR(0), 0, 256);
H A Drt2860reg.h195 #define RT2860_WCID_ATTR(wcid) (0x6800 + (wcid) * 4) macro
/freebsd-9.3-release/sys/dev/usb/wlan/
H A Dif_runreg.h193 #define RT2860_WCID_ATTR(wcid) (0x6800 + (wcid) * 4) macro
H A Dif_run.c2371 if (run_read(sc, RT2860_WCID_ATTR(wcid), &attr))
2374 if (run_write(sc, RT2860_WCID_ATTR(wcid), attr))
2448 run_read(sc, RT2860_WCID_ATTR(wcid), &attr);
2450 run_write(sc, RT2860_WCID_ATTR(wcid), attr);
6082 run_set_region_4(sc, RT2860_WCID_ATTR(0), 0, 8 * 32);

Completed in 367 milliseconds