Searched refs:phyctl (Results 1 – 3 of 3) sorted by relevance
/openbmc/u-boot/drivers/phy/allwinner/ |
H A D | phy-sun4i-usb.c | 146 writel(0, phyctl); in sun4i_usb_phy_write() 150 temp = readl(phyctl); in sun4i_usb_phy_write() 157 writel(temp, phyctl); in sun4i_usb_phy_write() 160 temp = readb(phyctl); in sun4i_usb_phy_write() 166 writeb(temp, phyctl); in sun4i_usb_phy_write() 169 temp = readb(phyctl); in sun4i_usb_phy_write() 171 writeb(temp, phyctl); in sun4i_usb_phy_write() 173 temp = readb(phyctl); in sun4i_usb_phy_write() 175 writeb(temp, phyctl); in sun4i_usb_phy_write() 320 void __iomem *phyctl = data->base + in sun4i_usb_phy_exit() local [all …]
|
/openbmc/linux/drivers/phy/allwinner/ |
H A D | phy-sun4i-usb.c | 193 writel(0, phyctl); in sun4i_usb_phy_write() 197 temp = readl(phyctl); in sun4i_usb_phy_write() 204 writel(temp, phyctl); in sun4i_usb_phy_write() 207 temp = readb(phyctl); in sun4i_usb_phy_write() 213 writeb(temp, phyctl); in sun4i_usb_phy_write() 216 temp = readb(phyctl); in sun4i_usb_phy_write() 218 writeb(temp, phyctl); in sun4i_usb_phy_write() 220 temp = readb(phyctl); in sun4i_usb_phy_write() 222 writeb(temp, phyctl); in sun4i_usb_phy_write() 376 void __iomem *phyctl = data->base + in sun4i_usb_phy_exit() local [all …]
|
/openbmc/linux/drivers/net/wireless/broadcom/brcm80211/brcmsmac/ |
H A D | main.c | 1611 u16 phyctl; in brcms_c_ucode_txant_set() local 1617 phyctl = (phyctl & ~mask) | phytxant; in brcms_c_ucode_txant_set() 1621 phyctl = brcms_b_read_shm(wlc_hw, M_RSP_PCTLWD); in brcms_c_ucode_txant_set() 1622 phyctl = (phyctl & ~mask) | phytxant; in brcms_c_ucode_txant_set() 1623 brcms_b_write_shm(wlc_hw, M_RSP_PCTLWD, phyctl); in brcms_c_ucode_txant_set() 3950 u16 phyctl; in brcms_c_beacon_phytxctl_txant_upd() local 3959 phyctl = (phyctl & ~mask) | phytxant; in brcms_c_beacon_phytxctl_txant_upd() 6168 u16 mch, phyctl, xfts, mainrates; in brcms_c_d11hdrs_mac80211() local 6656 phyctl = frametype(rspec[0], wlc->mimoft); in brcms_c_d11hdrs_mac80211() 6660 phyctl |= PHY_TXC_SHORT_HDR; in brcms_c_d11hdrs_mac80211() [all …]
|