Home
last modified time | relevance | path

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

/freebsd/sys/dev/bge/
H A Dif_bge.c365 #define BGE_IS_5705_PLUS(sc) ((sc)->bge_flags & BGE_FLAG_5705_PLUS)
3381 BGE_FLAG_575X_PLUS | BGE_FLAG_5705_PLUS | BGE_FLAG_JUMBO | in bge_attach()
3404 BGE_FLAG_5705_PLUS; in bge_attach()
3423 sc->bge_flags |= BGE_FLAG_5705_PLUS; in bge_attach()
H A Dif_bgereg.h2972 #define BGE_FLAG_5705_PLUS 0x00020000 macro