Home
last modified time | relevance | path

Searched refs:first_boot (Results 1 – 14 of 14) sorted by relevance

/linux-5.19.10/sound/soc/sof/
Dloader.c121 if (sdev->first_boot) { in snd_sof_run_firmware()
178 if (sdev->first_boot && sdev->ipc->ops->fw_loader->query_fw_configuration) in snd_sof_run_firmware()
Dcore.c267 sdev->first_boot = false; in sof_probe_continue()
323 sdev->first_boot = true; in sof_probe_continue()
357 sdev->first_boot = true; in snd_sof_device_probe()
Dipc3-loader.c53 if (sdev->first_boot) in ipc3_fw_ext_man_get_dbg_abi_info()
93 if (sdev->first_boot && elem->value) in ipc3_fw_ext_man_get_config_data()
Dpm.c89 if (sdev->first_boot) in sof_resume()
Dipc3.c526 if (sdev->first_boot) { in sof_ipc3_get_cc_info()
804 if (!sdev->first_boot) in ipc3_fw_ready()
Dipc4.c518 if (!sdev->first_boot) in ipc4_fw_ready()
Dipc3-dtrace.c520 if (sdev->first_boot) { in ipc3_dtrace_init()
Dsof-priv.h491 bool first_boot; member
/linux-5.19.10/sound/soc/sof/intel/
Dhda-loader.c393 hda->imrboot_supported && !sdev->first_boot) { in hda_dsp_cl_boot_firmware()
462 if (!sdev->first_boot) in hda_dsp_cl_boot_firmware()
521 if (sdev->first_boot) { in hda_dsp_post_fw_run()
Dicl.c58 if (sdev->first_boot) { in icl_dsp_post_fw_run()
/linux-5.19.10/drivers/net/ethernet/qlogic/netxen/
Dnetxen_nic_main.c302 netxen_check_hw_init(struct netxen_adapter *adapter, int first_boot) in netxen_check_hw_init() argument
306 if (first_boot == 0x55555555) { in netxen_check_hw_init()
314 first_boot = NXRD32(adapter, NETXEN_PCIE_REG(0x4)); in netxen_check_hw_init()
315 if (!(first_boot & 0x4)) { in netxen_check_hw_init()
316 first_boot |= 0x4; in netxen_check_hw_init()
317 NXWR32(adapter, NETXEN_PCIE_REG(0x4), first_boot); in netxen_check_hw_init()
322 first_boot = NXRD32(adapter, NETXEN_ROMUSB_GLB_SW_RESET); in netxen_check_hw_init()
323 if (first_boot != 0x80000f) { in netxen_check_hw_init()
933 int val, err, first_boot; in netxen_start_firmware() local
949 first_boot = NXRD32(adapter, NETXEN_CAM_RAM(0x1fc)); in netxen_start_firmware()
[all …]
/linux-5.19.10/drivers/net/wireless/ath/wcn36xx/
Dwcn36xx.h225 bool first_boot; member
Dmain.c1647 wcn->first_boot = true; in wcn36xx_probe()
Dsmd.c597 if (wcn->first_boot) { in wcn36xx_smd_start_rsp()
598 wcn->first_boot = false; in wcn36xx_smd_start_rsp()