Home
last modified time | relevance | path

Searched refs:MCHP_XEC_PIN_LOW_POWER_POS (Results 1 – 4 of 4) sorted by relevance

/Zephyr-latest/soc/microchip/mec/common/
Dpinctrl_soc.h45 (DT_PROP(node_id, low_power_enable) << MCHP_XEC_PIN_LOW_POWER_POS) | \
60 (DT_PROP(node_id, low_power_enable) << MCHP_XEC_PIN_LOW_POWER_POS) | \
/Zephyr-latest/include/zephyr/dt-bindings/pinctrl/
Dmchp-xec-pinctrl.h43 #define MCHP_XEC_PIN_LOW_POWER_POS 27 macro
/Zephyr-latest/drivers/pinctrl/
Dpinctrl_mchp_xec.c141 if (conf & BIT(MCHP_XEC_PIN_LOW_POWER_POS)) { in xec_config_pin()
Dpinctrl_mchp_mec5.c111 if (conf & BIT(MCHP_XEC_PIN_LOW_POWER_POS)) { in mec5_config_pin()