/device/soc/rockchip/common/hardware/mpp/include/ |
H A D | mpp_common.h | 180 #define SZ_1K (1024) macro 181 #define SZ_2K (SZ_1K * 2) 182 #define SZ_4K (SZ_1K * 4) 183 #define SZ_8K (SZ_1K * 8) 184 #define SZ_16K (SZ_1K * 16) 185 #define SZ_32K (SZ_1K * 32) 186 #define SZ_64K (SZ_1K * 64) 187 #define SZ_128K (SZ_1K * 128) 188 #define SZ_256K (SZ_1K * 256) 189 #define SZ_512K (SZ_1K * 51 [all...] |
/device/soc/rockchip/rk3399/hardware/mpp/include/ |
H A D | mpp_common.h | 166 #define SZ_1K (1024) macro 167 #define SZ_2K (SZ_1K*2) 168 #define SZ_4K (SZ_1K*4) 169 #define SZ_8K (SZ_1K*8) 170 #define SZ_16K (SZ_1K*16) 171 #define SZ_32K (SZ_1K*32) 172 #define SZ_64K (SZ_1K*64) 173 #define SZ_128K (SZ_1K*128) 174 #define SZ_256K (SZ_1K*256) 175 #define SZ_512K (SZ_1K*51 [all...] |
/device/soc/rockchip/rk3568/hardware/mpp/include/ |
H A D | mpp_common.h | 166 #define SZ_1K (1024) macro 167 #define SZ_2K (SZ_1K*2) 168 #define SZ_4K (SZ_1K*4) 169 #define SZ_8K (SZ_1K*8) 170 #define SZ_16K (SZ_1K*16) 171 #define SZ_32K (SZ_1K*32) 172 #define SZ_64K (SZ_1K*64) 173 #define SZ_128K (SZ_1K*128) 174 #define SZ_256K (SZ_1K*256) 175 #define SZ_512K (SZ_1K*51 [all...] |
/device/soc/rockchip/rk3588/hardware/mpp/include/ |
H A D | mpp_common.h | 142 #define SZ_1K (1024) macro 143 #define SZ_2K (SZ_1K*2) 144 #define SZ_4K (SZ_1K*4) 145 #define SZ_8K (SZ_1K*8) 146 #define SZ_16K (SZ_1K*16) 147 #define SZ_32K (SZ_1K*32) 148 #define SZ_64K (SZ_1K*64) 149 #define SZ_128K (SZ_1K*128) 150 #define SZ_256K (SZ_1K*256) 151 #define SZ_512K (SZ_1K*51 [all...] |
H A D | rk_venc_rc.h | 22 #define MPP_ENC_MIN_BPS (SZ_1K)
|
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/osal/linux/mmz/ |
H A D | hisi_allocator.c | 86 p->phys_addr, p->length / SZ_1K); in find_fixed_region() 98 __LINE__, fixed_start, fixed_len / SZ_1K); in find_fixed_region() 110 fixed_start, fixed_len / SZ_1K); in find_fixed_region() 118 fixed_start, fixed_len / SZ_1K); in find_fixed_region() 133 fixed_start, fixed_len / SZ_1K); in find_fixed_region() 143 fixed_start, fixed_len / SZ_1K); in find_fixed_region() 147 fixed_start, len / SZ_1K); in find_fixed_region() 195 fixed_start, fixed_len / SZ_1K); in find_fixed_region_from_highaddr() 255 mmz_trace(1, "size=%luKB, align=%lu", size / SZ_1K, align); in __mmb_alloc() 329 mmz_trace(1, "size=%luKB, align=%lu", size / SZ_1K, alig in __mmb_alloc_v2() [all...] |
H A D | cma_allocator.c | 162 mmz_trace(1, "anonymous=%s,size=%luKB,align=%lu", mmz_name, size / SZ_1K, align); in __mmb_alloc() 250 mmz_trace(1, "size=%luKB, align=%lu", size / SZ_1K, align); in __mmb_alloc_v2()
|
/device/soc/hisilicon/hi3751v350/sdk_linux/source/common/drv/mmz/ |
H A D | drv_media_mem.h | 109 #define hil_mmz_fmt_arg(p) (p)->zone_start, (p)->zone_start + (p)->nbytes - 1, (p)->gfp, (p)->nbytes / SZ_1K, (p)->name 178 ((p)->kdata == NULL) ? NULL : (p)->kdata->kvirt, (p)->length / SZ_1K, (p)->name 182 ((p)->kdata == NULL) ? NULL : (p)->kdata->kvirt, (p)->length / SZ_1K, (p)->name
|
H A D | drv_media_mem.c | 354 p->iommu, p->gfp, p->nbytes / SZ_1K, p->name, "\""); in dump_mem_head() 1828 p->nbytes / SZ_1K, p->name, "\""); in mmz_proc_head()
|
/device/board/hisilicon/hispark_aries/uboot/secureboot_release/ddr_init/include/asm/ |
H A D | sizes.h | 23 #define SZ_1K 0x00000400 macro
|
/device/board/hisilicon/hispark_taurus/uboot/secureboot_release/ddr_init/include/asm/ |
H A D | sizes.h | 23 #define SZ_1K 0x00000400 macro
|
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/osal/include/ |
H A D | osal_mmz.h | 51 #define hil_mmz_fmt_arg(p) (p)->phys_start, (p)->phys_start + (p)->nbytes - 1, (p)->gfp, (p)->nbytes / SZ_1K, (p)->name 87 (unsigned long)(uintptr_t)((p)->kvirt), (p)->flags, (p)->length / SZ_1K, (p)->name
|
/device/soc/hisilicon/hi3516dv300/sdk_linux/include/ |
H A D | osal_mmz.h | 48 #define hil_mmz_fmt_arg(p) (p)->phys_start, (p)->phys_start + (p)->nbytes - 1, (p)->gfp, (p)->nbytes / SZ_1K, (p)->name 84 (unsigned long)(uintptr_t)((p)->kvirt), (p)->flags, (p)->length / SZ_1K, (p)->name
|
/device/soc/hisilicon/hi3516dv300/sdk_liteos/include/ |
H A D | osal_mmz.h | 49 #define hil_mmz_fmt_arg(p) (p)->phys_start, (p)->phys_start + (p)->nbytes - 1, (p)->gfp, (p)->nbytes / SZ_1K, (p)->name 85 (unsigned long)(uintptr_t)((p)->kvirt), (p)->flags, (p)->length / SZ_1K, (p)->name
|
/device/soc/rockchip/rk3568/hardware/mpp/mpp/legacy/ |
H A D | vpu_api_legacy.cpp | 474 enc_hdr_buf_size = SZ_1K; in init() 1599 enc_hdr_buf_size = SZ_1K; in control()
|
/device/soc/rockchip/common/sdk_linux/drivers/irqchip/ |
H A D | irq-gic-v3-its.c | 2392 indirect ? "indirect" : "flat", (int)esz, psz / SZ_1K, (int)shr >> GITS_BASER_SHAREABILITY_SHIFT);
in its_setup_baser()
|