Searched refs:ucode_type (Results 1 – 7 of 7) sorted by relevance
/netbsd-src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/ |
H A D | amdgpu_psp_v10_0.c | 327 enum AMDGPU_UCODE_ID ucode_type) in psp_v10_0_compare_sram_data() argument 338 &fw_sram_data_reg_offset, ucode_type); in psp_v10_0_compare_sram_data()
|
H A D | amdgpu_psp_v12_0.c | 431 enum AMDGPU_UCODE_ID ucode_type) in psp_v12_0_compare_sram_data() argument 442 &fw_sram_data_reg_offset, ucode_type); in psp_v12_0_compare_sram_data()
|
H A D | amdgpu_psp_v3_1.c | 507 enum AMDGPU_UCODE_ID ucode_type) in psp_v3_1_compare_sram_data() argument 518 &fw_sram_data_reg_offset, ucode_type); in psp_v3_1_compare_sram_data()
|
H A D | amdgpu_psp.c | 1759 enum AMDGPU_UCODE_ID ucode_type) in psp_check_fw_loading_status() argument 1766 ucode = &adev->firmware.ucode[ucode_type]; in psp_check_fw_loading_status() 1770 return psp_compare_sram_data(&adev->psp, ucode, ucode_type); in psp_check_fw_loading_status()
|
H A D | amdgpu_psp.h | 100 enum AMDGPU_UCODE_ID ucode_type);
|
H A D | amdgpu_psp_v11_0.c | 670 enum AMDGPU_UCODE_ID ucode_type) in psp_v11_0_compare_sram_data() argument 681 &fw_sram_data_reg_offset, ucode_type); in psp_v11_0_compare_sram_data()
|
/netbsd-src/sys/dev/pci/ |
H A D | if_iwm.c | 629 uint32_t ucode_type; member 637 uint32_t ucode_type = le32toh(def_calib->ucode_type); in iwm_set_default_calib() local 639 if (ucode_type >= IWM_UCODE_TYPE_MAX) { in iwm_set_default_calib() 640 DPRINTF(("%s: Wrong ucode_type %u for default calibration.\n", in iwm_set_default_calib() 641 DEVNAME(sc), ucode_type)); in iwm_set_default_calib() 645 sc->sc_default_calib[ucode_type].flow_trigger = in iwm_set_default_calib() 647 sc->sc_default_calib[ucode_type].event_trigger = in iwm_set_default_calib() 654 iwm_read_firmware(struct iwm_softc *sc, enum iwm_ucode_type ucode_type) in iwm_read_firmware() argument 664 if (ucode_type ! in iwm_read_firmware() 3428 iwm_load_firmware_7000(struct iwm_softc * sc,enum iwm_ucode_type ucode_type) iwm_load_firmware_7000() argument 3540 iwm_load_firmware_8000(struct iwm_softc * sc,enum iwm_ucode_type ucode_type) iwm_load_firmware_8000() argument 3566 iwm_load_firmware(struct iwm_softc * sc,enum iwm_ucode_type ucode_type) iwm_load_firmware() argument 3598 iwm_start_fw(struct iwm_softc * sc,enum iwm_ucode_type ucode_type) iwm_start_fw() argument 3642 enum iwm_ucode_type ucode_type = sc->sc_uc_current; iwm_send_phy_cfg_cmd() local 3656 iwm_load_ucode_wait_alive(struct iwm_softc * sc,enum iwm_ucode_type ucode_type) iwm_load_ucode_wait_alive() argument [all...] |