Searched refs:PHY_RESET_PORT1 (Results 1 – 1 of 1) sorted by relevance
27 #define PHY_RESET_PORT1 (RESET_SEL_P1RESET | RESET_PHYRST_1) macro45 u32 port_mask = PHY_RESET_PORT1 | PHY_RESET_PORT2; in rzg2l_usbphy_ctrl_assert()52 val |= id ? PHY_RESET_PORT2 : PHY_RESET_PORT1; in rzg2l_usbphy_ctrl_assert()73 val &= ~(RESET_PLLRESET | (id ? PHY_RESET_PORT2 : PHY_RESET_PORT1)); in rzg2l_usbphy_ctrl_deassert()86 port_mask = id ? PHY_RESET_PORT2 : PHY_RESET_PORT1; in rzg2l_usbphy_ctrl_status()152 val |= RESET_SEL_PLLRESET | RESET_PLLRESET | PHY_RESET_PORT2 | PHY_RESET_PORT1; in rzg2l_usbphy_ctrl_probe()
Completed in 3 milliseconds