Home
last modified time | relevance | path

Searched refs:PHY_RST (Results 1 – 7 of 7) sorted by relevance

/linux-4.4.14/drivers/usb/phy/
Dphy-rcar-usb.c55 #define PHY_RST (1 << 2) macro
130 iowrite32(PHY_ENB | PLL_ENB | PHY_RST, (reg0 + USBPCTRL1)); in rcar_usb_phy_init()
/linux-4.4.14/drivers/scsi/mvsas/
Dmv_defs.h228 PHY_RST = (1U << 0), /* phy reset */ enumerator
Dmv_64xx.c130 tmp |= PHY_RST; in mvs_64xx_phy_reset()
Dmv_94xx.c297 tmp |= PHY_RST; in mvs_94xx_phy_reset()
/linux-4.4.14/arch/sh/kernel/cpu/sh4a/
Dsetup-sh7786.c433 #define PHY_RST 0x00000004 macro
458 __raw_writel(PHY_ENB | PLL_ENB | PHY_RST, USBPCTL1); in sh7786_usb_setup()
/linux-4.4.14/drivers/media/i2c/
Dtc358743_regs.h367 #define PHY_RST 0x8535 macro
Dtc358743.c512 i2c_wr8_and_or(sd, PHY_RST, ~MASK_RESET_CTRL, 0); in tc358743_reset_phy()
513 i2c_wr8_and_or(sd, PHY_RST, ~MASK_RESET_CTRL, MASK_RESET_CTRL); in tc358743_reset_phy()