HomeSort by: relevance | last modified time | path
    Searched refs:ucode_type (Results 1 - 7 of 7) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/
amdgpu_psp_v10_0.c 327 enum AMDGPU_UCODE_ID ucode_type)
338 &fw_sram_data_reg_offset, ucode_type);
amdgpu_psp_v12_0.c 431 enum AMDGPU_UCODE_ID ucode_type)
442 &fw_sram_data_reg_offset, ucode_type);
amdgpu_psp_v3_1.c 507 enum AMDGPU_UCODE_ID ucode_type)
518 &fw_sram_data_reg_offset, ucode_type);
amdgpu_psp.c 1759 enum AMDGPU_UCODE_ID ucode_type)
1766 ucode = &adev->firmware.ucode[ucode_type];
1770 return psp_compare_sram_data(&adev->psp, ucode, ucode_type);
amdgpu_psp.h 100 enum AMDGPU_UCODE_ID ucode_type);
amdgpu_psp_v11_0.c 670 enum AMDGPU_UCODE_ID ucode_type)
681 &fw_sram_data_reg_offset, ucode_type);
  /src/sys/dev/pci/
if_iwm.c 699 uint32_t ucode_type; member in struct:iwm_tlv_calib_data
707 uint32_t ucode_type = le32toh(def_calib->ucode_type); local
709 if (ucode_type >= IWM_UCODE_TYPE_MAX) {
710 DPRINTF(("%s: Wrong ucode_type %u for default calibration.\n",
711 DEVNAME(sc), ucode_type));
715 sc->sc_default_calib[ucode_type].flow_trigger =
717 sc->sc_default_calib[ucode_type].event_trigger =
748 iwm_read_firmware(struct iwm_softc *sc, enum iwm_ucode_type ucode_type)
3645 iwm_load_firmware_7000(struct iwm_softc *sc, enum iwm_ucode_type ucode_type)
3863 enum iwm_ucode_type ucode_type = sc->sc_uc_current; local
    [all...]

Completed in 23 milliseconds