Home
last modified time | relevance | path

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

/openbsd/sys/dev/pci/
H A Dif_bge.c613 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()
H A Dif_bgereg.h2900 #define BGE_MFW_ON_APE 0x00000002 macro