Home
last modified time | relevance | path

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

/test/dm/
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()
A Dgpio.c27 int offset_count; in dm_test_gpio() local
41 name = gpio_get_bank_info(dev, &offset_count); in dm_test_gpio()
43 ut_asserteq(10, offset_count); in dm_test_gpio()
111 name = gpio_get_bank_info(dev, &offset_count); in dm_test_gpio()
113 ut_asserteq(20, offset_count); in dm_test_gpio()
255 int offset_count; in dm_test_gpio_anon() local
263 name = gpio_get_bank_info(dev, &offset_count); in dm_test_gpio_anon()
265 ut_asserteq(CONFIG_SANDBOX_GPIO_COUNT, offset_count); in dm_test_gpio_anon()

Completed in 8 milliseconds