Searched full:uniphier_gpio_port (Results 1 – 7 of 7) sorted by relevance
/linux-6.12.1/Documentation/devicetree/bindings/gpio/ |
D | socionext,uniphier-gpio.yaml | 94 // Please note UNIPHIER_GPIO_PORT(29, 4) represents PORT294 in the SoC 97 // UNIPHIER_GPIO_PORT() is a helper macro to calculate 29 * 8 + 4. 100 reset-gpios = <&gpio UNIPHIER_GPIO_PORT(29, 4) GPIO_ACTIVE_LOW>;
|
/linux-6.12.1/arch/arm64/boot/dts/socionext/ |
D | uniphier-ld11-global.dts | 117 reset-gpios = <&gpio UNIPHIER_GPIO_PORT(23, 4) GPIO_ACTIVE_LOW>; 118 pdn-gpios = <&gpio UNIPHIER_GPIO_PORT(23, 5) GPIO_ACTIVE_LOW>;
|
D | uniphier-ld20-global.dts | 117 reset-gpios = <&gpio UNIPHIER_GPIO_PORT(0, 0) GPIO_ACTIVE_LOW>; 118 pdn-gpios = <&gpio UNIPHIER_GPIO_PORT(0, 1) GPIO_ACTIVE_LOW>;
|
D | uniphier-ld11.dtsi | 109 reset-gpios = <&gpio UNIPHIER_GPIO_PORT(3, 2) GPIO_ACTIVE_LOW>;
|
D | uniphier-ld20.dtsi | 191 reset-gpios = <&gpio UNIPHIER_GPIO_PORT(3, 2) GPIO_ACTIVE_LOW>;
|
D | uniphier-pxs3.dtsi | 144 reset-gpios = <&gpio UNIPHIER_GPIO_PORT(5, 7) GPIO_ACTIVE_LOW>;
|
/linux-6.12.1/include/dt-bindings/gpio/ |
D | uniphier-gpio.h | 13 #define UNIPHIER_GPIO_PORT(bank, line) \ macro
|