Searched refs:btextsz (Results 1 – 2 of 2) sorted by relevance
320 uint32_t itextsz, idatasz, rtextsz, rdatasz, btextsz; in wpi_load_firmware() local366 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()
580 uint32_t btextsz; member