Home
last modified time | relevance | path

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

/freebsd-11-stable/sys/dev/bce/
HDif_bcereg.h1023 #define BCE_CONDITION_MFW_RUN_MASK 0x0000e000 macro
HDif_bce.c1258 if (val & BCE_CONDITION_MFW_RUN_MASK) in bce_attach()
1265 val &= BCE_CONDITION_MFW_RUN_MASK; in bce_attach()