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 629 uint32_t ucode_type; member in struct:iwm_tlv_calib_data
637 uint32_t ucode_type = le32toh(def_calib->ucode_type); local in function:iwm_set_default_calib
639 if (ucode_type >= IWM_UCODE_TYPE_MAX) {
640 DPRINTF(("%s: Wrong ucode_type %u for default calibration.\n",
641 DEVNAME(sc), ucode_type));
645 sc->sc_default_calib[ucode_type].flow_trigger =
647 sc->sc_default_calib[ucode_type].event_trigger =
654 iwm_read_firmware(struct iwm_softc *sc, enum iwm_ucode_type ucode_type)
664 if (ucode_type != IWM_UCODE_TYPE_INIT &
3642 enum iwm_ucode_type ucode_type = sc->sc_uc_current; local in function:iwm_send_phy_cfg_cmd
    [all...]

Completed in 17 milliseconds