Searched refs:tmp_sts (Results 1 – 1 of 1) sorted by relevance
769 uint32_t intflags = 0, tmp_ctrl = 0, tmp_sts = 0; in sl_gpio_get_enabled_pending_interrupts() local776 tmp_sts = ((GPIO->INTR[intch].GPIO_INTR_STATUS) & (tmp_ctrl)); in sl_gpio_get_enabled_pending_interrupts()777 tmp_sts = (tmp_sts & LSB_NIBBLE_MASK); in sl_gpio_get_enabled_pending_interrupts()778 intflags |= (tmp_sts << (NIBBLE_SHIFT * intch)); in sl_gpio_get_enabled_pending_interrupts()