Home
last modified time | relevance | path

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

/linux/drivers/phy/allwinner/
H A Dphy-sun4i-usb.c184 void __iomem *phyctl = phy_data->base + phy_data->cfg->phyctl_offset; in sun4i_usb_phy_write() local
192 writel(0, phyctl); in sun4i_usb_phy_write()
196 temp = readl(phyctl); in sun4i_usb_phy_write()
203 writel(temp, phyctl); in sun4i_usb_phy_write()
206 temp = readb(phyctl); in sun4i_usb_phy_write()
212 writeb(temp, phyctl); in sun4i_usb_phy_write()
215 temp = readb(phyctl); in sun4i_usb_phy_write()
217 writeb(temp, phyctl); in sun4i_usb_phy_write()
219 temp = readb(phyctl); in sun4i_usb_phy_write()
221 writeb(temp, phyctl); in sun4i_usb_phy_write()
[all …]
/linux/drivers/net/wireless/broadcom/brcm80211/brcmsmac/
H A Dmain.c1603 u16 phyctl; in brcms_c_ucode_txant_set() local
1608 phyctl = brcms_b_read_shm(wlc_hw, M_CTXPRS_BLK + C_CTX_PCTLWD_POS); in brcms_c_ucode_txant_set()
1609 phyctl = (phyctl & ~mask) | phytxant; in brcms_c_ucode_txant_set()
1610 brcms_b_write_shm(wlc_hw, M_CTXPRS_BLK + C_CTX_PCTLWD_POS, phyctl); in brcms_c_ucode_txant_set()
1613 phyctl = brcms_b_read_shm(wlc_hw, M_RSP_PCTLWD); in brcms_c_ucode_txant_set()
1614 phyctl = (phyctl & ~mask) | phytxant; in brcms_c_ucode_txant_set()
1615 brcms_b_write_shm(wlc_hw, M_RSP_PCTLWD, phyctl); in brcms_c_ucode_txant_set()
3942 u16 phyctl; in brcms_c_beacon_phytxctl_txant_upd() local
3950 phyctl = brcms_b_read_shm(wlc->hw, M_BCN_PCTLWD); in brcms_c_beacon_phytxctl_txant_upd()
3951 phyctl = (phyctl & ~mask) | phytxant; in brcms_c_beacon_phytxctl_txant_upd()
[all …]