Home
last modified time | relevance | path

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

/netbsd-src/sys/dev/pci/
H A Dif_wpi.c1295 uint32_t boot_textsz; in wpi_load_firmware() local
1315 boot_textsz = le32toh(hdr.boot_textsz); in wpi_load_firmware()
1322 boot_textsz > WPI_FW_BOOT_TEXT_MAXSZ || in wpi_load_firmware()
1323 (boot_textsz & 3) != 0) { in wpi_load_firmware()
1331 main_datasz + init_textsz + init_datasz + boot_textsz; in wpi_load_firmware()
1364 if ((error = wpi_load_microcode(sc, boot_text, boot_textsz)) != 0) { in wpi_load_firmware()
H A Dif_wpireg.h585 uint32_t boot_textsz; member