Searched refs:offset_count (Results 1 – 4 of 4) sorted by relevance
| /u-boot/test/dm/ |
| A D | spmi.c | 81 int offset_count; in dm_test_spmi_access_peripheral() local 92 name = gpio_get_bank_info(dev, &offset_count); in dm_test_spmi_access_peripheral() 97 ut_asserteq(4, offset_count); in dm_test_spmi_access_peripheral()
|
| A D | gpio.c | 28 int offset_count; in dm_test_gpio() local 42 name = gpio_get_bank_info(dev, &offset_count); in dm_test_gpio() 44 ut_asserteq(10, offset_count); in dm_test_gpio() 112 name = gpio_get_bank_info(dev, &offset_count); in dm_test_gpio() 114 ut_asserteq(20, offset_count); in dm_test_gpio() 246 int offset_count; in dm_test_gpio_anon() local 254 name = gpio_get_bank_info(dev, &offset_count); in dm_test_gpio_anon() 256 ut_asserteq(CONFIG_SANDBOX_GPIO_COUNT, offset_count); in dm_test_gpio_anon()
|
| /u-boot/include/asm-generic/ |
| A D | gpio.h | 390 const char *gpio_get_bank_info(struct udevice *dev, int *offset_count);
|
| /u-boot/drivers/video/imx/ |
| A D | ipu_disp.c | 206 int offset_count, int offset_src, in ipu_di_sync_config() argument 215 if ((run_count >= 0x1000) || (offset_count >= 0x1000) || in ipu_di_sync_config() 223 (offset_count << 3) | ++offset_src; in ipu_di_sync_config()
|
Completed in 11 milliseconds