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

  /hardware/broadcom/wlan/bcmdhd/dhdutil/include/
trxhdr.h 44 * Ver 2 of trx header. To make it generic, trx_header is structure is modified
51 struct trx_header { struct
72 #define SIZEOF_TRXHDR_V1 (sizeof(struct trx_header)+(TRX_V1_MAX_OFFSETS-1)*sizeof(uint32))
73 #define SIZEOF_TRXHDR_V2 (sizeof(struct trx_header)+(TRX_V2_MAX_OFFSETS-1)*sizeof(uint32))
80 #define SIZEOF_TRX(trx) (sizeof(struct trx_header))
84 typedef struct trx_header TRXHDR, *PTRXHDR;
  /hardware/broadcom/wlan/bcmdhd/dhdutil/
ucode_download.c 115 struct trx_header *trx;
119 trx = (struct trx_header *)headers;
134 struct trx_header main_trx_hdr, *ucode_trx_hdr;
152 maintrx_hdr_len = sizeof(struct trx_header);
168 if ((ucode_trx_hdr = malloc(sizeof(struct trx_header)))
178 if (status < sizeof(struct trx_header)) {
dhdu.c     [all...]

Completed in 263 milliseconds