Searched refs:gpio_flags (Results 1 - 3 of 3) sorted by relevance

/freebsd-12-stable/sys/arm/nvidia/
H A Das3722_gpio.c386 as3722_gpio_get_mode(struct as3722_softc *sc, uint32_t pin, uint32_t gpio_flags) argument
396 gpio_flags & GPIO_PIN_TRISTATE)
400 if (flags & AS3722_CFG_OPEN_DRAIN || gpio_flags & GPIO_PIN_OPENDRAIN) {
403 gpio_flags & GPIO_PIN_PULLUP)
408 if (gpio_flags & GPIO_PIN_INPUT) {
411 gpio_flags & GPIO_PIN_PULLUP)
415 gpio_flags & GPIO_PIN_PULLDOWN)
424 gpio_flags & GPIO_PIN_PULLDOWN)
/freebsd-12-stable/usr.sbin/gpioctl/
H A Dgpioctl.c54 static struct flag_desc gpio_flags[] = { variable in typeref:struct:flag_desc
90 struct flag_desc * pdesc = gpio_flags;
103 struct flag_desc * pdesc = gpio_flags;
/freebsd-12-stable/sys/dev/bhnd/bhndb/
H A Dbhndb_pci.c1053 uint32_t gpio_flags; local
1072 gpio_flags = (BHNDB_PCI_GPIO_PLL_OFF|BHNDB_PCI_GPIO_XTAL_ON);
1073 gpio_out |= gpio_flags;
1074 gpio_en |= gpio_flags;

Completed in 43 milliseconds