Home
last modified time | relevance | path

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

/linux-4.1.27/include/video/
Dsh_mipi_dsi.h52 u32 phyctrl; /* for extra setting */ member
/linux-4.1.27/Documentation/devicetree/bindings/phy/
Dphy-stih407-usb.txt8 - st,syscfg : phandle of sysconfig bank plus integer array containing phyparam and phyctrl registe…
/linux-4.1.27/drivers/usb/phy/
Dphy-mxs-usb.c273 u32 phyctrl = readl(base + HW_USBPHY_CTRL); in mxs_phy_is_otg_host() local
276 !(phyctrl & BM_USBPHY_CTRL_OTG_ID_VALUE)) in mxs_phy_is_otg_host()
/linux-4.1.27/drivers/net/ethernet/icplus/
Dipg.c478 u8 phyctrl; in ipg_config_autoneg() local
487 phyctrl = ipg_r8(PHY_CTRL); in ipg_config_autoneg()
503 switch (phyctrl & IPG_PC_LINK_SPEED) { in ipg_config_autoneg()
523 if (phyctrl & IPG_PC_DUPLEX_STATUS) { in ipg_config_autoneg()
/linux-4.1.27/drivers/video/fbdev/
Dsh_mipi_dsi.c258 iowrite32(0x03070001 | pdata->phyctrl, base + PHYCTRL); in sh_mipi_setup()