Searched refs:btextsz (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
366 btextsz = le32toh(hdr->btextsz);
370 rtextsz + rdatasz + itextsz + idatasz + btextsz) {
391 itextsz, idatasz, btextsz));
404 btextsz > WPI_FW_BOOT_TEXT_MAXSZ ||
405 (btextsz & 3) != 0) {
427 if ((error = wpi_load_microcode(sc, btext, btextsz)) != 0) {
H A Dif_wpireg.h580 uint32_t btextsz; member in struct:wpi_firmware_hdr

Completed in 57 milliseconds