Searched refs:phyctl (Results 1 – 2 of 2) sorted by relevance
| /linux-6.15/drivers/phy/allwinner/ |
| H A D | phy-sun4i-usb.c | 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() 375 void __iomem *phyctl = data->base + in sun4i_usb_phy_exit() local [all …]
|
| /linux-6.15/drivers/net/wireless/broadcom/brcm80211/brcmsmac/ |
| H A D | main.c | 1604 u16 phyctl; in brcms_c_ucode_txant_set() local 1610 phyctl = (phyctl & ~mask) | phytxant; 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 3952 phyctl = (phyctl & ~mask) | phytxant; in brcms_c_beacon_phytxctl_txant_upd() 6161 u16 mch, phyctl, xfts, mainrates; in brcms_c_d11hdrs_mac80211() local 6649 phyctl = frametype(rspec[0], wlc->mimoft); in brcms_c_d11hdrs_mac80211() 6653 phyctl |= PHY_TXC_SHORT_HDR; in brcms_c_d11hdrs_mac80211() [all …]
|