Home
last modified time | relevance | path

Searched refs:LCNPHY_TX_PWR_CTRL_HW (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.4/drivers/net/wireless/broadcom/brcm80211/brcmsmac/phy/
Dphy_lcn.c2438 mode == LCNPHY_TX_PWR_CTRL_HW) in wlc_lcnphy_set_tx_pwr_ctrl_mode()
2442 current_mode = LCNPHY_TX_PWR_CTRL_HW; in wlc_lcnphy_set_tx_pwr_ctrl_mode()
2456 ((LCNPHY_TX_PWR_CTRL_HW == mode) ? 1 : 0) << 6); in wlc_lcnphy_set_tx_pwr_ctrl()
2459 ((LCNPHY_TX_PWR_CTRL_HW == mode) ? 0 : 1) << 4); in wlc_lcnphy_set_tx_pwr_ctrl()
2462 if (LCNPHY_TX_PWR_CTRL_HW == old_mode) { in wlc_lcnphy_set_tx_pwr_ctrl()
2468 if (LCNPHY_TX_PWR_CTRL_HW == mode) { in wlc_lcnphy_set_tx_pwr_ctrl()
3135 wlc_lcnphy_set_tx_pwr_ctrl(pi, LCNPHY_TX_PWR_CTRL_HW); in wlc_lcnphy_tx_pwr_ctrl_init()
4857 wlc_lcnphy_set_tx_pwr_ctrl(pi, LCNPHY_TX_PWR_CTRL_HW); in wlc_phy_init_lcnphy()
4979 return (LCNPHY_TX_PWR_CTRL_HW == in wlc_phy_tpc_isenabled_lcnphy()
Dphy_int.h999 #define LCNPHY_TX_PWR_CTRL_HW ((0x1 << 15) | \ macro