Home
last modified time | relevance | path

Searched refs:GPOUT_HIGH (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/include/dt-bindings/pinctrl/
H A Dstarfive,jh7110-pinctrl.h130 #define GPOUT_HIGH 1 macro
/openbmc/linux/arch/riscv/boot/dts/starfive/
H A Djh7110-pinfunc.h31 #define GPOUT_HIGH 1 macro
/openbmc/linux/drivers/pinctrl/starfive/
H A Dpinctrl-starfive-jh7110.c602 GPI_NONE, value ? GPOUT_HIGH : GPOUT_LOW, in jh7110_gpio_direction_output()
632 u32 dout = (value ? GPOUT_HIGH : GPOUT_LOW) << shift; in jh7110_gpio_set()