Lines Matching refs:txpwr
1434 u16 txpwr, reg; in rtl8187_probe() local
1510 &txpwr); in rtl8187_probe()
1511 (*channel++).hw_value = txpwr & 0xFF; in rtl8187_probe()
1512 (*channel++).hw_value = txpwr >> 8; in rtl8187_probe()
1516 &txpwr); in rtl8187_probe()
1517 (*channel++).hw_value = txpwr & 0xFF; in rtl8187_probe()
1518 (*channel++).hw_value = txpwr >> 8; in rtl8187_probe()
1584 &txpwr); in rtl8187_probe()
1585 (*channel++).hw_value = txpwr & 0xFF; in rtl8187_probe()
1586 (*channel++).hw_value = txpwr >> 8; in rtl8187_probe()
1590 &txpwr); in rtl8187_probe()
1591 (*channel++).hw_value = txpwr & 0xFF; in rtl8187_probe()
1593 eeprom_93cx6_read(&eeprom, 0x0A, &txpwr); in rtl8187_probe()
1594 (*channel++).hw_value = txpwr & 0xFF; in rtl8187_probe()
1596 eeprom_93cx6_read(&eeprom, 0x1C, &txpwr); in rtl8187_probe()
1597 (*channel++).hw_value = txpwr & 0xFF; in rtl8187_probe()
1598 (*channel++).hw_value = txpwr >> 8; in rtl8187_probe()