Searched refs:S_BIST_OPCODE (Results 1 – 1 of 1) sorted by relevance
20086 #define S_BIST_OPCODE 0 macro20088 #define V_BIST_OPCODE(x) ((x) << S_BIST_OPCODE)20089 #define G_BIST_OPCODE(x) (((x) >> S_BIST_OPCODE) & M_BIST_OPCODE)