HomeSort by: relevance | last modified time | path
    Searched defs:trx (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/usb/
if_bwfm_usb.c 108 #define TRX_UNCOMP_IMAGE 0x20 /* Trx holds uncompressed img */
673 const struct trx_header *trx = (const struct trx_header *)ucode; local in function:bwfm_usb_load_microcode
680 if (le32toh(trx->magic) != TRX_MAGIC ||
681 (le32toh(trx->flag_version) & TRX_UNCOMP_IMAGE) == 0) {
if_bwfm_usb.c 108 #define TRX_UNCOMP_IMAGE 0x20 /* Trx holds uncompressed img */
673 const struct trx_header *trx = (const struct trx_header *)ucode; local in function:bwfm_usb_load_microcode
680 if (le32toh(trx->magic) != TRX_MAGIC ||
681 (le32toh(trx->flag_version) & TRX_UNCOMP_IMAGE) == 0) {

Completed in 64 milliseconds