Home
last modified time | relevance | path

Searched refs:MCHP_GPIO_CTRL_BUFT_POS (Results 1 – 2 of 2) sorted by relevance

/Zephyr-latest/soc/microchip/mec/mec172x/reg/
Dmec172x_gpio.h55 #define MCHP_GPIO_CTRL_BUFT_POS 8 macro
56 #define MCHP_GPIO_CTRL_BUFT_MASK BIT(MCHP_GPIO_CTRL_BUFT_POS)
57 #define MCHP_GPIO_CTRL_BUFT_OPENDRAIN BIT(MCHP_GPIO_CTRL_BUFT_POS)
/Zephyr-latest/drivers/gpio/
Dgpio_mchp_xec_v2.c189 pcr1_new |= BIT(MCHP_GPIO_CTRL_BUFT_POS); in gpio_xec_configure()
455 if (pcr1 & BIT(MCHP_GPIO_CTRL_BUFT_POS)) { in gpio_xec_get_config()