Searched refs:pull (Results 1 – 2 of 2) sorted by relevance
122 uint32_t pull = flags & GPIO_PULL_MASK; in aml_gpio_config_in() local125 if (pull & GPIO_NO_PULL) { in aml_gpio_config_in()128 if (pull & GPIO_PULL_UP) { in aml_gpio_config_in()
119 // It is up to code to pull out the relevant value.
Completed in 4 milliseconds