HomeSort by relevance Sort by last modified time
    Searched full:trx (Results 1 - 13 of 13) sorted by null

  /hardware/broadcom/wlan/bcmdhd/dhdutil/include/
trxhdr.h 2 * TRX image file header format.
28 #define TRX_NO_HEADER 1 /* Do not write TRX header */
30 #define TRX_EMBED_UCODE 0x8 /* Trx contains embedded ucode image */
31 #define TRX_ROMSIM_IMAGE 0x10 /* Trx contains ROM simulation image */
32 #define TRX_UNCOMP_IMAGE 0x20 /* Trx contains uncompressed rtecdc.bin image */
44 * Ver 2 of trx header. To make it generic, trx_header is structure is modified
45 * as below where size of "offsets" field will vary as per the TRX version.
74 #define TRX_VER(trx) (trx->flag_version>>16)
75 #define ISTRX_V1(trx) (TRX_VER(trx) == TRX_V1
    [all...]
  /hardware/broadcom/wlan/bcmdhd/dhdutil/
ucode_download.c 115 struct trx_header *trx; local
118 /* Extract trx header */
119 trx = (struct trx_header *)headers;
120 if (trx->magic != TRX_MAGIC) {
121 printf("Error: trx bad hdr\n");
124 actual_data_len = ROUNDUP(trx->offsets[0], 4) + ROUNDUP(trx->offsets[1], 4);
186 printf("not a valid ucode.trx\n");
dhdu.c     [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
scc.h 60 KISS_DUPLEX_FULL, /* fullduplex, key down trx after transmission */
61 KISS_DUPLEX_LINK, /* fullduplex, key down trx after 'idletime' sec */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
scc.h 60 KISS_DUPLEX_FULL, /* fullduplex, key down trx after transmission */
61 KISS_DUPLEX_LINK, /* fullduplex, key down trx after 'idletime' sec */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
scc.h 60 KISS_DUPLEX_FULL, /* fullduplex, key down trx after transmission */
61 KISS_DUPLEX_LINK, /* fullduplex, key down trx after 'idletime' sec */
  /external/libnfc-nxp/src/
phFriNfc_SmtCrdFmt.c 113 /* Trx Buffer registered */
116 /* Trx Buffer Size */
phFriNfc_FelicaMap.c 205 * \brief Used in Read Opearation.Sets the Trx Buffer Len calls Transc Cmd.
258 * \brief Used in Read Opearation.Sets the Trx Buffer Len.
555 /*Copy the read data from trx buffer to apdu of size apdu*/
    [all...]
phFriNfc_DesfireMap.c 462 /* Data has been read successfully in the TRX buffer. */
    [all...]
phFriNfc_NdefMap.h 241 /** \ingroup grp_fri_nfc_ndef_map Minimum size of the TRX buffer required */
    [all...]
  /cts/tests/tests/media/src/android/media/cts/
EncodeVirtualDisplayWithCompositionTest.java     [all...]
  /external/libvpx/libvpx/examples/includes/geshi/geshi/
providex.php 102 'swp', 'sys', 'tan', 'tbl', 'tcb', 'tmr', 'trx', 'tsk',
  /external/bluetooth/bluedroid/bta/hl/
bta_hl_utils.c 170 ** Description This function sets the user trx pool id
    [all...]

Completed in 734 milliseconds