Home
last modified time | relevance | path

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

/lk-master/arch/arm64/
A Dstart.S13 tmp2 .req x10 label
177 orr tmp2, vaddr, paddr
178 lsr tmp, tmp2, idx_shift
180 cmp tmp, tmp2
266 add tmp2, tmp2, tmp, lsl #MMU_IDENT_TOP_SHIFT /* tmp2 = pt entry */
350 ldr tmp2, =__bss_end
351 sub tmp2, tmp2, tmp
354 sub tmp2, tmp2, #8
356 cbnz tmp2, .L__bss_loop
376 mul tmp2, tmp2, cpuid
[all …]
/lk-master/external/platform/stm32f7xx/STM32F7xx_HAL_Driver/Src/
A Dstm32f7xx_hal_adc_ex.c180 uint32_t tmp1 = 0, tmp2 = 0; in HAL_ADCEx_InjectedStart() local
211 tmp2 = HAL_IS_BIT_CLR(hadc->Instance->CR1, ADC_CR1_JAUTO); in HAL_ADCEx_InjectedStart()
212 if (tmp1 && tmp2) { in HAL_ADCEx_InjectedStart()
218 tmp2 = HAL_IS_BIT_CLR(hadc->Instance->CR1, ADC_CR1_JAUTO); in HAL_ADCEx_InjectedStart()
219 if ((hadc->Instance == ADC1) && tmp1 && tmp2) { in HAL_ADCEx_InjectedStart()
242 uint32_t tmp1 = 0, tmp2 =0; in HAL_ADCEx_InjectedStart_IT() local
282 tmp2 = HAL_IS_BIT_CLR(hadc->Instance->CR1, ADC_CR1_JAUTO); in HAL_ADCEx_InjectedStart_IT()
283 if (tmp1 && tmp2) { in HAL_ADCEx_InjectedStart_IT()
289 tmp2 = HAL_IS_BIT_CLR(hadc->Instance->CR1, ADC_CR1_JAUTO); in HAL_ADCEx_InjectedStart_IT()
290 if ((hadc->Instance == ADC1) && tmp1 && tmp2) { in HAL_ADCEx_InjectedStart_IT()
A Dstm32f7xx_hal_dma2d.c1143 uint32_t tmp2 = 0; in DMA2D_SetConfig() local
1158 tmp2 = pdata & DMA2D_OCOLR_RED_1; in DMA2D_SetConfig()
1164 tmp = (tmp3 | tmp2 | tmp1| tmp4); in DMA2D_SetConfig()
1166 tmp = (tmp3 | tmp2 | tmp4); in DMA2D_SetConfig()
1168 tmp2 = (tmp2 >> 19); in DMA2D_SetConfig()
1171 tmp = ((tmp3 << 5) | (tmp2 << 11) | tmp4); in DMA2D_SetConfig()
1174 tmp2 = (tmp2 >> 19); in DMA2D_SetConfig()
1177 tmp = ((tmp3 << 5) | (tmp2 << 10) | (tmp1 << 15) | tmp4); in DMA2D_SetConfig()
1180 tmp2 = (tmp2 >> 20); in DMA2D_SetConfig()
1183 tmp = ((tmp3 << 4) | (tmp2 << 8) | (tmp1 << 12) | tmp4); in DMA2D_SetConfig()
A Dstm32f7xx_hal_adc.c692 uint32_t tmp1 = 0, tmp2 = 0; in HAL_ADC_IRQHandler() local
700 tmp2 = __HAL_ADC_GET_IT_SOURCE(hadc, ADC_IT_EOC); in HAL_ADC_IRQHandler()
702 if (tmp1 && tmp2) { in HAL_ADC_IRQHandler()
746 tmp2 = __HAL_ADC_GET_IT_SOURCE(hadc, ADC_IT_JEOC); in HAL_ADC_IRQHandler()
748 if (tmp1 && tmp2) { in HAL_ADC_IRQHandler()
759 tmp2 = HAL_IS_BIT_CLR(hadc->Instance->CR2, ADC_CR2_JEXTEN); in HAL_ADC_IRQHandler()
760 if (((hadc->Init.ContinuousConvMode == DISABLE) || tmp1) && tmp2) { in HAL_ADC_IRQHandler()
773 tmp2 = __HAL_ADC_GET_IT_SOURCE(hadc, ADC_IT_AWD); in HAL_ADC_IRQHandler()
775 if (tmp1 && tmp2) { in HAL_ADC_IRQHandler()
787 tmp2 = __HAL_ADC_GET_IT_SOURCE(hadc, ADC_IT_OVR); in HAL_ADC_IRQHandler()
[all …]
A Dstm32f7xx_hal_can.c971 uint32_t tmp1 = 0, tmp2 = 0, tmp3 = 0; in HAL_CAN_IRQHandler() local
978 if (tmp1 || tmp2 || tmp3) { in HAL_CAN_IRQHandler()
987 if ((tmp1 != 0) && tmp2) { in HAL_CAN_IRQHandler()
995 if ((tmp1 != 0) && tmp2) { in HAL_CAN_IRQHandler()
1001 tmp2 = __HAL_CAN_GET_IT_SOURCE(hcan, CAN_IT_EWG); in HAL_CAN_IRQHandler()
1004 if (tmp1 && tmp2 && tmp3) { in HAL_CAN_IRQHandler()
1012 tmp2 = __HAL_CAN_GET_IT_SOURCE(hcan, CAN_IT_EPV); in HAL_CAN_IRQHandler()
1015 if (tmp1 && tmp2 && tmp3) { in HAL_CAN_IRQHandler()
1023 tmp2 = __HAL_CAN_GET_IT_SOURCE(hcan, CAN_IT_BOF); in HAL_CAN_IRQHandler()
1026 if (tmp1 && tmp2 && tmp3) { in HAL_CAN_IRQHandler()
[all …]
A Dstm32f7xx_hal_dac.c354 uint32_t tmp1 = 0, tmp2 = 0; in HAL_DAC_Start() local
370 tmp2 = hdac->Instance->CR & DAC_CR_TSEL1; in HAL_DAC_Start()
372 if ((tmp1 == DAC_CR_TEN1) && (tmp2 == DAC_CR_TSEL1)) { in HAL_DAC_Start()
378 tmp2 = hdac->Instance->CR & DAC_CR_TSEL2; in HAL_DAC_Start()
380 if ((tmp1 == DAC_CR_TEN2) && (tmp2 == DAC_CR_TSEL2)) { in HAL_DAC_Start()
A Dstm32f7xx_hal_dma.c513 uint32_t temp, tmp, tmp1, tmp2; in HAL_DMA_PollForTransfer() local
531 tmp2 = __HAL_DMA_GET_FLAG(hdma, __HAL_DMA_GET_DME_FLAG_INDEX(hdma)); in HAL_DMA_PollForTransfer()
532 if ((tmp != RESET) || (tmp1 != RESET) || (tmp2 != RESET)) { in HAL_DMA_PollForTransfer()
547 if (tmp2 != RESET) { in HAL_DMA_PollForTransfer()
A Dstm32f7xx_hal_ltdc.c1099 uint32_t tmp2 = 0; in LTDC_SetConfig() local
1118 tmp2 = (pLayerCfg->Alpha0 << 24); in LTDC_SetConfig()
1120 LTDC_LAYER(hltdc, LayerIdx)->DCCR = (pLayerCfg->Backcolor.Blue | tmp | tmp1 | tmp2); in LTDC_SetConfig()
A Dstm32f7xx_hal_sd.c996 uint32_t tmp1, tmp2; in HAL_SD_CheckReadOperation() local
1001 tmp2 = hsd->SdTransferCplt; in HAL_SD_CheckReadOperation()
1004 while (((tmp1 & tmp2) == 0) && (tmp3 == SD_OK) && (timeout > 0)) { in HAL_SD_CheckReadOperation()
1006 tmp2 = hsd->SdTransferCplt; in HAL_SD_CheckReadOperation()
1051 uint32_t tmp1, tmp2; in HAL_SD_CheckWriteOperation() local
1056 tmp2 = hsd->SdTransferCplt; in HAL_SD_CheckWriteOperation()
1059 while (((tmp1 & tmp2) == 0) && (tmp3 == SD_OK) && (timeout > 0)) { in HAL_SD_CheckWriteOperation()
1061 tmp2 = hsd->SdTransferCplt; in HAL_SD_CheckWriteOperation()

Completed in 20 milliseconds