Lines Matching refs:txpwr
1432 u16 txpwr, reg; in rtl8187_probe() local
1508 &txpwr); in rtl8187_probe()
1509 (*channel++).hw_value = txpwr & 0xFF; in rtl8187_probe()
1510 (*channel++).hw_value = txpwr >> 8; in rtl8187_probe()
1514 &txpwr); in rtl8187_probe()
1515 (*channel++).hw_value = txpwr & 0xFF; in rtl8187_probe()
1516 (*channel++).hw_value = txpwr >> 8; in rtl8187_probe()
1582 &txpwr); in rtl8187_probe()
1583 (*channel++).hw_value = txpwr & 0xFF; in rtl8187_probe()
1584 (*channel++).hw_value = txpwr >> 8; in rtl8187_probe()
1588 &txpwr); in rtl8187_probe()
1589 (*channel++).hw_value = txpwr & 0xFF; in rtl8187_probe()
1591 eeprom_93cx6_read(&eeprom, 0x0A, &txpwr); in rtl8187_probe()
1592 (*channel++).hw_value = txpwr & 0xFF; in rtl8187_probe()
1594 eeprom_93cx6_read(&eeprom, 0x1C, &txpwr); in rtl8187_probe()
1595 (*channel++).hw_value = txpwr & 0xFF; in rtl8187_probe()
1596 (*channel++).hw_value = txpwr >> 8; in rtl8187_probe()