Searched refs:frame_size (Results 1 – 3 of 3) sorted by relevance
| /rk3399_rockchip-uboot/test/rockchip/ |
| H A D | test-net.c | 53 static void create_lbtest_frame(uchar *data, unsigned int frame_size) in create_lbtest_frame() argument 55 memset(data, 0xFF, frame_size); in create_lbtest_frame() 56 frame_size &= ~1; in create_lbtest_frame() 57 memset(data + (frame_size / 2), 0xAA, frame_size / 2 - 1); in create_lbtest_frame() 60 static void alter_lbtest_frame(uchar *data, unsigned int frame_size, in alter_lbtest_frame() argument 63 frame_size &= ~1; in alter_lbtest_frame() 64 memset(data + (frame_size / 2 + tx), 0xBE, 1); in alter_lbtest_frame() 65 memset(data + (frame_size / 2 + rx), 0xAF, 1); in alter_lbtest_frame() 69 unsigned int frame_size) in check_lbtest_frame() argument 73 for (i = 0; i < frame_size; i++) { in check_lbtest_frame()
|
| /rk3399_rockchip-uboot/arch/arm/mach-tegra/ |
| H A D | ivc.c | 95 (ivc->frame_size * frame); in tegra_ivc_frame_addr() 110 invalidate_dcache_range(base, base + ivc->frame_size); in tegra_ivc_invalidate_frame() 118 flush_dcache_range(base, base + ivc->frame_size); in tegra_ivc_flush_frame() 484 uint32_t frame_size) in check_ivc_params() argument 495 if ((uint64_t)nframes * (uint64_t)frame_size >= 0x100000000) { in check_ivc_params() 510 if (frame_size & (TEGRA_IVC_ALIGN - 1)) { in check_ivc_params() 516 if (qbase1 + frame_size * nframes > qbase2) in check_ivc_params() 519 if (qbase2 + frame_size * nframes > qbase1) in check_ivc_params() 532 uint32_t nframes, uint32_t frame_size, in tegra_ivc_init() argument 540 ret = check_ivc_params(rx_base, tx_base, nframes, frame_size); in tegra_ivc_init() [all …]
|
| /rk3399_rockchip-uboot/arch/arm/include/asm/arch-tegra/ |
| H A D | ivc.h | 76 uint32_t frame_size; member 176 uint32_t nframes, uint32_t frame_size,
|