Home
last modified time | relevance | path

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

/Linux-v5.10/include/linux/mfd/
Ddbx500-prcmu.h32 NUM_PRCMU_WAKEUP_INDICES enumerator
/Linux-v5.10/drivers/mfd/
Ddb8500-prcmu.c333 #define VALID_WAKEUPS (BIT(NUM_PRCMU_WAKEUP_INDICES) - 1)
335 static u32 prcmu_wakeup_bit[NUM_PRCMU_WAKEUP_INDICES] = {
764 for (i = 0, bits = 0; i < NUM_PRCMU_WAKEUP_INDICES; i++) { in db8500_prcmu_enable_wakeups()