Home
last modified time | relevance | path

Searched refs:G3OP_NOP (Results 1 – 4 of 4) sorted by relevance

/TwlSDK-5.1.0/include/nitro/gx/
Dg3.h32 #define G3OP_NOP 0x00 /* Nop */ macro
Dg3c.h177 G3CS_Direct0(info, G3OP_NOP); in G3CS_Nop()
Dg3b.h280 G3BS_Direct0(info, G3OP_NOP); in G3BS_Nop()
/TwlSDK-5.1.0/build/libraries/gx/ARM9/src/
Dg3c.c47 if (op != G3OP_NOP && ((u32)info->curr_cmd & 0x3) != 0) in G3CS_Direct0()