Home
last modified time | relevance | path

Searched refs:NUM_PRCMU_WAKEUP_INDICES (Results 1 – 2 of 2) sorted by relevance

/linux-6.1.9/include/linux/mfd/
Ddbx500-prcmu.h32 NUM_PRCMU_WAKEUP_INDICES enumerator
/linux-6.1.9/drivers/mfd/
Ddb8500-prcmu.c332 #define VALID_WAKEUPS (BIT(NUM_PRCMU_WAKEUP_INDICES) - 1)
334 static u32 prcmu_wakeup_bit[NUM_PRCMU_WAKEUP_INDICES] = {
763 for (i = 0, bits = 0; i < NUM_PRCMU_WAKEUP_INDICES; i++) { in db8500_prcmu_enable_wakeups()