Lines Matching defs:pull
29 uint32_t speed, uint32_t pull, uint32_t od,
75 uint32_t pull = GPIO_NO_PULL;
92 if (fdt_getprop(fdt, node, "bias-pull-up", NULL) != NULL) {
93 pull = GPIO_PULL_UP;
94 } else if (fdt_getprop(fdt, node, "bias-pull-down", NULL) != NULL) {
95 pull = GPIO_PULL_DOWN;
170 set_gpio(bank, pin, mode, type, speed, pull, od, alternate, status);
226 uint32_t speed, uint32_t pull, uint32_t od,
250 pull << (pin << 1U));
274 VERBOSE("GPIO %u mode pull to 0x%x\n", bank,