Lines Matching refs:int8_t
224 assert(!((PULL_offset[pin].offset == (int8_t)-1) && in mt_set_gpio_pull_enable_chip()
225 (pupd_offset == (int8_t)-1))); in mt_set_gpio_pull_enable_chip()
228 if (PULL_offset[pin].offset == (int8_t)-1) in mt_set_gpio_pull_enable_chip()
234 if (PULL_offset[pin].offset == (int8_t)-1) { in mt_set_gpio_pull_enable_chip()
249 assert(!(pupd_offset == (int8_t)-1)); in mt_set_gpio_pull_enable_chip()
253 assert(!(pupd_offset == (int8_t)-1)); in mt_set_gpio_pull_enable_chip()
258 assert(!(pupd_offset == (int8_t)-1)); in mt_set_gpio_pull_enable_chip()
273 assert(!((PULL_offset[pin].offset == (int8_t)-1) && in mt_get_gpio_pull_enable_chip()
274 (pupd_offset == (int8_t)-1))); in mt_get_gpio_pull_enable_chip()
276 if (PULL_offset[pin].offset == (int8_t)-1) { in mt_get_gpio_pull_enable_chip()
279 } else if (pupd_offset == (int8_t)-1) { in mt_get_gpio_pull_enable_chip()
295 assert(!((PULL_offset[pin].offset == (int8_t) -1) && in mt_set_gpio_pull_select_chip()
296 (pupd_offset == (int8_t)-1))); in mt_set_gpio_pull_select_chip()
301 if (PULL_offset[pin].offset == (int8_t)-1) in mt_set_gpio_pull_select_chip()
308 if (PULL_offset[pin].offset == (int8_t)-1) in mt_set_gpio_pull_select_chip()
335 assert(!((PULL_offset[pin].offset == (int8_t)-1) && in mt_get_gpio_pull_select_chip()
336 (pupd_offset == (int8_t)-1))); in mt_get_gpio_pull_select_chip()
338 if (PULL_offset[pin].offset == (int8_t)-1) { in mt_get_gpio_pull_select_chip()
349 } else if (pupd_offset == (int8_t)-1) { in mt_get_gpio_pull_select_chip()