Searched refs:FS_STATES_INIT_FS (Results 1 – 2 of 2) sorted by relevance
353 } while ((now < timeout) && (regval & FS_STATES_MASK) != FS_STATES_INIT_FS); in fs26_poll_for_init_fs_state()380 if (current_state < FS_STATES_INIT_FS) { in fs26_goto_init_fs_state()383 } else if (current_state == FS_STATES_INIT_FS) { in fs26_goto_init_fs_state()
537 #define FS_STATES_INIT_FS (0x9 << FS_STATES_SHIFT) macro