Searched refs:offset_count (Results 1 – 9 of 9) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/gpu/ipu-v3/ |
| H A D | ipu-di.c | 33 int offset_count; member 166 if ((c->run_count >= 0x1000) || (c->offset_count >= 0x1000) || in ipu_di_sync_config() 177 DI_SW_GEN0_OFFSET_COUNT(c->offset_count) | in ipu_di_sync_config() 233 .offset_count = h_total / 2, in ipu_di_sync_config_interlaced() 240 .offset_count = (sig->mode.vsync_len + in ipu_di_sync_config_interlaced() 248 .offset_count = sig->mode.hsync_len + in ipu_di_sync_config_interlaced() 281 .offset_count = div * sig->v_to_h_sync, in ipu_di_sync_config_noninterlaced() 296 .offset_count = sig->mode.vsync_len + in ipu_di_sync_config_noninterlaced() 304 .offset_count = sig->mode.hsync_len + in ipu_di_sync_config_noninterlaced() 332 .offset_count = sig->mode.vsync_len + in ipu_di_sync_config_noninterlaced() [all …]
|
| /OK3568_Linux_fs/u-boot/test/dm/ |
| H A D | gpio.c | 25 int offset_count; in dm_test_gpio() local 39 name = gpio_get_bank_info(dev, &offset_count); in dm_test_gpio() 41 ut_asserteq(10, offset_count); in dm_test_gpio() 104 name = gpio_get_bank_info(dev, &offset_count); in dm_test_gpio() 106 ut_asserteq(20, offset_count); in dm_test_gpio() 118 int offset_count; in dm_test_gpio_anon() local 126 name = gpio_get_bank_info(dev, &offset_count); in dm_test_gpio_anon() 128 ut_asserteq(CONFIG_SANDBOX_GPIO_COUNT, offset_count); in dm_test_gpio_anon()
|
| H A D | spmi.c | 82 int offset_count; in dm_test_spmi_access_peripheral() local 93 name = gpio_get_bank_info(dev, &offset_count); in dm_test_spmi_access_peripheral() 98 ut_asserteq(4, offset_count); in dm_test_spmi_access_peripheral()
|
| /OK3568_Linux_fs/u-boot/include/asm-generic/ |
| H A D | gpio.h | 336 const char *gpio_get_bank_info(struct udevice *dev, int *offset_count);
|
| /OK3568_Linux_fs/u-boot/drivers/video/ |
| H A D | ipu_disp.c | 205 int offset_count, int offset_src, in ipu_di_sync_config() argument 214 if ((run_count >= 0x1000) || (offset_count >= 0x1000) || in ipu_di_sync_config() 222 (offset_count << 3) | ++offset_src; in ipu_di_sync_config()
|
| /OK3568_Linux_fs/kernel/drivers/hwmon/ |
| H A D | abituguru3.c | 801 u8 *buf, int offset_count) in abituguru3_read_increment_offset() argument 805 for (i = 0; i < offset_count; i++) { in abituguru3_read_increment_offset()
|
| /OK3568_Linux_fs/external/mpp/mpp/hal/rkdec/vp9d/ |
| H A D | hal_vp9d_vdpu382.c | 50 RK_U32 offset_count; member 89 hw_ctx->offset_count = VDPU382_OFFSET_COUNT; in hal_vp9d_alloc_res() 665 mpp_dev_set_reg_offset(p_hal->dev, 167, hw_ctx->offset_count); in hal_vp9d_vdpu382_gen_regs()
|
| H A D | hal_vp9d_vdpu34x.c | 50 RK_U32 offset_count; member 89 hw_ctx->offset_count = VDPU34X_OFFSET_COUNT; in hal_vp9d_alloc_res() 655 mpp_dev_set_reg_offset(p_hal->dev, 167, hw_ctx->offset_count); in hal_vp9d_vdpu34x_gen_regs()
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/amdgpu/ |
| H A D | gfx_v8_0.c | 3918 int *offset_count, in gfx_v8_0_parse_ind_reg_list() argument 3928 ind_start_offsets[*offset_count] = ind_offset; in gfx_v8_0_parse_ind_reg_list() 3929 *offset_count = *offset_count + 1; in gfx_v8_0_parse_ind_reg_list() 3930 BUG_ON(*offset_count >= max_offset); in gfx_v8_0_parse_ind_reg_list() 3967 int offset_count = 0; in gfx_v8_0_init_save_restore_list() local 3983 &offset_count, in gfx_v8_0_init_save_restore_list()
|