Searched refs:BGE_MFW_ON_APE (Results 1 – 2 of 2) sorted by relevance
613 sc->bge_mfw_flags &= ~ BGE_MFW_ON_APE; in bge_ape_read_fw_ver()625 sc->bge_mfw_flags |= BGE_MFW_ON_APE; in bge_ape_read_fw_ver()654 if ((sc->bge_mfw_flags & BGE_MFW_ON_APE) == 0) in bge_ape_lock()736 if ((sc->bge_mfw_flags & BGE_MFW_ON_APE) == 0) in bge_ape_unlock()790 if ((sc->bge_mfw_flags & BGE_MFW_ON_APE) == 0) in bge_ape_send_event()819 if ((sc->bge_mfw_flags & BGE_MFW_ON_APE) == 0) in bge_ape_driver_state_change()2315 if ((sc->bge_mfw_flags & BGE_MFW_ON_APE) != 0) in bge_blockinit()3278 if ((sc->bge_mfw_flags & BGE_MFW_ON_APE) != 0) in bge_reset()3405 if ((sc->bge_mfw_flags & BGE_MFW_ON_APE) != 0) in bge_reset()
2900 #define BGE_MFW_ON_APE 0x00000002 macro