Home
last modified time | relevance | path

Searched defs:align (Results 1 – 25 of 107) sorted by relevance

12345

/device/soc/hisilicon/hi3751v350/sdk_linux/source/common/drv/mmz/
Ddrv_mmz_ext_k.c35 HI_S32 hi_drv_mmz_alloc_and_map(const char *bufname, char *zone_name, HI_U32 size, int align, mmz_b… in hi_drv_mmz_alloc_and_map()
92 HI_S32 hi_drv_mmz_alloc(const char *bufname, char *zone_name, HI_U32 size, int align, mmz_buffer *m… in hi_drv_mmz_alloc()
265 HI_S32 hi_drv_smmu_alloc_and_map(const HI_CHAR *bufname, HI_U32 size, HI_U32 align, smmu_buffer *sm… in hi_drv_smmu_alloc_and_map()
318 HI_S32 hi_drv_smmu_alloc(const HI_CHAR *bufname, HI_U32 size, int align, smmu_buffer *smmu_buf) in hi_drv_smmu_alloc()
599 HI_S32 hi_drv_secmmz_alloc(const HI_CHAR *bufname, HI_U32 size, HI_U32 align, mmz_buffer *secmmz_bu… in hi_drv_secmmz_alloc()
660 HI_S32 hi_drv_secsmmu_alloc(const HI_CHAR *bufname, HI_U32 size, HI_U32 align, smmu_buffer *sec_smm… in hi_drv_secsmmu_alloc()
896 HI_S32 hi_drv_secmmz_alloc(const HI_CHAR *bufname, HI_U32 size, HI_U32 align, mmz_buffer *secmmz_bu… in hi_drv_secmmz_alloc()
906 HI_S32 hi_drv_secsmmu_alloc(const HI_CHAR *bufname, HI_U32 size, HI_U32 align, smmu_buffer *sec_smm… in hi_drv_secsmmu_alloc()
Ddrv_mmz_compat.h31 HI_U32 align; /* phys-memory's special align size */ member
Ddrv_media_mem.c620 static int real_page_buffer_alloc_and_map(hil_mmb_t *mmb, HI_U32 size, HI_U32 align, int iommu, in real_page_buffer_alloc_and_map()
678 static int real_page_buffer_alloc_and_map(hil_mmb_t *mmb, HI_U32 size, HI_U32 align, int iommu, in real_page_buffer_alloc_and_map()
722 static int hil_mmb_init(hil_mmb_t *mmb, hil_mmz_t *mmz, unsigned int size, unsigned int align, int … in hil_mmb_init()
764 hil_mmb_t *hil_mmb_alloc(const char *name, HI_U32 size, HI_U32 align, const char *mmz_name, int fla… in hil_mmb_alloc()
/device/soc/rockchip/rk3588/hardware/rga/include/
Dim2d_common.h26 #define ALIGN(val, align) (((val) + ((align) - 1)) & ~((align) - 1)) argument
27 #define DOWN_ALIGN(val, align) ((val) & ~((align) - 1)) argument
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/osal/linux/mmz/
Dhisi_allocator.c66 unsigned long align) in find_fixed_region()
155 … hil_mmz_t *mmz, unsigned long size, unsigned long align) in find_fixed_region_from_highaddr()
228 unsigned long align, in __mmb_alloc()
300 unsigned long align, in __mmb_alloc_v2()
Dmedia_mem.c303 unsigned long align, in hil_mmb_alloc()
321 unsigned long align, in hil_mmb_alloc_v2()
341 unsigned long align, in hil_mmb_alloc_in()
362 unsigned long align, in hil_mmb_alloc_in_v2()
Dcma_allocator.c128 unsigned long align, in __mmb_alloc()
224 unsigned long align, in __mmb_alloc_v2()
/device/soc/rockchip/common/sdk_linux/include/linux/
Dmemblock.h362 static __always_inline phys_addr_t memblock_phys_alloc(phys_addr_t size, phys_addr_t align) in memblock_phys_alloc()
373 static __always_inline void *memblock_alloc(phys_addr_t size, phys_addr_t align) in memblock_alloc()
378 static inline void *memblock_alloc_raw(phys_addr_t size, phys_addr_t align) in memblock_alloc_raw()
383 static inline void *memblock_alloc_from(phys_addr_t size, phys_addr_t align, phys_addr_t min_addr) in memblock_alloc_from()
388 static inline void *memblock_alloc_low(phys_addr_t size, phys_addr_t align) in memblock_alloc_low()
393 static inline void *memblock_alloc_node(phys_addr_t size, phys_addr_t align, int nid) in memblock_alloc_node()
/device/soc/esp/esp32/components/xtensa/include/xtensa/
Dxtruntime-frames.h37 #define STRUCT_AFIELD_A(ctype,size,align,pre,name,n) .balign align ; pre##name: .if n ; .space (siz… argument
43 #define STRUCT_AFIELD_A(ctype,size,align,pre,name,n) ctype name[n] __attribute__((aligned(align))); argument
/device/board/unionman/unionpi_tiger/kernel/drivers/media/drivers/stream_input/parser/demux/sw_demux/
Dswdmx_aes_ecb.c30 SWDMX_Int align; member
84 aes_ecb_desc_pkt (SWDMX_AesEcbAlgo *algo, SWDMX_Int key_type, SWDMX_TsPacket *pkt, SWDMX_Int align) in aes_ecb_desc_pkt()
Dswdmx_aes_cbc.c32 SWDMX_Int align; member
95 …(SWDMX_AesCbcAlgo *algo, SWDMX_Int key_type, SWDMX_UInt8 *iv, SWDMX_TsPacket *pkt, SWDMX_Int align) in aes_cbc_desc_pkt()
/device/soc/esp/esp32/components/heap/
Dheap_tlsf.c99 static inline __attribute__((__always_inline__)) size_t align_up(size_t x, size_t align) in align_up()
105 static inline __attribute__((__always_inline__)) size_t align_down(size_t x, size_t align) in align_down()
111 static inline __attribute__((__always_inline__)) void* align_ptr(const void* ptr, size_t align) in align_ptr()
123 …tic inline __attribute__((__always_inline__)) size_t adjust_request_size(size_t size, size_t align) in adjust_request_size()
784 void* tlsf_memalign_offs(tlsf_t tlsf, size_t align, size_t size, size_t data_offset) in tlsf_memalign_offs()
853 void* tlsf_memalign(tlsf_t tlsf, size_t align, size_t size) in tlsf_memalign()
/device/soc/hisilicon/hi3751v350/sdk_linux/source/common/drv/include/
Ddrv_mmz_ioctl.h28 HI_U32 align; /* phys-memory's special align size */ member
64 HI_U32 align; member
/device/soc/hpmicro/sdk/hpm_sdk/middleware/cherryusb/common/
Dusb_mem.h18 uint32_t align = CONFIG_USB_ALIGN_SIZE; in usb_iomalloc() local
/device/soc/rockchip/rk3588/hardware/codec/jpeg/include/
Dcodec_jpeg_decoder.h46 inline uint32_t AlignUp(uint32_t val, uint32_t align) in AlignUp()
/device/soc/rockchip/rk3568/hardware/codec/jpeg/include/
Dcodec_jpeg_decoder.h46 inline uint32_t AlignUp(uint32_t val, uint32_t align) in AlignUp()
/device/soc/nxp/hardware/display/src/display_gralloc/
Dallocator.h30 T AlignUp(T value, T align) in AlignUp()
/device/soc/hisilicon/common/hal/display/source/display_gralloc/src/
Dallocator.h28 T AlignUp(T value, T align) in AlignUp()
/device/soc/esp/esp32/components/bootloader_support/src/secure_boot_v2/
Dsecure_boot_signatures_bootloader.c31 #define ALIGN_UP(num, align) (((num) + ((align) - 1)) & ~((align) - 1)) argument
Dsecure_boot_signatures_app.c41 #define ALIGN_UP(num, align) (((num) + ((align) - 1)) & ~((align) - 1)) argument
/device/soc/amlogic/a311d/hardware/media/libamcodec/include/yuvplayer/
Dion_dev.h57 size_t align; member
/device/soc/hisilicon/hi3516dv300/sdk_linux/sample/taurus/ai_sample/mpp_help/src/
Dive_img.c85 static uint32_t IveCalStride(IVE_IMAGE_TYPE_E enType, uint32_t width, AlignType align) in IveCalStride()
/device/board/isoftstone/zhiyuan/kernel/driver/drivers/gpu/panfrost/
Dpanfrost_gem.c118 u64 align; in panfrost_gem_open() local
/device/soc/esp/esp32/components/bootloader_support/src/esp32/
Dsecure_boot.c222 #define ALIGN_UP(num, align) (((num) + ((align) - 1)) & ~((align) - 1)) argument
/device/board/isoftstone/zhiyuan/kernel/driver/drivers/video/sunxi/disp2/disp/de/lowlevel_v3x/
Dde_atw.c196 unsigned int *align, unsigned long long *addr, in de_atw_set_lay_laddr()

12345