Home
last modified time | relevance | path

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

/external/arm-trusted-firmware/plat/brcm/board/stingray/driver/
Dihost_pll_config.c76 unsigned int pll_rst_ctrl; in ARMCOE_crm_pllAssertReset() local
79 pll_rst_ctrl = mmio_read_32(ihostx_config_root + A72_CRM_PLL_PWR_ON); in ARMCOE_crm_pllAssertReset()
83 pll_rst_ctrl &= ~(0x1<<A72_CRM_PLL_PWR_ON__PLL0_RESETB_R); in ARMCOE_crm_pllAssertReset()
87 pll_rst_ctrl &= ~(0x1<<A72_CRM_PLL_PWR_ON__PLL0_POST_RESETB_R); in ARMCOE_crm_pllAssertReset()
90 mmio_write_32(ihostx_config_root + A72_CRM_PLL_PWR_ON, pll_rst_ctrl); in ARMCOE_crm_pllAssertReset()
164 unsigned int pll_rst_ctrl; in ARMCOE_crm_pllDeassertReset() local
167 pll_rst_ctrl = mmio_read_32(ihostx_config_root + A72_CRM_PLL_PWR_ON); in ARMCOE_crm_pllDeassertReset()
171 pll_rst_ctrl |= (0x1 << A72_CRM_PLL_PWR_ON__PLL0_RESETB_R); in ARMCOE_crm_pllDeassertReset()
176 pll_rst_ctrl |= (0x1 << A72_CRM_PLL_PWR_ON__PLL0_POST_RESETB_R); in ARMCOE_crm_pllDeassertReset()
179 mmio_write_32(ihostx_config_root + A72_CRM_PLL_PWR_ON, pll_rst_ctrl); in ARMCOE_crm_pllDeassertReset()