Searched refs:LCNPHY_TX_PWR_CTRL_HW (Results 1 – 2 of 2) sorted by relevance
1769 mode == LCNPHY_TX_PWR_CTRL_HW) in wlc_lcnphy_set_tx_pwr_ctrl_mode()1773 current_mode = LCNPHY_TX_PWR_CTRL_HW; in wlc_lcnphy_set_tx_pwr_ctrl_mode()1785 (LCNPHY_TX_PWR_CTRL_HW == mode) || in wlc_lcnphy_set_tx_pwr_ctrl()1792 ((LCNPHY_TX_PWR_CTRL_HW == mode) ? 1 : 0) << 6); in wlc_lcnphy_set_tx_pwr_ctrl()1795 ((LCNPHY_TX_PWR_CTRL_HW == mode) ? 0 : 1) << 4); in wlc_lcnphy_set_tx_pwr_ctrl()1798 if (LCNPHY_TX_PWR_CTRL_HW == old_mode) { in wlc_lcnphy_set_tx_pwr_ctrl()1804 if (LCNPHY_TX_PWR_CTRL_HW == mode) { in wlc_lcnphy_set_tx_pwr_ctrl()2366 wlc_lcnphy_set_tx_pwr_ctrl(pi, LCNPHY_TX_PWR_CTRL_HW); in WLBANDINITFN()3750 wlc_lcnphy_set_tx_pwr_ctrl(pi, LCNPHY_TX_PWR_CTRL_HW); in WLBANDINITFN()5033 return (LCNPHY_TX_PWR_CTRL_HW == in wlc_phy_tpc_isenabled_lcnphy()
1105 #define LCNPHY_TX_PWR_CTRL_HW ((0x1 << 15) | \ macro