Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/pinctrl/
Dpinctrl_ite_it8xxx2.c86 *reg_gpcr &= ~(GPCR_PORT_PIN_MODE_PULLUP | in pinctrl_it8xxx2_set()
90 *reg_gpcr = (*reg_gpcr | GPCR_PORT_PIN_MODE_PULLUP) & in pinctrl_it8xxx2_set()
95 ~GPCR_PORT_PIN_MODE_PULLUP; in pinctrl_it8xxx2_set()
128 *reg_gpcr |= (GPCR_PORT_PIN_MODE_PULLUP | in pinctrl_it8xxx2_set()
/Zephyr-latest/drivers/gpio/
Dgpio_ite_it8xxx2_v2.c205 ECREG(reg_gpcr) = (ECREG(reg_gpcr) | GPCR_PORT_PIN_MODE_PULLUP) & in gpio_ite_configure()
209 ~GPCR_PORT_PIN_MODE_PULLUP; in gpio_ite_configure()
212 ECREG(reg_gpcr) &= ~(GPCR_PORT_PIN_MODE_PULLUP | in gpio_ite_configure()
271 if (ECREG(reg_gpcr) & GPCR_PORT_PIN_MODE_PULLUP) { in gpio_ite_get_config()
Dgpio_ite_it8xxx2.c446 *reg_gpcr = (*reg_gpcr | GPCR_PORT_PIN_MODE_PULLUP) & in gpio_ite_configure()
450 ~GPCR_PORT_PIN_MODE_PULLUP; in gpio_ite_configure()
453 *reg_gpcr &= ~(GPCR_PORT_PIN_MODE_PULLUP | in gpio_ite_configure()
515 if (*reg_gpcr & GPCR_PORT_PIN_MODE_PULLUP) { in gpio_ite_get_config()
/Zephyr-latest/soc/ite/ec/common/
Dchip_chipregs.h1123 #define GPCR_PORT_PIN_MODE_PULLUP BIT(2) macro
1131 GPCR_PORT_PIN_MODE_PULLUP | \
/Zephyr-latest/tests/drivers/gpio/gpio_ite_it8xxx2_v2/src/
Dmain.c402 GPCR_PORT_PIN_MODE_INPUT | GPCR_PORT_PIN_MODE_PULLUP, "gpcr[%d]=%x", TEST_PIN, in ZTEST()