Home
last modified time | relevance | path

Searched refs:GPCR_PORT_PIN_MODE_PULLDOWN (Results 1 – 5 of 5) sorted by relevance

/Zephyr-Core-3.7.0/drivers/pinctrl/
Dpinctrl_ite_it8xxx2.c86 GPCR_PORT_PIN_MODE_PULLDOWN); in pinctrl_it8xxx2_set()
90 ~GPCR_PORT_PIN_MODE_PULLDOWN; in pinctrl_it8xxx2_set()
93 *reg_gpcr = (*reg_gpcr | GPCR_PORT_PIN_MODE_PULLDOWN) & in pinctrl_it8xxx2_set()
128 GPCR_PORT_PIN_MODE_PULLDOWN); in pinctrl_it8xxx2_set()
/Zephyr-Core-3.7.0/drivers/gpio/
Dgpio_ite_it8xxx2_v2.c206 ~GPCR_PORT_PIN_MODE_PULLDOWN; in gpio_ite_configure()
208 ECREG(reg_gpcr) = (ECREG(reg_gpcr) | GPCR_PORT_PIN_MODE_PULLDOWN) & in gpio_ite_configure()
213 GPCR_PORT_PIN_MODE_PULLDOWN); in gpio_ite_configure()
275 if (ECREG(reg_gpcr) & GPCR_PORT_PIN_MODE_PULLDOWN) { in gpio_ite_get_config()
Dgpio_ite_it8xxx2.c446 ~GPCR_PORT_PIN_MODE_PULLDOWN; in gpio_ite_configure()
448 *reg_gpcr = (*reg_gpcr | GPCR_PORT_PIN_MODE_PULLDOWN) & in gpio_ite_configure()
453 GPCR_PORT_PIN_MODE_PULLDOWN); in gpio_ite_configure()
517 if (*reg_gpcr & GPCR_PORT_PIN_MODE_PULLDOWN) { in gpio_ite_get_config()
/Zephyr-Core-3.7.0/soc/ite/ec/common/
Dchip_chipregs.h1121 #define GPCR_PORT_PIN_MODE_PULLDOWN BIT(1) macro
1129 GPCR_PORT_PIN_MODE_PULLDOWN)
/Zephyr-Core-3.7.0/tests/drivers/gpio/gpio_ite_it8xxx2_v2/src/
Dmain.c418 GPCR_PORT_PIN_MODE_INPUT | GPCR_PORT_PIN_MODE_PULLDOWN, "gpcr[%d]=%x", in ZTEST()