HomeSort by: relevance | last modified time | path
    Searched refs:RT2860_WCID_ATTR (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/dev/usb/
if_run.c 2130 run_read(sc, RT2860_WCID_ATTR(wcid), &attr);
2132 run_write(sc, RT2860_WCID_ATTR(wcid), attr);
2170 run_read(sc, RT2860_WCID_ATTR(wcid), &attr);
2172 run_write(sc, RT2860_WCID_ATTR(wcid), attr);
4848 run_set_region_4(sc, RT2860_WCID_ATTR(0), 0, 8 * 32);
4857 run_set_region_4(sc, RT2860_WCID_ATTR(0), 0, 8 * 32);
  /src/sys/dev/ic/
rt2860.c 3206 attr = RAL_READ(sc, RT2860_WCID_ATTR(wcid));
3208 RAL_WRITE(sc, RT2860_WCID_ATTR(wcid), attr);
3231 attr = RAL_READ(sc, RT2860_WCID_ATTR(wcid));
3233 RAL_WRITE(sc, RT2860_WCID_ATTR(wcid), attr);
3888 RAL_SET_REGION_4(sc, RT2860_WCID_ATTR(0), 0, 256);
rt2860reg.h 199 #define RT2860_WCID_ATTR(wcid) (0x6800 + (wcid) * 4)

Completed in 22 milliseconds