Lines Matching defs:txpwr
1451 u16 txpwr, reg;
1527 &txpwr);
1528 (*channel++).hw_value = txpwr & 0xFF;
1529 (*channel++).hw_value = txpwr >> 8;
1533 &txpwr);
1534 (*channel++).hw_value = txpwr & 0xFF;
1535 (*channel++).hw_value = txpwr >> 8;
1601 &txpwr);
1602 (*channel++).hw_value = txpwr & 0xFF;
1603 (*channel++).hw_value = txpwr >> 8;
1607 &txpwr);
1608 (*channel++).hw_value = txpwr & 0xFF;
1610 eeprom_93cx6_read(&eeprom, 0x0A, &txpwr);
1611 (*channel++).hw_value = txpwr & 0xFF;
1613 eeprom_93cx6_read(&eeprom, 0x1C, &txpwr);
1614 (*channel++).hw_value = txpwr & 0xFF;
1615 (*channel++).hw_value = txpwr >> 8;