Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/test/dm/
H A Dgpio.c25 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 Dspmi.c82 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()
/rk3399_rockchip-uboot/include/asm-generic/
H A Dgpio.h336 const char *gpio_get_bank_info(struct udevice *dev, int *offset_count);
/rk3399_rockchip-uboot/drivers/video/
H A Dipu_disp.c205 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()