Searched refs:GPCR_PORT_PIN_MODE_PULLDOWN (Results 1 – 5 of 5) sorted by relevance
86 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()
206 ~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()
446 ~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()
1121 #define GPCR_PORT_PIN_MODE_PULLDOWN BIT(1) macro1129 GPCR_PORT_PIN_MODE_PULLDOWN)
418 GPCR_PORT_PIN_MODE_INPUT | GPCR_PORT_PIN_MODE_PULLDOWN, "gpcr[%d]=%x", in ZTEST()