Searched refs:G3OP_NOP (Results 1 – 4 of 4) sorted by relevance
32 #define G3OP_NOP 0x00 /* Nop */ macro
177 G3CS_Direct0(info, G3OP_NOP); in G3CS_Nop()
280 G3BS_Direct0(info, G3OP_NOP); in G3BS_Nop()
47 if (op != G3OP_NOP && ((u32)info->curr_cmd & 0x3) != 0) in G3CS_Direct0()