Home
last modified time | relevance | path

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

/freebsd/sys/dev/bce/
H A Dif_bcereg.h990 #define BCE_CONDITION_MFW_RUN_MASK 0x0000e000 macro
H A Dif_bce.c1232 if (val & BCE_CONDITION_MFW_RUN_MASK) in bce_attach()
1239 val &= BCE_CONDITION_MFW_RUN_MASK; in bce_attach()