Searched refs:fw_count (Results 1 - 5 of 5) sorted by relevance

/openbsd-current/sys/dev/pci/drm/i915/gt/uc/
H A Dintel_uc_fw.c264 u32 fw_count; local
288 fw_count = blobs_all[uc_fw->type].count;
291 for (i = 0; i < fw_count && p <= fw_blobs[i].p; i++) {
331 u32 fw_count; local
340 fw_count = blobs_all[type].count;
342 if (!fw_count)
346 for (i = 1; i < fw_count; i++) {
348 for (j = i + 1; j < fw_count; j++) {
/openbsd-current/sys/dev/pci/
H A Dif_iwmvar.h173 int fw_count; member in struct:iwm_fw_info::iwm_fw_sects
H A Dif_iwxvar.h157 int fw_count; member in struct:iwx_fw_info::iwx_fw_sects
H A Dif_iwx.c623 while (start < fws->fw_count &&
1119 DPRINTF(("%s: ucode type %d section %d\n", DEVNAME(sc), type, fws->fw_count));
1120 if (fws->fw_count >= IWX_UCODE_SECT_MAX)
1123 fwone = &fws->fw_sect[fws->fw_count];
1132 fws->fw_count++;
H A Dif_iwm.c626 if (fws->fw_count >= IWM_UCODE_SECT_MAX)
629 fwone = &fws->fw_sect[fws->fw_count];
638 fws->fw_count++;
4173 for (i = 0; i < fws->fw_count; i++) {
4183 DEVNAME(sc), i, fws->fw_count);

Completed in 129 milliseconds