Searched refs:reg_int8 (Results 1 – 1 of 1) sorted by relevance
226 uint8_t reg_int8, reg_mask8, new_reg_mask8 = 0; in gpio_rt1718s_pin_interrupt_configure() local280 reg_int8 = mask_rise | mask_fall; in gpio_rt1718s_pin_interrupt_configure()281 rt1718s_reg_write_byte(config->rt1718s_dev, RT1718S_REG_RT_INT8, reg_int8); in gpio_rt1718s_pin_interrupt_configure()307 uint8_t reg_int8, reg_mask8; in rt1718s_gpio_alert_handler() local312 if (rt1718s_reg_read_byte(dev, RT1718S_REG_RT_INT8, ®_int8) || in rt1718s_gpio_alert_handler()319 reg_int8 &= reg_mask8; in rt1718s_gpio_alert_handler()321 if (reg_int8) { in rt1718s_gpio_alert_handler()322 if (rt1718s_reg_write_byte(dev, RT1718S_REG_RT_INT8, reg_int8)) { in rt1718s_gpio_alert_handler()331 if (reg_int8 & RT1718S_GPIO_INT_MASK) in rt1718s_gpio_alert_handler()334 (reg_int8 & 0x7) | ((reg_int8 >> 4) & 0x7)); in rt1718s_gpio_alert_handler()