Home
last modified time | relevance | path

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

/linux/drivers/net/wireless/broadcom/brcm80211/brcmsmac/
H A Dmain.c1604 u16 phyctl; in brcms_c_ucode_txant_set() local
1609 phyctl = brcms_b_read_shm(wlc_hw, M_CTXPRS_BLK + C_CTX_PCTLWD_POS); in brcms_c_ucode_txant_set()
1610 phyctl = (phyctl & ~mask) | phytxant; in brcms_c_ucode_txant_set()
1611 brcms_b_write_shm(wlc_hw, M_CTXPRS_BLK + C_CTX_PCTLWD_POS, phyctl); in brcms_c_ucode_txant_set()
1614 phyctl = brcms_b_read_shm(wlc_hw, M_RSP_PCTLWD); in brcms_c_ucode_txant_set()
1615 phyctl = (phyctl & ~mask) | phytxant; in brcms_c_ucode_txant_set()
1616 brcms_b_write_shm(wlc_hw, M_RSP_PCTLWD, phyctl); in brcms_c_ucode_txant_set()
3943 u16 phyctl; in brcms_c_beacon_phytxctl_txant_upd() local
3951 phyctl = brcms_b_read_shm(wlc->hw, M_BCN_PCTLWD); in brcms_c_beacon_phytxctl_txant_upd()
3952 phyctl = (phyctl & ~mask) | phytxant; in brcms_c_beacon_phytxctl_txant_upd()
[all …]