Home
last modified time | relevance | path

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

/Zephyr-latest/soc/microchip/mec/common/
Dpinctrl_soc.h36 ((DT_PROP(node_id, bias_disable) << MCHP_XEC_NO_PUD_POS) | \
51 ((DT_PROP(node_id, bias_disable) << MCHP_XEC_NO_PUD_POS) | \
/Zephyr-latest/include/zephyr/dt-bindings/pinctrl/
Dmchp-xec-pinctrl.h23 #define MCHP_XEC_NO_PUD_POS 12 macro
/Zephyr-latest/drivers/pinctrl/
Dpinctrl_mchp_xec.c61 if (conf & BIT(MCHP_XEC_NO_PUD_POS)) { in prog_pud()
Dpinctrl_mchp_mec5.c70 if (conf & BIT(MCHP_XEC_NO_PUD_POS)) { in mec5_config_pin()