Searched refs:LCNPHY_TX_PWR_CTRL_HW (Results 1 – 2 of 2) sorted by relevance
2451 mode == LCNPHY_TX_PWR_CTRL_HW) in wlc_lcnphy_set_tx_pwr_ctrl_mode()2455 current_mode = LCNPHY_TX_PWR_CTRL_HW; in wlc_lcnphy_set_tx_pwr_ctrl_mode()2469 ((LCNPHY_TX_PWR_CTRL_HW == mode) ? 1 : 0) << 6); in wlc_lcnphy_set_tx_pwr_ctrl()2472 ((LCNPHY_TX_PWR_CTRL_HW == mode) ? 0 : 1) << 4); in wlc_lcnphy_set_tx_pwr_ctrl()2475 if (LCNPHY_TX_PWR_CTRL_HW == old_mode) { in wlc_lcnphy_set_tx_pwr_ctrl()2481 if (LCNPHY_TX_PWR_CTRL_HW == mode) { in wlc_lcnphy_set_tx_pwr_ctrl()3149 wlc_lcnphy_set_tx_pwr_ctrl(pi, LCNPHY_TX_PWR_CTRL_HW); in wlc_lcnphy_tx_pwr_ctrl_init()4877 wlc_lcnphy_set_tx_pwr_ctrl(pi, LCNPHY_TX_PWR_CTRL_HW); in wlc_phy_init_lcnphy()4999 return (LCNPHY_TX_PWR_CTRL_HW == in wlc_phy_tpc_isenabled_lcnphy()
1017 #define LCNPHY_TX_PWR_CTRL_HW ((0x1 << 15) | \ macro