Home
last modified time | relevance | path

Searched refs:mfg_mode (Results 1 – 10 of 10) sorted by relevance

/openbmc/u-boot/arch/x86/cpu/intel_common/
H A Dme_status.c147 hfs->mfg_mode ? "YES" : "NO"); in _intel_me_status()
/openbmc/linux/drivers/net/wireless/marvell/mwifiex/
H A Dinit.c301 adapter->mfg_mode = mfg_mode; in mwifiex_init_adapter()
512 if (adapter->mfg_mode) { in mwifiex_init_fw()
H A Dmain.c31 bool mfg_mode; variable
32 module_param(mfg_mode, bool, 0);
33 MODULE_PARM_DESC(mfg_mode, "manufacturing mode enable:1, disable:0");
596 if (!adapter->mfg_mode) { in _mwifiex_fw_dpc()
727 if (mfg_mode) in mwifiex_init_hw_fw()
H A Dmain.h52 extern bool mfg_mode;
1008 bool mfg_mode; member
H A Dusb.c658 if (card->udev->state != USB_STATE_NOTATTACHED && !adapter->mfg_mode) { in mwifiex_usb_disconnect()
H A Dcmdevt.c594 if (adapter->mfg_mode && cmd_no) { in mwifiex_send_cmd()
H A Dsdio.c855 !adapter->mfg_mode) { in mwifiex_sdio_remove()
H A Dpcie.c442 if (fw_status == FIRMWARE_READY_PCIE && !adapter->mfg_mode) { in mwifiex_pcie_remove()
H A Dcfg80211.c3090 if (!adapter->mfg_mode) { in mwifiex_add_virtual_intf()
/openbmc/u-boot/arch/x86/include/asm/
H A Dme_common.h66 u32 mfg_mode:1; member