Searched refs:gpio_n (Results 1 – 9 of 9) sorted by relevance
/u-boot/board/siemens/common/ |
A D | board.c | 198 unsigned char gpio_n, gpio_s0, gpio_s1; in set_env_gpios() local 227 gpio_n = (unsigned char)simple_strtoul(str_tmp, NULL, 0); in set_env_gpios() 230 if (gpio_n > MAX_PIN_NUMBER) in set_env_gpios() 233 gpio_request(gpio_n, ""); in set_env_gpios() 243 gpio_direction_output(gpio_n, gpio_s0); in set_env_gpios() 251 gpio_direction_output(gpio_n, gpio_s1); in set_env_gpios()
|
/u-boot/doc/device-tree-bindings/gpio/ |
A D | intel,apl-gpio.txt | 32 gpio_n: gpio-n { 50 ready-gpios = <&gpio_n GPIO_28 GPIO_ACTIVE_LOW>;
|
/u-boot/doc/device-tree-bindings/i2c/ |
A D | generic-acpi.txt | 37 reset-gpios = <&gpio_n GPIO_36 GPIO_ACTIVE_HIGH>; 39 enable-gpios = <&gpio_n GPIO_152 GPIO_ACTIVE_HIGH>;
|
/u-boot/doc/device-tree-bindings/interrupt-controller/ |
A D | intel,acpi-gpe.txt | 28 ready-gpios = <&gpio_n 0x1c GPIO_ACTIVE_LOW>;
|
A D | interrupts.txt | 129 ready-gpio = <&gpio_n 28 GPIO_ACTIVE_LOW>;
|
/u-boot/doc/device-tree-bindings/pinctrl/ |
A D | intel,apl-pinctrl.txt | 32 gpio_n: gpio-n {
|
/u-boot/doc/device-tree-bindings/ |
A D | device.txt | 68 gpio_n: gpio-n {
|
/u-boot/arch/x86/dts/ |
A D | chromebook_coral.dts | 57 phase-enforce-gpios = <&gpio_n GPIO_10 GPIO_ACTIVE_HIGH>; 215 gpio_n: gpio-n { label 324 sdmode-gpios = <&gpio_n GPIO_76 GPIO_ACTIVE_HIGH>; 439 ready-gpios = <&gpio_n 28 GPIO_ACTIVE_LOW>; 466 reset-gpios = <&gpio_n GPIO_36 GPIO_ACTIVE_HIGH>; 468 enable-gpios = <&gpio_n GPIO_152 GPIO_ACTIVE_HIGH>; 481 reset-gpios = <&gpio_n GPIO_36 GPIO_ACTIVE_HIGH>; 483 enable-gpios = <&gpio_n GPIO_152 GPIO_ACTIVE_HIGH>; 574 cd-gpios = <&gpio_n GPIO_177 GPIO_ACTIVE_LOW>;
|
/u-boot/arch/powerpc/include/asm/ |
A D | immap_83xx.h | 250 typedef struct gpio_n { struct
|
Completed in 110 milliseconds