Home
last modified time | relevance | path

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

/freebsd-12.1/sys/dev/ffec/
H A Dif_ffec.c1469 uintptr_t typeflags; in ffec_attach() local
1484 typeflags = ofw_bus_search_compatible(dev, compat_data)->ocd_data; in ffec_attach()
1485 sc->fectype = (uint8_t)(typeflags & FECTYPE_MASK); in ffec_attach()
1486 sc->fecflags = (uint32_t)(typeflags & ~FECTYPE_MASK); in ffec_attach()
/freebsd-12.1/sys/dev/malo/
H A Dif_malo.h274 struct malo_fixrate_flag typeflags; member