Home
last modified time | relevance | path

Searched refs:offset_count (Results 1 – 8 of 8) sorted by relevance

/openbmc/linux/drivers/gpu/ipu-v3/
H A Dipu-di.c33 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()
328 .offset_count = sig->mode.vsync_len + in ipu_di_sync_config_noninterlaced()
[all …]
/openbmc/u-boot/test/dm/
H A Dgpio.c22 int offset_count; in dm_test_gpio() local
36 name = gpio_get_bank_info(dev, &offset_count); in dm_test_gpio()
38 ut_asserteq(10, offset_count); in dm_test_gpio()
101 name = gpio_get_bank_info(dev, &offset_count); in dm_test_gpio()
103 ut_asserteq(20, offset_count); in dm_test_gpio()
115 int offset_count; in dm_test_gpio_anon() local
123 name = gpio_get_bank_info(dev, &offset_count); in dm_test_gpio_anon()
125 ut_asserteq(CONFIG_SANDBOX_GPIO_COUNT, offset_count); in dm_test_gpio_anon()
H A Dspmi.c79 int offset_count; in dm_test_spmi_access_peripheral() local
90 name = gpio_get_bank_info(dev, &offset_count); in dm_test_spmi_access_peripheral()
95 ut_asserteq(4, offset_count); in dm_test_spmi_access_peripheral()
/openbmc/u-boot/include/asm-generic/
H A Dgpio.h336 const char *gpio_get_bank_info(struct udevice *dev, int *offset_count);
/openbmc/u-boot/drivers/video/
H A Dipu_disp.c204 int offset_count, int offset_src, in ipu_di_sync_config() argument
213 if ((run_count >= 0x1000) || (offset_count >= 0x1000) || in ipu_di_sync_config()
221 (offset_count << 3) | ++offset_src; in ipu_di_sync_config()
/openbmc/linux/drivers/hwmon/
H A Dabituguru3.c801 u8 *buf, int offset_count) in abituguru3_read_increment_offset() argument
805 for (i = 0; i < offset_count; i++) { in abituguru3_read_increment_offset()
/openbmc/linux/drivers/gpu/drm/amd/amdgpu/
H A Dgfx_v8_0.c3885 int *offset_count, in gfx_v8_0_parse_ind_reg_list() argument
3895 ind_start_offsets[*offset_count] = ind_offset; in gfx_v8_0_parse_ind_reg_list()
3896 *offset_count = *offset_count + 1; in gfx_v8_0_parse_ind_reg_list()
3897 BUG_ON(*offset_count >= max_offset); in gfx_v8_0_parse_ind_reg_list()
3934 int offset_count = 0; in gfx_v8_0_init_save_restore_list() local
3950 &offset_count, in gfx_v8_0_init_save_restore_list()
/openbmc/openbmc/meta-raspberrypi/recipes-multimedia/rpidistro-ffmpeg/files/
H A D0001-ffmpeg-5.1.4-rpi_24.patch9098 + void * const offsets, const size_t offset_count)
9146 + .size = sizeof(((struct V4L2MediaReqDescriptor *)0)->offsets[0]) * offset_count,