Searched refs:offset_count (Results 1 – 5 of 5) sorted by relevance
| /openbmc/u-boot/test/dm/ |
| H A D | gpio.c | 22 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 D | spmi.c | 79 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 D | gpio.h | 336 const char *gpio_get_bank_info(struct udevice *dev, int *offset_count);
|
| /openbmc/u-boot/drivers/video/ |
| H A D | ipu_disp.c | 204 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/openbmc/meta-raspberrypi/recipes-multimedia/rpidistro-ffmpeg/files/ |
| H A D | 0001-ffmpeg-5.1.4-rpi_24.patch | 9098 + void * const offsets, const size_t offset_count) 9146 + .size = sizeof(((struct V4L2MediaReqDescriptor *)0)->offsets[0]) * offset_count,
|