Home
last modified time | relevance | path

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

/Zephyr-latest/include/zephyr/dt-bindings/pinctrl/
Dene-kb1200-pinctrl.h26 #define ENE_KB1200_OUT_HI_POS 19 macro
/Zephyr-latest/soc/ene/kb1200/
Dpinctrl_soc.h31 (DT_PROP(node_id, output_high) << ENE_KB1200_OUT_HI_POS) | \
/Zephyr-latest/drivers/pinctrl/
Dpinctrl_ene_kb1200.c139 if (conf & BIT(ENE_KB1200_OUT_HI_POS)) { in kb1200_config_pin()