Home
last modified time | relevance | path

Searched refs:aligned_end (Results 1 – 14 of 14) sorted by relevance

/bsp/hpmicro/libraries/hpm_sdk/components/serial_nor/interface/spi/
A Dhpm_serial_nor_host_spi.c265 uint32_t aligned_end; in write() local
288aligned_end = HPM_L1C_CACHELINE_ALIGN_UP((uint32_t)cmd_seq->data_phase.buf + cmd_seq->data_phase.l… in write()
289 aligned_size = aligned_end - aligned_start; in write()
309 uint32_t aligned_end; in read() local
356 aligned_end = HPM_L1C_CACHELINE_ALIGN_UP(read_size); in read()
357 aligned_size = aligned_end - aligned_start; in read()
/bsp/hpmicro/libraries/drivers/
A Ddrv_lcd.c92 uint32_t aligned_start, aligned_end, aligned_size; in hpm_lcd_control() local
120 aligned_end = HPM_L1C_CACHELINE_ALIGN_UP(buffer + lcd->lcd_buffer_size); in hpm_lcd_control()
121 aligned_size = aligned_end - aligned_start; in hpm_lcd_control()
A Ddrv_uart_v2.c597 …uint32_t aligned_end = HPM_L1C_CACHELINE_ALIGN_UP((uint32_t)uart->rx_idle_tmp_buffer + rx_idle_tmp… in uart_rx_done() local
598 uint32_t aligned_size = aligned_end - aligned_start; in uart_rx_done()
610 …uint32_t aligned_end = HPM_L1C_CACHELINE_ALIGN_UP((uint32_t)rx_fifo->rb.buffer_ptr + serial->confi… in uart_rx_done() local
611 uint32_t aligned_size = aligned_end - aligned_start; in uart_rx_done()
1045 uint32_t aligned_end = HPM_L1C_CACHELINE_ALIGN_UP((uint32_t)buf + size); local
1046 uint32_t aligned_size = aligned_end - aligned_start;
A Ddrv_sdio.c486 … rt_size_t aligned_end = SDXC_CACHELINE_ALIGN_UP((uint32_t)sdxc_data.tx_data + write_size); in hpm_sdmmc_request() local
487 aligned_size = aligned_end - aligned_start; in hpm_sdmmc_request()
582 … rt_size_t aligned_end = SDXC_CACHELINE_ALIGN_UP((uint32_t)sdxc_data.rx_data + read_size); in hpm_sdmmc_request() local
583 uint32_t aligned_size = aligned_end - aligned_start; in hpm_sdmmc_request()
/bsp/hpmicro/hpm5301evklite/board/
A Dfal_flash_port.c111 rt_uint32_t aligned_end = HPM_L1C_CACHELINE_ALIGN_UP(flash_addr + size); in read() local
112 rt_uint32_t aligned_size = aligned_end - aligned_start; in read()
/bsp/hpmicro/hpm6300evk/board/
A Dfal_flash_port.c111 rt_uint32_t aligned_end = HPM_L1C_CACHELINE_ALIGN_UP(flash_addr + size); in read() local
112 rt_uint32_t aligned_size = aligned_end - aligned_start; in read()
/bsp/hpmicro/hpm6750evk/board/
A Dfal_flash_port.c124 rt_uint32_t aligned_end = HPM_L1C_CACHELINE_ALIGN_UP(flash_addr + size); in read() local
125 rt_uint32_t aligned_size = aligned_end - aligned_start; in read()
/bsp/hpmicro/hpm5300evk/board/
A Dfal_flash_port.c111 rt_uint32_t aligned_end = HPM_L1C_CACHELINE_ALIGN_UP(flash_addr + size); in read() local
112 rt_uint32_t aligned_size = aligned_end - aligned_start; in read()
/bsp/hpmicro/hpm6200evk/board/
A Dfal_flash_port.c111 rt_uint32_t aligned_end = HPM_L1C_CACHELINE_ALIGN_UP(flash_addr + size); in read() local
112 rt_uint32_t aligned_size = aligned_end - aligned_start; in read()
/bsp/hpmicro/hpm6750evk2/board/
A Dfal_flash_port.c125 rt_uint32_t aligned_end = HPM_L1C_CACHELINE_ALIGN_UP(flash_addr + size); in read() local
126 rt_uint32_t aligned_size = aligned_end - aligned_start; in read()
/bsp/hpmicro/hpm6750evkmini/board/
A Dfal_flash_port.c125 rt_uint32_t aligned_end = HPM_L1C_CACHELINE_ALIGN_UP(flash_addr + size); in read() local
126 rt_uint32_t aligned_size = aligned_end - aligned_start; in read()
/bsp/hpmicro/hpm6800evk/board/
A Dfal_flash_port.c125 rt_uint32_t aligned_end = HPM_L1C_CACHELINE_ALIGN_UP(flash_addr + size); in read() local
126 rt_uint32_t aligned_size = aligned_end - aligned_start; in read()
/bsp/hpmicro/hpm6e00evk/board/
A Dfal_flash_port.c125 rt_uint32_t aligned_end = HPM_L1C_CACHELINE_ALIGN_UP(flash_addr + size); in read() local
126 rt_uint32_t aligned_size = aligned_end - aligned_start; in read()
/bsp/hpmicro/libraries/hpm_sdk/components/spi/
A Dhpm_spi.c546 … uint32_t aligned_end = HPM_L1C_CACHELINE_ALIGN_UP((uint32_t)context->tx_buff + context->tx_size); in hpm_spi_setup_dma_transfer() local
547 uint32_t aligned_size = aligned_end - aligned_start; in hpm_spi_setup_dma_transfer()
553 … uint32_t aligned_end = HPM_L1C_CACHELINE_ALIGN_UP((uint32_t)context->rx_buff + context->rx_size); in hpm_spi_setup_dma_transfer() local
554 uint32_t aligned_size = aligned_end - aligned_start; in hpm_spi_setup_dma_transfer()

Completed in 24 milliseconds