Searched refs:ECORE_IGU_STATUS_VALID (Results 1 – 2 of 2) sorted by relevance
1623 if (!(p_block->status & ECORE_IGU_STATUS_VALID) || in ecore_get_igu_free_sb()1645 if (!(p_block->status & ECORE_IGU_STATUS_VALID) || in ecore_get_pf_igu_sb_id()2091 if (!(p_block->status & ECORE_IGU_STATUS_VALID) || in ecore_int_igu_init_pure_rt()2185 if (!(p_block->status & ECORE_IGU_STATUS_VALID)) in ecore_int_igu_reset_cam()2192 p_block->status = ECORE_IGU_STATUS_VALID | in ecore_int_igu_reset_cam()2200 p_block->status = ECORE_IGU_STATUS_VALID | in ecore_int_igu_reset_cam()2209 p_block->status = ECORE_IGU_STATUS_VALID | in ecore_int_igu_reset_cam()2323 ECORE_IGU_STATUS_VALID | in ecore_int_igu_read_cam()2332 p_block->status = ECORE_IGU_STATUS_VALID | in ecore_int_igu_read_cam()2342 if ((p_block->status & ECORE_IGU_STATUS_VALID) && in ecore_int_igu_read_cam()[all …]
50 #define ECORE_IGU_STATUS_VALID 0x02 macro