Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/pinctrl/
Dpinctrl_ite_it8xxx2.c87 GPCR_PORT_PIN_MODE_PULLDOWN); in pinctrl_it8xxx2_set()
91 ~GPCR_PORT_PIN_MODE_PULLDOWN; in pinctrl_it8xxx2_set()
94 *reg_gpcr = (*reg_gpcr | GPCR_PORT_PIN_MODE_PULLDOWN) & in pinctrl_it8xxx2_set()
129 GPCR_PORT_PIN_MODE_PULLDOWN); in pinctrl_it8xxx2_set()
/Zephyr-latest/drivers/gpio/
Dgpio_ite_it8xxx2_v2.c208 ~GPCR_PORT_PIN_MODE_PULLDOWN; in gpio_ite_configure()
210 ECREG(reg_gpcr) = (ECREG(reg_gpcr) | GPCR_PORT_PIN_MODE_PULLDOWN) & in gpio_ite_configure()
215 GPCR_PORT_PIN_MODE_PULLDOWN); in gpio_ite_configure()
277 if (ECREG(reg_gpcr) & GPCR_PORT_PIN_MODE_PULLDOWN) { in gpio_ite_get_config()
Dgpio_ite_it8xxx2.c447 ~GPCR_PORT_PIN_MODE_PULLDOWN; in gpio_ite_configure()
449 *reg_gpcr = (*reg_gpcr | GPCR_PORT_PIN_MODE_PULLDOWN) & in gpio_ite_configure()
454 GPCR_PORT_PIN_MODE_PULLDOWN); in gpio_ite_configure()
519 if (*reg_gpcr & GPCR_PORT_PIN_MODE_PULLDOWN) { in gpio_ite_get_config()
/Zephyr-latest/soc/ite/ec/common/
Dchip_chipregs.h1124 #define GPCR_PORT_PIN_MODE_PULLDOWN BIT(1) macro
1132 GPCR_PORT_PIN_MODE_PULLDOWN)
/Zephyr-latest/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()