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

  /src/sys/dev/usb/
if_run.c 3513 uint8_t reg, rf, txpow_bound; local
3581 txpow_bound = 0x27;
3601 txpow_bound = 0x2b;
3609 if ((rf & 0x3f) > txpow_bound)
3610 rf = (rf & ~0x3f) | txpow_bound;
3618 if ((rf & 0x3f) > txpow_bound)
3619 rf = (rf & ~0x3f) | txpow_bound;

Completed in 21 milliseconds