Lines Matching refs:txpwr
1439 u16 txpwr, reg; in rtl8187_probe() local
1515 &txpwr); in rtl8187_probe()
1516 (*channel++).hw_value = txpwr & 0xFF; in rtl8187_probe()
1517 (*channel++).hw_value = txpwr >> 8; in rtl8187_probe()
1521 &txpwr); in rtl8187_probe()
1522 (*channel++).hw_value = txpwr & 0xFF; in rtl8187_probe()
1523 (*channel++).hw_value = txpwr >> 8; in rtl8187_probe()
1589 &txpwr); in rtl8187_probe()
1590 (*channel++).hw_value = txpwr & 0xFF; in rtl8187_probe()
1591 (*channel++).hw_value = txpwr >> 8; in rtl8187_probe()
1595 &txpwr); in rtl8187_probe()
1596 (*channel++).hw_value = txpwr & 0xFF; in rtl8187_probe()
1598 eeprom_93cx6_read(&eeprom, 0x0A, &txpwr); in rtl8187_probe()
1599 (*channel++).hw_value = txpwr & 0xFF; in rtl8187_probe()
1601 eeprom_93cx6_read(&eeprom, 0x1C, &txpwr); in rtl8187_probe()
1602 (*channel++).hw_value = txpwr & 0xFF; in rtl8187_probe()
1603 (*channel++).hw_value = txpwr >> 8; in rtl8187_probe()