Searched refs:phyctl (Results 1 – 1 of 1) sorted by relevance
1619 u16 phyctl; in brcms_c_ucode_txant_set() local1624 phyctl = brcms_b_read_shm(wlc_hw, M_CTXPRS_BLK + C_CTX_PCTLWD_POS); in brcms_c_ucode_txant_set()1625 phyctl = (phyctl & ~mask) | phytxant; in brcms_c_ucode_txant_set()1626 brcms_b_write_shm(wlc_hw, M_CTXPRS_BLK + C_CTX_PCTLWD_POS, phyctl); in brcms_c_ucode_txant_set()1629 phyctl = brcms_b_read_shm(wlc_hw, M_RSP_PCTLWD); in brcms_c_ucode_txant_set()1630 phyctl = (phyctl & ~mask) | phytxant; in brcms_c_ucode_txant_set()1631 brcms_b_write_shm(wlc_hw, M_RSP_PCTLWD, phyctl); in brcms_c_ucode_txant_set()3972 u16 phyctl; in brcms_c_beacon_phytxctl_txant_upd() local3980 phyctl = brcms_b_read_shm(wlc->hw, M_BCN_PCTLWD); in brcms_c_beacon_phytxctl_txant_upd()3981 phyctl = (phyctl & ~mask) | phytxant; in brcms_c_beacon_phytxctl_txant_upd()[all …]