Home
last modified time | relevance | path

Searched refs:flashboot (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/drivers/net/wireless/quantenna/qtnfmac/pcie/
H A Dpcie.c40 static u8 flashboot = 1; variable
41 module_param(flashboot, byte, 0644);
42 MODULE_PARM_DESC(flashboot, "set to 0 to use FW binary file on FS");
344 pcie_priv->flashboot = flashboot; in qtnf_pcie_probe()
H A Dpcie_priv.h69 bool flashboot; member
H A Dpearl_pcie.c1031 if (ps->base.flashboot) { in qtnf_pearl_fw_work_handler()
1047 if (!ps->base.flashboot) in qtnf_pearl_fw_work_handler()
1055 if (ps->base.flashboot) { in qtnf_pearl_fw_work_handler()
H A Dtopaz_pcie.c869 if (ts->base.flashboot) in qtnf_pre_init_ep()
1057 if (ts->base.flashboot) { in qtnf_topaz_fw_work_handler()
/openbmc/u-boot/configs/
H A DMCR3000_defconfig43 CONFIG_BOOTCOMMAND="run flashboot"