Searched refs:lowest_set (Results 1 – 2 of 2) sorted by relevance
211 uint32_t idx, irq, lowest_set = reg & (-reg); in pm_client_set_wakeup_sources() local214 idx = (uint32_t)__builtin_ctz(lowest_set); in pm_client_set_wakeup_sources()222 reg &= ~lowest_set; in pm_client_set_wakeup_sources()
71 uint32_t idx, irq, lowest_set = reg & (-reg); in pm_client_set_wakeup_sources() local74 idx = (uint32_t)__builtin_ctz(lowest_set); in pm_client_set_wakeup_sources()82 reg &= ~lowest_set; in pm_client_set_wakeup_sources()