Searched refs:lowest_set (Results 1 – 2 of 2) sorted by relevance
209 uint32_t idx, ret, irq, lowest_set = reg & (-reg); in pm_client_set_wakeup_sources() local211 idx = __builtin_ctz(lowest_set); in pm_client_set_wakeup_sources()219 reg &= ~lowest_set; in pm_client_set_wakeup_sources()
67 uint32_t idx, irq, lowest_set = reg & (-reg); in pm_client_set_wakeup_sources() local70 idx = (uint32_t)__builtin_ctz(lowest_set); in pm_client_set_wakeup_sources()78 reg &= ~lowest_set; in pm_client_set_wakeup_sources()