Searched refs:steps (Results 1 – 10 of 10) sorted by relevance
135 uint32_t steps; in getTcpuFvcoFreq() local137 …steps = (SYSCTL2->PLL_CTRL & SYSCTL2_PLL_CTRL_TCPU_FBDIV_MASK) >> SYSCTL2_PLL_CTRL_TCPU_FBDIV_SHIF… in getTcpuFvcoFreq()139 if ((CLK_XTAL_OSC_CLK == CLK_XTAL_OSC_CLK_40000KHZ) && (steps >= 75UL) && (steps <= 96UL)) in getTcpuFvcoFreq()142 steps -= 75UL; in getTcpuFvcoFreq()143 freq = CLOCK_MHZ(3000UL) + steps * CLOCK_MHZ(40UL); in getTcpuFvcoFreq()145 else if ((CLK_XTAL_OSC_CLK == CLK_XTAL_OSC_CLK_38400KHZ) && (steps >= 78UL) && (steps <= 100UL)) in getTcpuFvcoFreq()148 steps -= 78UL; in getTcpuFvcoFreq()149 freq = CLOCK_KHZ(2995200UL) + steps * CLOCK_KHZ(38400UL); in getTcpuFvcoFreq()
178 uint32_t steps; in CLOCK_GetTcpuFvcoFreq() local180 …steps = (SYSCTL2->PLL_CTRL & SYSCTL2_PLL_CTRL_TCPU_FBDIV_MASK) >> SYSCTL2_PLL_CTRL_TCPU_FBDIV_SHIF… in CLOCK_GetTcpuFvcoFreq()182 if ((CLK_XTAL_OSC_CLK == CLK_XTAL_OSC_CLK_40000KHZ) && (steps >= 75UL) && (steps <= 96UL)) in CLOCK_GetTcpuFvcoFreq()185 steps -= 75UL; in CLOCK_GetTcpuFvcoFreq()186 freq = CLOCK_MHZ(3000UL) + steps * CLOCK_MHZ(40UL); in CLOCK_GetTcpuFvcoFreq()188 else if ((CLK_XTAL_OSC_CLK == CLK_XTAL_OSC_CLK_38400KHZ) && (steps >= 78UL) && (steps <= 100UL)) in CLOCK_GetTcpuFvcoFreq()191 steps -= 78UL; in CLOCK_GetTcpuFvcoFreq()192 freq = CLOCK_KHZ(2995200UL) + steps * CLOCK_KHZ(38400UL); in CLOCK_GetTcpuFvcoFreq()1179 uint32_t steps = 0UL; in CLOCK_CfgTcpuRefClk() local1187 steps = (freq + CLOCK_MHZ(20UL) - CLOCK_MHZ(3000UL)) / CLOCK_MHZ(40UL); in CLOCK_CfgTcpuRefClk()[all …]
67 buffer to the RPMsg/virtio buffer in the shared memory. The sequence of no-copy sending steps to be…75 buffer in the shared memory to the application buffer. The sequence of no-copy receiving steps to b…
146 … project, need to follow the pull-request flow. Knowledge for **Git** is required with below steps.
136 …this software in source code form from SanDisk. Please follow these easy steps to obtain the lice…
679 Please follow these easy steps to obtain the license and software:
270 This function contains several steps: