Searched refs:PCTL_STAT_MSK (Results 1 – 4 of 4) sorted by relevance
104 PCTL_STAT_MSK = 7, enumerator266 u32 state = readl(&pctl->stat) & PCTL_STAT_MSK; in move_to_config_state()271 while ((readl(&pctl->stat) & PCTL_STAT_MSK) != ACCESS) in move_to_config_state()278 while ((readl(&pctl->stat) & PCTL_STAT_MSK) != CONFIG) in move_to_config_state()296 u32 state = readl(&pctl->stat) & PCTL_STAT_MSK; in move_to_access_state()305 while ((readl(&pctl->stat) & PCTL_STAT_MSK) != ACCESS) in move_to_access_state()311 while ((readl(&pctl->stat) & PCTL_STAT_MSK) != CONFIG) in move_to_access_state()317 while ((readl(&pctl->stat) & PCTL_STAT_MSK) == CONFIG) in move_to_access_state()
344 state = readl(&pctl->stat) & PCTL_STAT_MSK; in move_to_config_state()349 while ((readl(&pctl->stat) & PCTL_STAT_MSK) in move_to_config_state()365 while ((readl(&pctl->stat) & PCTL_STAT_MSK) != CONFIG) in move_to_config_state()484 state = readl(&pctl->stat) & PCTL_STAT_MSK; in move_to_access_state()493 while ((readl(&pctl->stat) & PCTL_STAT_MSK) != ACCESS) in move_to_access_state()502 while ((readl(&pctl->stat) & PCTL_STAT_MSK) != CONFIG) in move_to_access_state()507 while ((readl(&pctl->stat) & PCTL_STAT_MSK) == CONFIG) in move_to_access_state()
402 state = readl(&pctl->stat) & PCTL_STAT_MSK; in move_to_config_state()407 while ((readl(&pctl->stat) & PCTL_STAT_MSK) in move_to_config_state()423 while ((readl(&pctl->stat) & PCTL_STAT_MSK) != CONFIG) in move_to_config_state()542 state = readl(&pctl->stat) & PCTL_STAT_MSK; in move_to_access_state()551 while ((readl(&pctl->stat) & PCTL_STAT_MSK) != ACCESS) in move_to_access_state()560 while ((readl(&pctl->stat) & PCTL_STAT_MSK) != CONFIG) in move_to_access_state()564 while ((readl(&pctl->stat) & PCTL_STAT_MSK) == CONFIG) in move_to_access_state()
360 #define PCTL_STAT_MSK 7 macro