Home
last modified time | relevance | path

Searched refs:num_bytes (Results 1 – 5 of 5) sorted by relevance

/bsp/allwinner/libraries/sunxi-hal/hal/test/disp2/
A Ddisp_mem.c38 static void *disp_malloc(u32 num_bytes, void *phys_addr) in disp_malloc() argument
43 if (num_bytes != 0) { in disp_malloc()
44 actual_bytes = DISP_TEST_BYTE_ALIGN(num_bytes); in disp_malloc()
51 (void *)(*(unsigned long *)phys_addr), address, num_bytes); in disp_malloc()
55 printf("dma_alloc_coherent fail, size=0x%x\n", num_bytes); in disp_malloc()
64 static void disp_free(void *virt_addr, void *phys_addr, u32 num_bytes) in disp_free() argument
68 actual_bytes = DISP_TEST_BYTE_ALIGN(num_bytes); in disp_free()
/bsp/allwinner/libraries/sunxi-hal/hal/source/disp2/disp/
A Ddisp_sys_intf.c181 void *disp_dma_malloc(u32 num_bytes, void *phys_addr) in disp_dma_malloc() argument
186 if (num_bytes != 0) { in disp_dma_malloc()
187 actual_bytes = DISP_BYTE_ALIGN(num_bytes); in disp_dma_malloc()
193 (void *)(*(unsigned long *)phys_addr), address, num_bytes); in disp_dma_malloc()
197 DE_WRN("dma_alloc_coherent fail, size=0x%x\n", num_bytes); in disp_dma_malloc()
206 void disp_dma_free(void *virt_addr, void *phys_addr, u32 num_bytes) in disp_dma_free() argument
210 actual_bytes = DISP_BYTE_ALIGN(num_bytes); in disp_dma_free()
A Ddisp_sys_intf.h106 void *disp_dma_malloc(u32 num_bytes, void *phys_addr);
107 void disp_dma_free(void *virt_addr, void *phys_addr, u32 num_bytes);
A Ddev_disp.h168 void *disp_malloc(u32 num_bytes, void *phy_addr);
169 void disp_free(void *virt_addr, void *phy_addr, u32 num_bytes);
/bsp/allwinner/libraries/sunxi-hal/hal/source/disp2/disp/de/lowlevel_v2x/
A Ddisp_waveform.c244 extern void *disp_malloc(u32 num_bytes, void *phy_addr);

Completed in 15 milliseconds