Searched refs:MDSTAT_STATE_DISABLE (Results 1 – 1 of 1) sorted by relevance
45 #define MDSTAT_STATE_DISABLE 0x02U macro367 state = MDSTAT_STATE_DISABLE; in lpsc_module_sync_state()384 state = MDSTAT_STATE_DISABLE; in lpsc_module_sync_state()387 if ((state == MDSTAT_STATE_DISABLE) && ((data->flags & TI_LPSC_NO_CLOCK_GATING) != 0U)) { in lpsc_module_sync_state()404 old_rst = (old_state != MDSTAT_STATE_ENABLE) && (old_state != MDSTAT_STATE_DISABLE); in lpsc_module_sync_state()410 new_rst = (state != MDSTAT_STATE_ENABLE) && (state != MDSTAT_STATE_DISABLE); in lpsc_module_sync_state()527 } else if ((state == MDSTAT_STATE_DISABLE) || in ti_lpsc_module_get_state()1050 } else if (val == MDSTAT_STATE_DISABLE) { in psc_initialize_modules()