Home
last modified time | relevance | path

Searched refs:fw_path (Results 1 – 6 of 6) sorted by relevance

/netbsd-src/sys/external/bsd/drm2/dist/drm/i915/
H A Dintel_csr.c645 request_firmware(&fw, dev_priv->csr.fw_path, in csr_load_work_fn()
654 dev_priv->csr.fw_path, in csr_load_work_fn()
661 csr->fw_path); in csr_load_work_fn()
698 csr->fw_path = TGL_CSR_PATH; in intel_csr_ucode_init()
703 csr->fw_path = ICL_CSR_PATH; in intel_csr_ucode_init()
707 csr->fw_path = CNL_CSR_PATH; in intel_csr_ucode_init()
711 csr->fw_path = GLK_CSR_PATH; in intel_csr_ucode_init()
715 csr->fw_path = KBL_CSR_PATH; in intel_csr_ucode_init()
719 csr->fw_path = SKL_CSR_PATH; in intel_csr_ucode_init()
723 csr->fw_path = BXT_CSR_PATH; in intel_csr_ucode_init()
[all …]
H A Di915_drv.h339 const char *fw_path; member
H A Di915_debugfs.c2294 seq_printf(m, "path: %s\n", csr->fw_path); in i915_dmc_info()
/netbsd-src/sys/arch/x86/x86/
H A Dcpu_ucode_amd.c124 const char *fw_path = "x86/amd"; in cpu_ucode_amd_firmware_open() local
129 return firmware_open(fw_path, fwname, fwh); in cpu_ucode_amd_firmware_open()
134 error = firmware_open(fw_path, _fwname, fwh); in cpu_ucode_amd_firmware_open()
138 return firmware_open(fw_path, "microcode_amd.bin", fwh); in cpu_ucode_amd_firmware_open()
H A Dcpu_ucode_intel.c90 const char *fw_path = "cpu_x86_intel1"; in cpu_ucode_intel_firmware_open() local
96 return firmware_open(fw_path, fwname, fwh); in cpu_ucode_intel_firmware_open()
106 return firmware_open(fw_path, cpuspec, fwh); in cpu_ucode_intel_firmware_open()
/netbsd-src/sys/arch/arm/nvidia/
H A Dtegra_xusb.c743 const char *fw_path = NULL; in tegra_xusb_open_fw() local
754 fw_path = "nvidia/tegra124"; in tegra_xusb_open_fw()
763 fw_path = "nvidia/tegra210"; in tegra_xusb_open_fw()
770 if (fw_path != NULL) { in tegra_xusb_open_fw()
771 error = firmware_open(fw_path, "xusb.bin", &fw); in tegra_xusb_open_fw()
775 fw_path, error); in tegra_xusb_open_fw()
787 if (fw_path != NULL) { in tegra_xusb_open_fw()