Searched refs:LCNPHY_TX_PWR_CTRL_HW (Results 1 – 2 of 2) sorted by relevance
2380 mode == LCNPHY_TX_PWR_CTRL_HW) in wlc_lcnphy_set_tx_pwr_ctrl_mode()2384 current_mode = LCNPHY_TX_PWR_CTRL_HW; in wlc_lcnphy_set_tx_pwr_ctrl_mode()2398 ((LCNPHY_TX_PWR_CTRL_HW == mode) ? 1 : 0) << 6); in wlc_lcnphy_set_tx_pwr_ctrl()2401 ((LCNPHY_TX_PWR_CTRL_HW == mode) ? 0 : 1) << 4); in wlc_lcnphy_set_tx_pwr_ctrl()2404 if (LCNPHY_TX_PWR_CTRL_HW == old_mode) { in wlc_lcnphy_set_tx_pwr_ctrl()2410 if (LCNPHY_TX_PWR_CTRL_HW == mode) { in wlc_lcnphy_set_tx_pwr_ctrl()3076 wlc_lcnphy_set_tx_pwr_ctrl(pi, LCNPHY_TX_PWR_CTRL_HW); in wlc_lcnphy_tx_pwr_ctrl_init()4788 wlc_lcnphy_set_tx_pwr_ctrl(pi, LCNPHY_TX_PWR_CTRL_HW); in wlc_phy_init_lcnphy()4906 return (LCNPHY_TX_PWR_CTRL_HW == in wlc_phy_tpc_isenabled_lcnphy()
999 #define LCNPHY_TX_PWR_CTRL_HW ((0x1 << 15) | \ macro