Searched refs:phyctl (Results 1 – 2 of 2) sorted by relevance
/linux/drivers/phy/allwinner/ |
A D | phy-sun4i-usb.c | 204 writel(0, phyctl); in sun4i_usb_phy_write() 208 temp = readl(phyctl); in sun4i_usb_phy_write() 215 writel(temp, phyctl); in sun4i_usb_phy_write() 218 temp = readb(phyctl); in sun4i_usb_phy_write() 224 writeb(temp, phyctl); in sun4i_usb_phy_write() 227 temp = readb(phyctl); in sun4i_usb_phy_write() 229 writeb(temp, phyctl); in sun4i_usb_phy_write() 231 temp = readb(phyctl); in sun4i_usb_phy_write() 233 writeb(temp, phyctl); in sun4i_usb_phy_write() 343 void __iomem *phyctl = data->base + in sun4i_usb_phy_exit() local [all …]
|
/linux/drivers/net/wireless/broadcom/brcm80211/brcmsmac/ |
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() 3952 u16 phyctl; in brcms_c_beacon_phytxctl_txant_upd() local 3961 phyctl = (phyctl & ~mask) | phytxant; in brcms_c_beacon_phytxctl_txant_upd() 6170 u16 mch, phyctl, xfts, mainrates; in brcms_c_d11hdrs_mac80211() local 6658 phyctl = frametype(rspec[0], wlc->mimoft); in brcms_c_d11hdrs_mac80211() 6662 phyctl |= PHY_TXC_SHORT_HDR; in brcms_c_d11hdrs_mac80211() [all …]
|
Completed in 16 milliseconds