Searched refs:aligned_tx_buf (Results 1 – 1 of 1) sorted by relevance
413 uint8_t *aligned_tx_buf = RT_NULL; in hpm_spi_xfer_dma() local428 aligned_tx_buf = (uint8_t*)HPM_L1C_CACHELINE_ALIGN_UP((uint32_t)raw_alloc_tx_buf); in hpm_spi_xfer_dma()429 rt_memcpy(aligned_tx_buf, msg->send_buf, msg->length); in hpm_spi_xfer_dma()430 l1c_dc_flush((uint32_t) aligned_tx_buf, aligned_len); in hpm_spi_xfer_dma()435 aligned_tx_buf = (uint8_t*) msg->send_buf; in hpm_spi_xfer_dma()453 uint8_t *tx_buf = aligned_tx_buf; in hpm_spi_xfer_dma()556 if (aligned_tx_buf != RT_NULL) in hpm_spi_xfer_dma()560 aligned_tx_buf = RT_NULL; in hpm_spi_xfer_dma()
Completed in 3 milliseconds