Lines Matching refs:txpwr
1436 u16 txpwr, reg; in rtl8187_probe() local
1511 &txpwr); in rtl8187_probe()
1512 (*channel++).hw_value = txpwr & 0xFF; in rtl8187_probe()
1513 (*channel++).hw_value = txpwr >> 8; in rtl8187_probe()
1517 &txpwr); in rtl8187_probe()
1518 (*channel++).hw_value = txpwr & 0xFF; in rtl8187_probe()
1519 (*channel++).hw_value = txpwr >> 8; in rtl8187_probe()
1585 &txpwr); in rtl8187_probe()
1586 (*channel++).hw_value = txpwr & 0xFF; in rtl8187_probe()
1587 (*channel++).hw_value = txpwr >> 8; in rtl8187_probe()
1591 &txpwr); in rtl8187_probe()
1592 (*channel++).hw_value = txpwr & 0xFF; in rtl8187_probe()
1594 eeprom_93cx6_read(&eeprom, 0x0A, &txpwr); in rtl8187_probe()
1595 (*channel++).hw_value = txpwr & 0xFF; in rtl8187_probe()
1597 eeprom_93cx6_read(&eeprom, 0x1C, &txpwr); in rtl8187_probe()
1598 (*channel++).hw_value = txpwr & 0xFF; in rtl8187_probe()
1599 (*channel++).hw_value = txpwr >> 8; in rtl8187_probe()