Home
last modified time | relevance | path

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

/linux/arch/riscv/boot/dts/starfive/
H A Djh7110-common.dtsi433 GPI_NONE)>;
462 GPI_NONE)>;
498 GPI_NONE)>;
509 GPI_NONE)>;
522 GPI_NONE)>;
533 GPI_NONE)>;
546 GPI_NONE)>,
549 GPI_NONE)>;
562 GPI_NONE)>,
565 GPI_NONE)>;
[all …]
H A Djh7100-common.dtsi207 GPI_NONE)>,
211 GPI_NONE)>;
223 GPO_ENABLE, GPI_NONE)>;
260 GPO_ENABLE, GPI_NONE)>;
304 GPO_ENABLE, GPI_NONE)>;
H A Djh7110-pinfunc.h208 #define GPI_NONE 255 macro
/linux/include/dt-bindings/pinctrl/
H A Dstarfive,jh7110-pinctrl.h135 #define GPI_NONE 255 macro
H A Dpinctrl-starfive-jh7100.h273 #define GPI_NONE 0xff macro
/linux/drivers/pinctrl/starfive/
H A Dpinctrl-starfive-jh7110.c270 if (din != GPI_NONE) { in jh7110_set_gpiomux()
576 GPI_NONE, GPOUT_LOW, GPOEN_DISABLE, 0); in jh7110_gpio_direction_input()
590 GPI_NONE, value ? GPOUT_HIGH : GPOUT_LOW, in jh7110_gpio_direction_output()
H A Dpinctrl-starfive-jh7100.c668 if (din != GPI_NONE) in starfive_set_mux()