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

  /src/sys/dev/usb/
if_otus.c 201 static const uint16_t ar5416_phy_regs[] = { variable in typeref:typename:const uint16_t[]
2574 for (i = 0; i < __arraycount(ar5416_phy_regs); i++)
2575 if (AR_PHY(ar5416_phy_regs[i]) == reg)
2690 for (i = 0; i < __arraycount(ar5416_phy_regs); i++)
2691 otus_write(sc, AR_PHY(ar5416_phy_regs[i]), vals[i]);

Completed in 14 milliseconds