Home
last modified time | relevance | path

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

/Zephyr-latest/include/zephyr/dt-bindings/pinctrl/
Dene-kb1200-pinctrl.h28 #define ENE_KB1200_PIN_LOW_POWER_POS 21 macro
/Zephyr-latest/soc/ene/kb1200/
Dpinctrl_soc.h33 (DT_PROP(node_id, low_power_enable) << ENE_KB1200_PIN_LOW_POWER_POS))
/Zephyr-latest/drivers/pinctrl/
Dpinctrl_ene_kb1200.c150 if (conf & BIT(ENE_KB1200_PIN_LOW_POWER_POS)) { in kb1200_config_pin()