Searched refs:temp32 (Results 1 – 4 of 4) sorted by relevance
220 uint32_t temp32; in hpm_spi_prepare_dma_tx_descriptors() local226 temp32 = per_trans_size; in hpm_spi_prepare_dma_tx_descriptors()229 temp32 = tx_count; in hpm_spi_prepare_dma_tx_descriptors()241 temp32 = temp32 + 1; in hpm_spi_prepare_dma_tx_descriptors()244 temp32 = temp32 - 1; in hpm_spi_prepare_dma_tx_descriptors()246 dma_transfer_size[i] = temp32; in hpm_spi_prepare_dma_tx_descriptors()294 tx_buff_index += temp32 * context->data_len_in_byte; in hpm_spi_prepare_dma_tx_descriptors()311 uint32_t temp32; in hpm_prepare_dma_rx_descriptors() local317 temp32 = per_trans_size; in hpm_prepare_dma_rx_descriptors()320 temp32 = rx_count; in hpm_prepare_dma_rx_descriptors()[all …]
844 UINT32 temp32; in ge2dResetFIFO() local846 temp32 = inpw(REG_GE2D_MISCTL); in ge2dResetFIFO()847 temp32 |= 0x00000040; in ge2dResetFIFO()848 outpw(REG_GE2D_MISCTL, temp32); in ge2dResetFIFO()849 temp32 &= 0xffffffbf; in ge2dResetFIFO()850 outpw(REG_GE2D_MISCTL, temp32); in ge2dResetFIFO()1658 UINT32 temp32, line_control_code; in ge2dLine_DrawStyledLine() local1743 temp32 = inpw(REG_GE2D_MISCTL) & 0x0000ffff; in ge2dLine_DrawStyledLine()1744 temp32 = (line_control_code << 16) | temp32; in ge2dLine_DrawStyledLine()1772 UINT32 temp32, line_control_code; in ge2dLine_DrawStyledLine_RGB565() local[all …]
1279 rt_uint32_t capacity, temp32; in list_sd() local1314 sd_device.control(&sd_device, RT_DEVICE_CTRL_SD_GET_SCOUNT, &temp32); in list_sd()1315 capacity = ((temp32 & 0x0000FFFF) * temp16) >> 16; in list_sd()1316 capacity += ((temp32 >> 16) * temp16); in list_sd()
2061 uint32_t temp32 = base->STA; in cau3_wait() local2062 error = temp32 & kCAU3_StatusErrorIsr; in cau3_wait()2063 done = temp32 & kCAU3_StatusDoneIsr; in cau3_wait()
Completed in 26 milliseconds