Searched refs:PCTL_STAT_MASK (Results 1 – 3 of 3) sorted by relevance
206 PCTL_STAT_MASK = 7, enumerator521 state = readl(&pctl->stat) & PCTL_STAT_MASK; in move_to_config_state()525 while ((readl(&pctl->stat) & PCTL_STAT_MASK) in move_to_config_state()536 while ((readl(&pctl->stat) & PCTL_STAT_MASK) != CONFIG) in move_to_config_state()553 state = readl(&pctl->stat) & PCTL_STAT_MASK; in move_to_access_state()557 while ((readl(&pctl->stat) & PCTL_STAT_MASK) != ACCESS) in move_to_access_state()562 while ((readl(&pctl->stat) & PCTL_STAT_MASK) != CONFIG) in move_to_access_state()567 while ((readl(&pctl->stat) & PCTL_STAT_MASK) != ACCESS) in move_to_access_state()
275 state = readl(&pctl->stat) & PCTL_STAT_MASK; in move_to_config_state()279 while ((readl(&pctl->stat) & PCTL_STAT_MASK) in move_to_config_state()290 while ((readl(&pctl->stat) & PCTL_STAT_MASK) != CONFIG) in move_to_config_state()306 state = readl(&pctl->stat) & PCTL_STAT_MASK; in move_to_access_state()310 while ((readl(&pctl->stat) & PCTL_STAT_MASK) != ACCESS) in move_to_access_state()315 while ((readl(&pctl->stat) & PCTL_STAT_MASK) != CONFIG) in move_to_access_state()320 while ((readl(&pctl->stat) & PCTL_STAT_MASK) != ACCESS) in move_to_access_state()336 state = readl(&pctl->stat) & PCTL_STAT_MASK; in move_to_lowpower_state()340 while ((readl(&pctl->stat) & PCTL_STAT_MASK) != CONFIG) in move_to_lowpower_state()345 while ((readl(&pctl->stat) & PCTL_STAT_MASK) != ACCESS) in move_to_lowpower_state()[all …]
420 #define PCTL_STAT_MASK 7 macro