Searched refs:GPCR_PORT_PIN_MODE_PULLDOWN (Results 1 – 5 of 5) sorted by relevance
87 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()
208 ~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()
447 ~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()
1124 #define GPCR_PORT_PIN_MODE_PULLDOWN BIT(1) macro1132 GPCR_PORT_PIN_MODE_PULLDOWN)
418 GPCR_PORT_PIN_MODE_INPUT | GPCR_PORT_PIN_MODE_PULLDOWN, "gpcr[%d]=%x", in ZTEST()