Searched refs:IT8801_GPIODIR (Results 1 – 2 of 2) sorted by relevance
81 control &= ~(IT8801_GPIODIR | IT8801_GPIOPDE | IT8801_GPIOPUE); in gpio_it8801_configure()101 control |= IT8801_GPIODIR; in gpio_it8801_configure()110 control &= ~IT8801_GPIODIR; in gpio_it8801_configure()155 if (control & IT8801_GPIODIR) { in gpio_it8801_get_config()346 ret = i2c_reg_update_byte_dt(&config->i2c_dev, reg_gpcr, IT8801_GPIODIR, 0); in gpio_it8801_pin_interrupt_configure()
56 #define IT8801_GPIODIR BIT(5) macro