Searched refs:phyctl (Results 1 – 2 of 2) sorted by relevance
| /Linux-v5.4/drivers/phy/allwinner/ |
| D | phy-sun4i-usb.c | 195 void __iomem *phyctl = phy_data->base + phy_data->cfg->phyctl_offset; in sun4i_usb_phy_write() local 203 writel(0, phyctl); in sun4i_usb_phy_write() 207 temp = readl(phyctl); in sun4i_usb_phy_write() 214 writel(temp, phyctl); in sun4i_usb_phy_write() 217 temp = readb(phyctl); in sun4i_usb_phy_write() 223 writeb(temp, phyctl); in sun4i_usb_phy_write() 226 temp = readb(phyctl); in sun4i_usb_phy_write() 228 writeb(temp, phyctl); in sun4i_usb_phy_write() 230 temp = readb(phyctl); in sun4i_usb_phy_write() 232 writeb(temp, phyctl); in sun4i_usb_phy_write() [all …]
|
| /Linux-v5.4/drivers/net/wireless/broadcom/brcm80211/brcmsmac/ |
| D | main.c | 1620 u16 phyctl; in brcms_c_ucode_txant_set() local 1625 phyctl = brcms_b_read_shm(wlc_hw, M_CTXPRS_BLK + C_CTX_PCTLWD_POS); in brcms_c_ucode_txant_set() 1626 phyctl = (phyctl & ~mask) | phytxant; in brcms_c_ucode_txant_set() 1627 brcms_b_write_shm(wlc_hw, M_CTXPRS_BLK + C_CTX_PCTLWD_POS, phyctl); in brcms_c_ucode_txant_set() 1630 phyctl = brcms_b_read_shm(wlc_hw, M_RSP_PCTLWD); in brcms_c_ucode_txant_set() 1631 phyctl = (phyctl & ~mask) | phytxant; in brcms_c_ucode_txant_set() 1632 brcms_b_write_shm(wlc_hw, M_RSP_PCTLWD, phyctl); in brcms_c_ucode_txant_set() 3973 u16 phyctl; in brcms_c_beacon_phytxctl_txant_upd() local 3981 phyctl = brcms_b_read_shm(wlc->hw, M_BCN_PCTLWD); in brcms_c_beacon_phytxctl_txant_upd() 3982 phyctl = (phyctl & ~mask) | phytxant; in brcms_c_beacon_phytxctl_txant_upd() [all …]
|