Searched refs:_u64SgdmaoutInt (Results 1 – 1 of 1) sorted by relevance
164 #define TSIO_SGDMAOUT_INT_SET(sid, type) _u64SgdmaoutInt[type-1] |= ((MS_U64)0x1 << sid);165 #define TSIO_SGDMAOUT_INT_GET(sid, type) ((_u64SgdmaoutInt[type-1] >> sid) & 0x1)166 #define TSIO_SGDMAOUT_INT_CLR(sid, type) (_u64SgdmaoutInt[type-1] &=~((MS_U64)0x1 << sid))250 static MS_U64 _u64SgdmaoutInt[4] = {0}; variable