Home
last modified time | relevance | path

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

/linux/drivers/reset/
H A Dreset-rzg2l-usbphy-ctrl.c29 #define PHY_RESET_PORT2 (RESET_SEL_P2RESET | RESET_PHYRST_2) macro
50 u32 port_mask = PHY_RESET_PORT1 | PHY_RESET_PORT2; in rzg2l_usbphy_ctrl_assert()
57 val |= id ? PHY_RESET_PORT2 : PHY_RESET_PORT1; in rzg2l_usbphy_ctrl_assert()
78 val &= ~(RESET_PLLRESET | (id ? PHY_RESET_PORT2 : PHY_RESET_PORT1)); in rzg2l_usbphy_ctrl_deassert()
91 port_mask = id ? PHY_RESET_PORT2 : PHY_RESET_PORT1; in rzg2l_usbphy_ctrl_status()
104 val |= RESET_SEL_PLLRESET | RESET_PLLRESET | PHY_RESET_PORT2 | PHY_RESET_PORT1; in rzg2l_usbphy_ctrl_init()
286 if (!(val & PHY_RESET_PORT2) || !(val & PHY_RESET_PORT1)) in rzg2l_usbphy_ctrl_suspend()