Searched refs:PCTL_STAT_MSK (Results 1 – 5 of 5) sorted by relevance
107 PCTL_STAT_MSK = 7, enumerator269 u32 state = readl(&pctl->stat) & PCTL_STAT_MSK; in move_to_config_state()274 while ((readl(&pctl->stat) & PCTL_STAT_MSK) != ACCESS) in move_to_config_state()281 while ((readl(&pctl->stat) & PCTL_STAT_MSK) != CONFIG) in move_to_config_state()299 u32 state = readl(&pctl->stat) & PCTL_STAT_MSK; in move_to_access_state()308 while ((readl(&pctl->stat) & PCTL_STAT_MSK) != ACCESS) in move_to_access_state()314 while ((readl(&pctl->stat) & PCTL_STAT_MSK) != CONFIG) in move_to_access_state()320 while ((readl(&pctl->stat) & PCTL_STAT_MSK) == CONFIG) in move_to_access_state()
347 state = readl(&pctl->stat) & PCTL_STAT_MSK; in move_to_config_state()352 while ((readl(&pctl->stat) & PCTL_STAT_MSK) in move_to_config_state()368 while ((readl(&pctl->stat) & PCTL_STAT_MSK) != CONFIG) in move_to_config_state()487 state = readl(&pctl->stat) & PCTL_STAT_MSK; in move_to_access_state()496 while ((readl(&pctl->stat) & PCTL_STAT_MSK) != ACCESS) in move_to_access_state()505 while ((readl(&pctl->stat) & PCTL_STAT_MSK) != CONFIG) in move_to_access_state()510 while ((readl(&pctl->stat) & PCTL_STAT_MSK) == CONFIG) in move_to_access_state()
405 state = readl(&pctl->stat) & PCTL_STAT_MSK; in move_to_config_state()410 while ((readl(&pctl->stat) & PCTL_STAT_MSK) in move_to_config_state()426 while ((readl(&pctl->stat) & PCTL_STAT_MSK) != CONFIG) in move_to_config_state()545 state = readl(&pctl->stat) & PCTL_STAT_MSK; in move_to_access_state()554 while ((readl(&pctl->stat) & PCTL_STAT_MSK) != ACCESS) in move_to_access_state()563 while ((readl(&pctl->stat) & PCTL_STAT_MSK) != CONFIG) in move_to_access_state()567 while ((readl(&pctl->stat) & PCTL_STAT_MSK) == CONFIG) in move_to_access_state()
336 state = readl(&pctl->stat) & PCTL_STAT_MSK; in move_to_config_state()341 while ((readl(&pctl->stat) & PCTL_STAT_MSK) in move_to_config_state()357 while ((readl(&pctl->stat) & PCTL_STAT_MSK) != CONFIG) in move_to_config_state()474 state = readl(&pctl->stat) & PCTL_STAT_MSK; in move_to_access_state()483 while ((readl(&pctl->stat) & PCTL_STAT_MSK) != ACCESS) in move_to_access_state()492 while ((readl(&pctl->stat) & PCTL_STAT_MSK) != CONFIG) in move_to_access_state()497 while ((readl(&pctl->stat) & PCTL_STAT_MSK) == CONFIG) in move_to_access_state()
361 #define PCTL_STAT_MSK 7 macro