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

  /src/sys/arch/arm/sociox/
if_scx.c 2028 uint32_t hwfea, mtype, txchan, rxchan; local in function:dump_hwfeature
2039 if ((txchan = (hwfea & __BITS(23,22)) >> 22) != 0)
2040 aprint_normal("+%d tx channel available <23,22>\n", txchan);
if_scx.c 2028 uint32_t hwfea, mtype, txchan, rxchan; local in function:dump_hwfeature
2039 if ((txchan = (hwfea & __BITS(23,22)) >> 22) != 0)
2040 aprint_normal("+%d tx channel available <23,22>\n", txchan);
if_scx.c 2028 uint32_t hwfea, mtype, txchan, rxchan; local in function:dump_hwfeature
2039 if ((txchan = (hwfea & __BITS(23,22)) >> 22) != 0)
2040 aprint_normal("+%d tx channel available <23,22>\n", txchan);

Completed in 44 milliseconds