| /bsp/hpmicro/hpm5301evklite/board/ |
| A D | fal_flash_port.c | 112 rt_uint32_t aligned_size = aligned_end - aligned_start; in read() local 114 l1c_dc_invalidate(aligned_start, aligned_size); in read() 219 rt_uint32_t aligned_size = (size + nor_flash0.blk_size - 1U) & ~(nor_flash0.blk_size - 1U); in erase() local 228 while (aligned_size > 0) in erase() 231 if ((offset % block_size == 0) && (aligned_size >= block_size)) in erase() 249 aligned_size -= erase_unit; in erase()
|
| /bsp/hpmicro/hpm6300evk/board/ |
| A D | fal_flash_port.c | 112 rt_uint32_t aligned_size = aligned_end - aligned_start; in read() local 114 l1c_dc_invalidate(aligned_start, aligned_size); in read() 219 rt_uint32_t aligned_size = (size + nor_flash0.blk_size - 1U) & ~(nor_flash0.blk_size - 1U); in erase() local 228 while (aligned_size > 0) in erase() 231 if ((offset % block_size == 0) && (aligned_size >= block_size)) in erase() 249 aligned_size -= erase_unit; in erase()
|
| /bsp/hpmicro/hpm6750evk/board/ |
| A D | fal_flash_port.c | 125 rt_uint32_t aligned_size = aligned_end - aligned_start; in read() local 127 l1c_dc_invalidate(aligned_start, aligned_size); in read() 232 rt_uint32_t aligned_size = (size + nor_flash0.blk_size - 1U) & ~(nor_flash0.blk_size - 1U); in erase() local 241 while (aligned_size > 0) in erase() 244 if ((offset % block_size == 0) && (aligned_size >= block_size)) in erase() 262 aligned_size -= erase_unit; in erase()
|
| /bsp/hpmicro/hpm5300evk/board/ |
| A D | fal_flash_port.c | 112 rt_uint32_t aligned_size = aligned_end - aligned_start; in read() local 114 l1c_dc_invalidate(aligned_start, aligned_size); in read() 219 rt_uint32_t aligned_size = (size + nor_flash0.blk_size - 1U) & ~(nor_flash0.blk_size - 1U); in erase() local 228 while (aligned_size > 0) in erase() 231 if ((offset % block_size == 0) && (aligned_size >= block_size)) in erase() 249 aligned_size -= erase_unit; in erase()
|
| /bsp/hpmicro/hpm6200evk/board/ |
| A D | fal_flash_port.c | 112 rt_uint32_t aligned_size = aligned_end - aligned_start; in read() local 114 l1c_dc_invalidate(aligned_start, aligned_size); in read() 219 rt_uint32_t aligned_size = (size + nor_flash0.blk_size - 1U) & ~(nor_flash0.blk_size - 1U); in erase() local 228 while (aligned_size > 0) in erase() 231 if ((offset % block_size == 0) && (aligned_size >= block_size)) in erase() 249 aligned_size -= erase_unit; in erase()
|
| /bsp/hpmicro/hpm6750evk2/board/ |
| A D | fal_flash_port.c | 126 rt_uint32_t aligned_size = aligned_end - aligned_start; in read() local 128 l1c_dc_invalidate(aligned_start, aligned_size); in read() 233 rt_uint32_t aligned_size = (size + nor_flash0.blk_size - 1U) & ~(nor_flash0.blk_size - 1U); in erase() local 242 while (aligned_size > 0) in erase() 245 if ((offset % block_size == 0) && (aligned_size >= block_size)) in erase() 263 aligned_size -= erase_unit; in erase()
|
| /bsp/hpmicro/hpm6750evkmini/board/ |
| A D | fal_flash_port.c | 126 rt_uint32_t aligned_size = aligned_end - aligned_start; in read() local 128 l1c_dc_invalidate(aligned_start, aligned_size); in read() 233 rt_uint32_t aligned_size = (size + nor_flash0.blk_size - 1U) & ~(nor_flash0.blk_size - 1U); in erase() local 242 while (aligned_size > 0) in erase() 245 if ((offset % block_size == 0) && (aligned_size >= block_size)) in erase() 263 aligned_size -= erase_unit; in erase()
|
| /bsp/hpmicro/hpm6800evk/board/ |
| A D | fal_flash_port.c | 126 rt_uint32_t aligned_size = aligned_end - aligned_start; in read() local 128 l1c_dc_invalidate(aligned_start, aligned_size); in read() 233 rt_uint32_t aligned_size = (size + nor_flash0.blk_size - 1U) & ~(nor_flash0.blk_size - 1U); in erase() local 242 while (aligned_size > 0) in erase() 245 if ((offset % block_size == 0) && (aligned_size >= block_size)) in erase() 263 aligned_size -= erase_unit; in erase()
|
| /bsp/hpmicro/hpm6e00evk/board/ |
| A D | fal_flash_port.c | 126 rt_uint32_t aligned_size = aligned_end - aligned_start; in read() local 128 l1c_dc_invalidate(aligned_start, aligned_size); in read() 233 rt_uint32_t aligned_size = (size + nor_flash0.blk_size - 1U) & ~(nor_flash0.blk_size - 1U); in erase() local 242 while (aligned_size > 0) in erase() 245 if ((offset % block_size == 0) && (aligned_size >= block_size)) in erase() 263 aligned_size -= erase_unit; in erase()
|
| /bsp/nxp/imx/imxrt/libraries/drivers/vglite/VGLiteKernel/rtos/ |
| A D | vg_lite_hal.c | 235 unsigned long aligned_size; in vg_lite_hal_allocate_contiguous() local 239 aligned_size = (size + 63) & ~63; in vg_lite_hal_allocate_contiguous() 242 if (aligned_size > device->heap.free) { in vg_lite_hal_allocate_contiguous() 251 if (pos->status == 0 && pos->size >= aligned_size) { in vg_lite_hal_allocate_contiguous() 253 if (0 != split_node(pos, aligned_size)) in vg_lite_hal_allocate_contiguous() 264 device->heap.free -= aligned_size; in vg_lite_hal_allocate_contiguous()
|
| /bsp/hpmicro/libraries/hpm_sdk/components/serial_nor/interface/spi/ |
| A D | hpm_serial_nor_host_spi.c | 266 uint32_t aligned_size; in write() local 289 aligned_size = aligned_end - aligned_start; in write() 290 l1c_dc_writeback(aligned_start, aligned_size); in write() 310 uint32_t aligned_size; in read() local 357 aligned_size = aligned_end - aligned_start; in read() 358 l1c_dc_invalidate(aligned_start, aligned_size); in read()
|
| /bsp/hpmicro/libraries/drivers/ |
| A D | drv_lcd.c | 92 uint32_t aligned_start, aligned_end, aligned_size; in hpm_lcd_control() local 121 aligned_size = aligned_end - aligned_start; in hpm_lcd_control() 122 l1c_dc_writeback(aligned_start, aligned_size); in hpm_lcd_control()
|
| A D | drv_sdio.c | 462 uint32_t aligned_size; in hpm_sdmmc_request() local 479 aligned_size = write_size; in hpm_sdmmc_request() 487 aligned_size = aligned_end - aligned_start; in hpm_sdmmc_request() 489 l1c_dc_flush(aligned_start, aligned_size); in hpm_sdmmc_request() 583 uint32_t aligned_size = aligned_end - aligned_start; in hpm_sdmmc_request() local 585 l1c_dc_invalidate(aligned_start, aligned_size); in hpm_sdmmc_request()
|
| A D | drv_uart_v2.c | 598 uint32_t aligned_size = aligned_end - aligned_start; in uart_rx_done() local 599 l1c_dc_invalidate(aligned_start, aligned_size); in uart_rx_done() 611 uint32_t aligned_size = aligned_end - aligned_start; in uart_rx_done() local 612 l1c_dc_invalidate(aligned_start, aligned_size); in uart_rx_done() 1046 uint32_t aligned_size = aligned_end - aligned_start; local 1047 l1c_dc_flush(aligned_start, aligned_size);
|
| /bsp/hpmicro/libraries/hpm_sdk/components/spi/ |
| A D | hpm_spi.c | 547 uint32_t aligned_size = aligned_end - aligned_start; in hpm_spi_setup_dma_transfer() local 548 l1c_dc_writeback(aligned_start, aligned_size); in hpm_spi_setup_dma_transfer() 554 uint32_t aligned_size = aligned_end - aligned_start; in hpm_spi_setup_dma_transfer() local 555 l1c_dc_invalidate(aligned_start, aligned_size); in hpm_spi_setup_dma_transfer()
|