Searched refs:FECTYPE_MASK (Results 1 - 1 of 1) sorted by path

/freebsd-11-stable/sys/dev/ffec/
H A Dif_ffec.c111 #define FECTYPE_MASK 0x000000ff macro
1483 sc->fectype = (uint8_t)(typeflags & FECTYPE_MASK);
1484 sc->fecflags = (uint32_t)(typeflags & ~FECTYPE_MASK);

Completed in 159 milliseconds