Home
last modified time | relevance | path

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

/freebsd/sys/dev/ffec/
H A Dif_ffec.c111 #define FECTYPE_MASK 0x000000ff macro
1489 sc->fectype = (uint8_t)(typeflags & FECTYPE_MASK); in ffec_attach()
1490 sc->fecflags = (uint32_t)(typeflags & ~FECTYPE_MASK); in ffec_attach()