Lines Matching refs:txpwr
1433 u16 txpwr, reg; in rtl8187_probe() local
1509 &txpwr); in rtl8187_probe()
1510 (*channel++).hw_value = txpwr & 0xFF; in rtl8187_probe()
1511 (*channel++).hw_value = txpwr >> 8; in rtl8187_probe()
1515 &txpwr); in rtl8187_probe()
1516 (*channel++).hw_value = txpwr & 0xFF; in rtl8187_probe()
1517 (*channel++).hw_value = txpwr >> 8; in rtl8187_probe()
1583 &txpwr); in rtl8187_probe()
1584 (*channel++).hw_value = txpwr & 0xFF; in rtl8187_probe()
1585 (*channel++).hw_value = txpwr >> 8; in rtl8187_probe()
1589 &txpwr); in rtl8187_probe()
1590 (*channel++).hw_value = txpwr & 0xFF; in rtl8187_probe()
1592 eeprom_93cx6_read(&eeprom, 0x0A, &txpwr); in rtl8187_probe()
1593 (*channel++).hw_value = txpwr & 0xFF; in rtl8187_probe()
1595 eeprom_93cx6_read(&eeprom, 0x1C, &txpwr); in rtl8187_probe()
1596 (*channel++).hw_value = txpwr & 0xFF; in rtl8187_probe()
1597 (*channel++).hw_value = txpwr >> 8; in rtl8187_probe()