Searched refs:phys_addr (Results 1 – 6 of 6) sorted by relevance
| /bsp/allwinner/libraries/sunxi-hal/hal/test/disp2/ |
| A D | disp_mem.c | 38 static void *disp_malloc(u32 num_bytes, void *phys_addr) in disp_malloc() argument 47 *(uint32_t *)phys_addr = __va_to_pa((unsigned long)address); in disp_malloc() 51 (void *)(*(unsigned long *)phys_addr), address, num_bytes); in disp_malloc() 64 static void disp_free(void *virt_addr, void *phys_addr, u32 num_bytes) in disp_free() argument 69 if (phys_addr && virt_addr) in disp_free()
|
| /bsp/rockchip/common/drivers/ |
| A D | io.c | 45 read_memory(unsigned long phys_addr, uint8_t *addr, int len, int iosize) in read_memory() argument 51 rt_kprintf("%08lx: ", phys_addr); in read_memory() 71 phys_addr += 16; in read_memory()
|
| /bsp/allwinner/libraries/sunxi-hal/hal/source/disp2/disp/ |
| A D | disp_sys_intf.h | 106 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 D | disp_sys_intf.c | 181 void *disp_dma_malloc(u32 num_bytes, void *phys_addr) in disp_dma_malloc() argument 190 *(uint32_t *)phys_addr = __va_to_pa((unsigned long)address); in disp_dma_malloc() 193 (void *)(*(unsigned long *)phys_addr), address, 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 211 if (phys_addr && virt_addr) in disp_dma_free()
|
| /bsp/allwinner/libraries/libos/include/video/ |
| A D | sunxi_display2.h | 667 void *(*vmap)(unsigned long phys_addr, unsigned long size);
|
| /bsp/allwinner/libraries/sunxi-hal/hal/source/disp2/disp/de/ |
| A D | include.h | 285 void *(*vmap)(unsigned long phys_addr, unsigned long size);
|
Completed in 23 milliseconds