Searched refs:DataLong (Results 1 - 1 of 1) sorted by relevance

/system/wlan/ti/sta_dk_4_0_4_32/common/src/TNETW_Driver/TNETWIF/BusTxn/
H A DwhalHwAccess.c72 * + ((char *)&DataLong)[Addr&0x3]
77 * + ((short *)&DataLong)[(Addr>>1)&0x1])
89 * * i=0..Len&3 ==> ((char *)&DataLong)[i] = ((char *)shortSrc)[i]
98 * * i=0..Len&3 ==> ((char *)shortDest)[i] = ((char *)&DataLong)[i]
245 #define EXTRACT_BYTE_FROM_LONG(DataLong, Addr) (((char *)&DataLong )[((int)Addr)&0x3])
246 #define EXTRACT_WORD_FROM_LONG(DataLong, Addr) (((short *)&DataLong)[(((int)Addr>>1))&0x1])
247 #define EXTRACT_BYTE_LONG(DataLong, i) (((char *)&DataLong)[
2732 UINT32 DataLong; local
[all...]

Completed in 81 milliseconds