Searched refs:S_BIST_OPCODE (Results 1 – 1 of 1) sorted by relevance
6408 #define S_BIST_OPCODE 0 macro6410 #define V_BIST_OPCODE(x) ((x) << S_BIST_OPCODE)6411 #define G_BIST_OPCODE(x) (((x) >> S_BIST_OPCODE) & M_BIST_OPCODE)