Home
last modified time | relevance | path

Searched refs:FIRMWARE_READY_PCIE (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.4/drivers/net/wireless/marvell/mwifiex/
Dpcie.c299 if (fw_status == FIRMWARE_READY_PCIE && !adapter->mfg_mode) { in mwifiex_pcie_remove()
501 if (mwifiex_write_reg(adapter, reg->fw_status, FIRMWARE_READY_PCIE)) { in mwifiex_pm_wakeup_card()
2291 FIRMWARE_READY_PCIE)) { in mwifiex_check_fw_status()
2310 if (firmware_stat == FIRMWARE_READY_PCIE) { in mwifiex_check_fw_status()
2996 if (fw_status == FIRMWARE_READY_PCIE) { in mwifiex_cleanup_pcie()
Dfw.h130 #define FIRMWARE_READY_PCIE 0xfedcba00 macro