Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/phy/
Dphy-sun4i-usb.c162 void *phyctl; in sun4i_usb_phy_write() local
168 phyctl = phy_data->base + REG_PHYCTL_A33; in sun4i_usb_phy_write()
170 writel(0, phyctl); in sun4i_usb_phy_write()
172 phyctl = phy_data->base + REG_PHYCTL_A10; in sun4i_usb_phy_write()
176 temp = readl(phyctl); in sun4i_usb_phy_write()
183 writel(temp, phyctl); in sun4i_usb_phy_write()
186 temp = readb(phyctl); in sun4i_usb_phy_write()
192 writeb(temp, phyctl); in sun4i_usb_phy_write()
195 temp = readb(phyctl); in sun4i_usb_phy_write()
197 writeb(temp, phyctl); in sun4i_usb_phy_write()
[all …]
/linux-4.4.14/drivers/net/wireless/brcm80211/brcmsmac/
Dmain.c1619 u16 phyctl; in brcms_c_ucode_txant_set() local
1624 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() local
3980 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 …]