Searched refs:kCLOCK_AllDomainEnable (Results 1 – 8 of 8) sorted by relevance
122 … CLOCK_EnableFro0ClkForDomain(kCLOCK_AllDomainEnable); /* Enable FRO0 MAX clock for all domains. */ in BOARD_BootClockRUN()130 CLOCK_EnableMainPllPfdClkForDomain(kCLOCK_Pfd0, kCLOCK_AllDomainEnable); in BOARD_BootClockRUN()131 CLOCK_EnableMainPllPfdClkForDomain(kCLOCK_Pfd1, kCLOCK_AllDomainEnable); in BOARD_BootClockRUN()132 CLOCK_EnableMainPllPfdClkForDomain(kCLOCK_Pfd2, kCLOCK_AllDomainEnable); in BOARD_BootClockRUN()133 CLOCK_EnableMainPllPfdClkForDomain(kCLOCK_Pfd3, kCLOCK_AllDomainEnable); in BOARD_BootClockRUN()154 CLOCK_EnableAudioPllPfdClkForDomain(kCLOCK_Pfd1, kCLOCK_AllDomainEnable); in BOARD_BootClockRUN()155 CLOCK_EnableAudioPllPfdClkForDomain(kCLOCK_Pfd3, kCLOCK_AllDomainEnable); in BOARD_BootClockRUN()
65 CLOCK_EnableFro2ClkForDomain(kCLOCK_AllDomainEnable); in BOARD_BootClockRUN()
1132 CLKCTL0->FRO0MAXDOMAINEN = domainEnable & (uint32_t)kCLOCK_AllDomainEnable; in CLOCK_EnableFro0ClkForDomain()1646 CLKCTL3->FRO2MAXDOMAINEN = domainEnable & (uint32_t)kCLOCK_AllDomainEnable; in CLOCK_EnableFro2ClkForDomain()1656 …CLKCTL2->MAINPLL0PFDDOMAINEN = pfdValue | ((domainEnable & (uint32_t)kCLOCK_AllDomainEnable) << (8… in CLOCK_EnableMainPllPfdClkForDomain()1666 …CLKCTL2->AUDIOPLL0PFDDOMAINEN = pfdValue | ((domainEnable & (uint32_t)kCLOCK_AllDomainEnable) << (… in CLOCK_EnableAudioPllPfdClkForDomain()1671 CLKCTL2->AUDIOPLL0VCODOMAINEN = domainEnable & (uint32_t)kCLOCK_AllDomainEnable; in CLOCK_EnableAudioPllVcoClkForDomain()
1817 kCLOCK_AllDomainEnable = 0x7FU /*!< Clock Control of all Domain. */ enumerator