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

/freebsd-9.3-release/sys/dev/wpi/
H A Dif_wpi.c320 uint32_t itextsz, idatasz, rtextsz, rdatasz, btextsz; local
365 idatasz = le32toh(hdr->idatasz);
370 rtextsz + rdatasz + itextsz + idatasz + btextsz) {
382 btext = idata + idatasz;
391 itextsz, idatasz, btextsz));
403 idatasz > WPI_FW_INIT_DATA_MAXSZ ||
412 memcpy(dma->vaddr, idata, idatasz);
420 wpi_mem_write(sc, WPI_MEM_DATA_SIZE, idatasz);
H A Dif_wpireg.h579 uint32_t idatasz; member in struct:wpi_firmware_hdr

Completed in 46 milliseconds