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

/hardware/ti/wlan/wl1271/TWD/FirmwareApi/
H A Dpublic_host_int.h139 uint32 spare[2]; /* Total structure size is 68 bytes */ member in struct:__anon2410
H A Dpublic_descriptors.h130 uint8 spare; /* for 4-byte alignment. */ member in struct:TxResultDescriptor_t
/hardware/ti/wpan/tools/kfmapp/
H A Dkfmapp.c1108 static int group,spare,blkc_byte1,blkc_byte2; local
1116 printf("block B - group=%d%c tp=%d pty=%d spare=%d\n",
1123 spare = byte2 & 0x1f;
1136 rds_psn[2*(spare & 0x03)+0] = byte1;
1137 rds_psn[2*(spare & 0x03)+1] = byte2;
1138 if ((spare & 0x03) == 0x03)
1143 rds_txt[4*(spare & 0x0f)+0] = blkc_byte1;
1144 rds_txt[4*(spare & 0x0f)+1] = blkc_byte2;
1145 rds_txt[4*(spare & 0x0f)+2] = byte1;
1146 rds_txt[4*(spare
[all...]
/hardware/ti/wpan/tools/FM/service/src/jni/
H A DJFmRxNative.cpp180 static int group,spare,blkc_byte1,blkc_byte2; local
190 V4L2_JBTL_LOGD("block B - group=%d%c tp=%d pty=%d spare=%d\n",
197 spare = byte2 & 0x1f;
211 rds_psn[2*(spare & 0x03)+0] = byte1;
212 rds_psn[2*(spare & 0x03)+1] = byte2;
213 if ((spare & 0x03) == 0x03)
231 rds_txt[4*(spare & 0x0f)+0] = blkc_byte1;
232 rds_txt[4*(spare & 0x0f)+1] = blkc_byte2;
233 rds_txt[4*(spare & 0x0f)+2] = byte1;
234 rds_txt[4*(spare
[all...]

Completed in 250 milliseconds