Home
last modified time | relevance | path

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

/freebsd/sys/dev/isp/
H A Dispvar.h470 #define FW_READY 3 macro
H A DDriverManual.txt473 FW_READY
481 FC-AL loop entities and then hopefully transitions to FW_READY state.
483 Clearly, no command should be attempted prior to FW_READY state is
H A Disp.c1674 if (fcp->isp_fwstate == FW_READY) { in isp_fclink_test()
1684 if (fcp->isp_fwstate != FW_READY) { in isp_fclink_test()
H A Disp_library.c411 case FW_READY: return "Ready"; in isp_fc_fw_statename()
/freebsd/sys/contrib/dev/rtw88/
H A Dreg.h123 #define FW_READY (BIT_FW_INIT_RDY | BIT_FW_DW_RDY | \ macro
H A Dmac.c749 if (!check_hw_ready(rtwdev, REG_MCUFW_CTRL, FW_READY_MASK, FW_READY)) { in download_firmware_validate()