Home
last modified time | relevance | path

Searched refs:btextsz (Results 1 – 2 of 2) sorted by relevance

/freebsd-9-stable/sys/dev/wpi/
Dif_wpi.c320 uint32_t itextsz, idatasz, rtextsz, rdatasz, btextsz; in wpi_load_firmware() local
366 btextsz = le32toh(hdr->btextsz); in wpi_load_firmware()
370 rtextsz + rdatasz + itextsz + idatasz + btextsz) { in wpi_load_firmware()
391 itextsz, idatasz, btextsz)); in wpi_load_firmware()
404 btextsz > WPI_FW_BOOT_TEXT_MAXSZ || in wpi_load_firmware()
405 (btextsz & 3) != 0) { in wpi_load_firmware()
427 if ((error = wpi_load_microcode(sc, btext, btextsz)) != 0) { in wpi_load_firmware()
Dif_wpireg.h580 uint32_t btextsz; member