Searched refs:ECORE_IGU_STATUS_VALID (Results 1 – 2 of 2) sorted by relevance
1673 if (!(p_block->status & ECORE_IGU_STATUS_VALID) || in ecore_get_igu_free_sb()1695 if (!(p_block->status & ECORE_IGU_STATUS_VALID) || in ecore_get_pf_igu_sb_id()2145 if (!(p_block->status & ECORE_IGU_STATUS_VALID) || in ecore_int_igu_init_pure_rt()2239 if (!(p_block->status & ECORE_IGU_STATUS_VALID)) in ecore_int_igu_reset_cam()2246 p_block->status = ECORE_IGU_STATUS_VALID | in ecore_int_igu_reset_cam()2254 p_block->status = ECORE_IGU_STATUS_VALID | in ecore_int_igu_reset_cam()2263 p_block->status = ECORE_IGU_STATUS_VALID | in ecore_int_igu_reset_cam()2376 ECORE_IGU_STATUS_VALID | in ecore_int_igu_read_cam()2385 p_block->status = ECORE_IGU_STATUS_VALID | in ecore_int_igu_read_cam()2395 if ((p_block->status & ECORE_IGU_STATUS_VALID) && in ecore_int_igu_read_cam()[all …]
27 #define ECORE_IGU_STATUS_VALID 0x02 macro