Searched refs:TSNEP_GCL_MASK (Results 1 – 3 of 3) sorted by relevance
24 if (qopt->entries[i].gate_mask & ~TSNEP_GCL_MASK) in tsnep_validate_gcl()186 u32 mask = TSNEP_GCL_LAST | TSNEP_GCL_MASK; in tsnep_clean_gcl()208 properties = gcl->operation[ref].properties & TSNEP_GCL_MASK; in tsnep_insert_gcl_operation()
237 gate_open = curr->operation[index].properties & TSNEP_GCL_MASK; in check_gate()243 curr->operation[index].properties & TSNEP_GCL_MASK; in check_gate()265 gate_open = prev->operation[index].properties & TSNEP_GCL_MASK; in check_gate()267 curr->operation[0].properties & TSNEP_GCL_MASK; in check_gate()272 next_gate_open = curr->operation[0].properties & TSNEP_GCL_MASK; in check_gate()
174 #define TSNEP_GCL_MASK 0x000000FF macro