Searched refs:bbp94 (Results 1 - 2 of 2) sorted by relevance

/openbsd-current/sys/dev/usb/
H A Dif_rum.c1640 uint8_t bbp3, bbp94 = RT2573_BBPR94_DEFAULT; local
1658 bbp94 += power;
1661 bbp94 += power - 31;
1701 if (bbp94 != RT2573_BBPR94_DEFAULT)
1702 rum_bbp_write(sc, 94, bbp94);
/openbsd-current/sys/dev/ic/
H A Drt2661.c2265 uint8_t bbp3, bbp94 = RT2661_BBPR94_DEFAULT; local
2282 bbp94 += power;
2285 bbp94 += power - 31;
2327 if (bbp94 != RT2661_BBPR94_DEFAULT)
2328 rt2661_bbp_write(sc, 94, bbp94);

Completed in 120 milliseconds