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

  /src/sys/external/isc/atheros_hal/dist/
ah_regdomain.c 2468 uint16_t c, c_hi, c_lo; local in function:ath_hal_init_channels
2486 if (!ath_hal_getChannelEdges(ah, cm->flags, &c_lo, &c_hi)) {
2582 if (!(c_lo <= c && c <= c_hi)) {
2585 __func__, c, c_lo, c_hi);
ah_regdomain.c 2468 uint16_t c, c_hi, c_lo; local in function:ath_hal_init_channels
2486 if (!ath_hal_getChannelEdges(ah, cm->flags, &c_lo, &c_hi)) {
2582 if (!(c_lo <= c && c <= c_hi)) {
2585 __func__, c, c_lo, c_hi);

Completed in 27 milliseconds