Home
last modified time | relevance | path

Searched refs:DEFAULT_CAPS (Results 1 – 7 of 7) sorted by relevance

/freebsd-11-stable/sys/arm/freescale/vybrid/
HDvf_gpio.c72 #define DEFAULT_CAPS (GPIO_PIN_INPUT | GPIO_PIN_OUTPUT) macro
144 sc->gpio_pins[i].gp_caps = DEFAULT_CAPS; in vf_gpio_attach()
/freebsd-11-stable/sys/mips/rt305x/
HDrt305x_gpio.c59 #define DEFAULT_CAPS (GPIO_PIN_INPUT | GPIO_PIN_OUTPUT | GPIO_PIN_INVIN | \ macro
62 #define DEFAULT_CAPS (GPIO_PIN_INPUT | GPIO_PIN_OUTPUT | GPIO_PIN_INVIN | \ macro
494 sc->gpio_pins[i].gp_caps = DEFAULT_CAPS; in rt305x_gpio_attach()
/freebsd-11-stable/sys/arm/altera/socfpga/
HDsocfpga_gpio.c105 #define DEFAULT_CAPS (GPIO_PIN_INPUT | GPIO_PIN_OUTPUT) macro
194 sc->gpio_pins[i].gp_caps = DEFAULT_CAPS; in socfpga_gpio_attach()
/freebsd-11-stable/sys/mips/cavium/
HDocteon_gpio.c58 #define DEFAULT_CAPS (GPIO_PIN_INPUT | GPIO_PIN_OUTPUT) macro
421 sc->gpio_pins[i].gp_caps = DEFAULT_CAPS; in octeon_gpio_attach()
/freebsd-11-stable/sys/arm/freescale/imx/
HDimx_gpio.c93 #define DEFAULT_CAPS (GPIO_PIN_INPUT | GPIO_PIN_OUTPUT | \ macro
97 #define DEFAULT_CAPS (GPIO_PIN_INPUT | GPIO_PIN_OUTPUT) macro
827 sc->gpio_pins[i].gp_caps = DEFAULT_CAPS; in imx51_gpio_attach()
/freebsd-11-stable/sys/mips/atheros/
HDar71xx_gpio.c62 #define DEFAULT_CAPS (GPIO_PIN_INPUT | GPIO_PIN_OUTPUT) macro
466 sc->gpio_pins[i].gp_caps = DEFAULT_CAPS; in ar71xx_gpio_attach()
/freebsd-11-stable/sys/arm/samsung/exynos/
HDexynos5_pad.c68 #define DEFAULT_CAPS (GPIO_PIN_INPUT | GPIO_PIN_OUTPUT) macro
549 sc->gpio_pins[i].gp_caps = DEFAULT_CAPS; in pad_attach()