Searched refs:phy_ctrl_reg (Results 1 – 2 of 2) sorted by relevance
/trusted-firmware-a-latest/plat/brcm/board/stingray/driver/ |
D | usb_phy.c | 75 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() 104 mmio_setbits_32(u2_phy->phy_ctrl_reg, USB2_AFE_LDO_PWRDWNB); in u2_phy_ext_fsm_power_on() 112 mmio_setbits_32(u2_phy->phy_ctrl_reg, USB2_AFE_PLL_PWRDWNB); in u2_phy_ext_fsm_power_on() 116 mmio_clrbits_32(u2_phy->phy_ctrl_reg, USB2_PHY_ISO); in u2_phy_ext_fsm_power_on() 119 mmio_clrbits_32(u2_phy->phy_ctrl_reg, u2_phy->phy_iddq); in u2_phy_ext_fsm_power_on() [all …]
|
/trusted-firmware-a-latest/plat/brcm/board/stingray/include/ |
D | usb_phy.h | 237 uint32_t phy_ctrl_reg; member
|