Searched refs:u2_phy (Results 1 – 1 of 1) sorted by relevance
73 static void u2_phy_ext_fsm_power_on(struct u2_phy_ext_fsm *u2_phy) in u2_phy_ext_fsm_power_on() argument75 mmio_setbits_32(u2_phy->phy_ctrl_reg, USB2_PHY_ISO); in u2_phy_ext_fsm_power_on()79 mmio_setbits_32(u2_phy->phy_ctrl_reg, u2_phy->phy_iddq); in u2_phy_ext_fsm_power_on()83 mmio_clrbits_32(u2_phy->phy_ctrl_reg, in u2_phy_ext_fsm_power_on()89 mmio_clrsetbits_32(u2_phy->phy_ctrl_reg, in u2_phy_ext_fsm_power_on()95 mmio_setbits_32(u2_phy->phy_ctrl_reg, USB2_CTRL_CORERDY); in u2_phy_ext_fsm_power_on()99 mmio_setbits_32(u2_phy->phy_ctrl_reg, USB2_AFE_BG_PWRDWNB); in u2_phy_ext_fsm_power_on()103 mmio_setbits_32(u2_phy->pwr_ctrl_reg, u2_phy->pwr_onin); in u2_phy_ext_fsm_power_on()104 mmio_setbits_32(u2_phy->phy_ctrl_reg, USB2_AFE_LDO_PWRDWNB); in u2_phy_ext_fsm_power_on()108 mmio_setbits_32(u2_phy->pwr_ctrl_reg, u2_phy->pwr_okin); in u2_phy_ext_fsm_power_on()[all …]