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

  /src/sys/dev/ic/
rt2860reg.h 1753 #define RT5592_CHAN_5GHZ \
  /src/sys/dev/usb/
if_run.c 528 } rt5592_chan_5ghz[] = { variable in typeref:typename:const struct __anone33ac8b60508[]
529 RT5592_CHAN_5GHZ
3588 for (i = 0; i < (int)__arraycount(rt5592_chan_5ghz); i++) {
3589 if (chan >= rt5592_chan_5ghz[i].firstchan &&
3590 chan <= rt5592_chan_5ghz[i].lastchan) {
3591 run_rt3070_rf_write(sc, rt5592_chan_5ghz[i].reg,
3592 rt5592_chan_5ghz[i].val);

Completed in 19 milliseconds