HomeSort by relevance Sort by last modified time
    Searched defs:GPIO (Results 1 - 5 of 5) sorted by null

  /external/u-boot/include/dt-bindings/pinctrl/
stm32-pinfunc.h 5 #define GPIO 0x0
  /device/linaro/bootloader/edk2/EmbeddedPkg/Include/Protocol/
EmbeddedGpio.h 28 #define GPIO(Port, Pin) ((EMBEDDED_GPIO_PIN)(((Port) << (16)) | (Pin)))
57 IN EMBEDDED_GPIO_PIN Gpio,
64 Gets the state of a GPIO pin
69 Gpio - which pin to read
74 EFI_SUCCESS - GPIO state returned in Value
83 IN EMBEDDED_GPIO_PIN Gpio,
90 Sets the state of a GPIO pin
95 Gpio - which pin to modify
100 EFI_SUCCESS - GPIO set as requested
109 IN EMBEDDED_GPIO_PIN Gpio,
    [all...]
  /external/u-boot/arch/x86/include/asm/arch-braswell/
gpio.h 5 * From coreboot src/soc/intel/braswell/include/soc/gpio.h
51 GPIO = 0, /* Native, no need to set PAD_VALUE */
185 (((mode_select) == GPIO) ? ((mode << 16) | (1 << 15)) : \
  /external/u-boot/include/
ns87308.h 18 * The following struct represents the GPIO registers on the NS87308/NS97307
20 struct GPIO
  /device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/Include/Guid/
PlatformInfo.h 208 // VLV2 GPIO GROUP OFFSET
215 // GPIO Initialization Data Structure for BayLake.
217 // Note: NC doesn't support GPIO functionality in IO access mode, only support in MMIO access mode.
319 GPIO = 0, // GPIO, input & output
371 // GPIO CONF & PAD Initialization Data Structure for BayLake GPIOs bits.
377 char pad_name[32];// GPIO Pin Name for debug purpose
380 GPIO_USAGE usage; // GPIO pin used as Native mode or GPI/GPO/GPIO mode

Completed in 247 milliseconds