Home
last modified time | relevance | path

Searched refs:phyctrl (Results 1 – 5 of 5) sorted by relevance

/linux-4.4.14/drivers/ata/
Dahci_brcmstb.c112 void __iomem *phyctrl = priv->top_ctrl + SATA_TOP_CTRL_PHY_CTRL + in brcm_sata_phy_enable() local
118 p = phyctrl + SATA_TOP_CTRL_PHY_CTRL_1; in brcm_sata_phy_enable()
124 p = phyctrl + SATA_TOP_CTRL_PHY_CTRL_2; in brcm_sata_phy_enable()
141 void __iomem *phyctrl = priv->top_ctrl + SATA_TOP_CTRL_PHY_CTRL + in brcm_sata_phy_disable() local
147 p = phyctrl + SATA_TOP_CTRL_PHY_CTRL_2; in brcm_sata_phy_disable()
155 p = phyctrl + SATA_TOP_CTRL_PHY_CTRL_1; in brcm_sata_phy_disable()
/linux-4.4.14/include/video/
Dsh_mipi_dsi.h52 u32 phyctrl; /* for extra setting */ member
/linux-4.4.14/Documentation/devicetree/bindings/phy/
Dphy-stih407-usb.txt8 - st,syscfg : phandle of sysconfig bank plus integer array containing phyparam and phyctrl registe…
/linux-4.4.14/drivers/usb/phy/
Dphy-mxs-usb.c278 u32 phyctrl = readl(base + HW_USBPHY_CTRL); in mxs_phy_is_otg_host() local
281 !(phyctrl & BM_USBPHY_CTRL_OTG_ID_VALUE)) in mxs_phy_is_otg_host()
/linux-4.4.14/drivers/video/fbdev/
Dsh_mipi_dsi.c258 iowrite32(0x03070001 | pdata->phyctrl, base + PHYCTRL); in sh_mipi_setup()