Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/modules/dmx/drv/tsio/
H A DdrvTSIO.c164 #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