Searched refs:raw_alloc_rx_buf (Results 1 – 1 of 1) sorted by relevance
412 uint8_t *raw_alloc_rx_buf = RT_NULL; in hpm_spi_xfer_dma() local443 … raw_alloc_rx_buf = (uint8_t*)rt_malloc(aligned_len + HPM_L1C_CACHELINE_SIZE - RT_ALIGN_SIZE); in hpm_spi_xfer_dma()444 RT_ASSERT(raw_alloc_rx_buf != RT_NULL); in hpm_spi_xfer_dma()445 aligned_rx_buf = (uint8_t*)HPM_L1C_CACHELINE_ALIGN_UP((uint32_t)raw_alloc_rx_buf); in hpm_spi_xfer_dma()567 rt_free(raw_alloc_rx_buf); in hpm_spi_xfer_dma()568 raw_alloc_rx_buf = RT_NULL; in hpm_spi_xfer_dma()
Completed in 4 milliseconds