Home
last modified time | relevance | path

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

/freebsd-13.1/sys/dev/ffec/
H A Dif_ffec.c1472 uintptr_t typeflags; in ffec_attach() local
1487 typeflags = ofw_bus_search_compatible(dev, compat_data)->ocd_data; in ffec_attach()
1488 sc->fectype = (uint8_t)(typeflags & FECTYPE_MASK); in ffec_attach()
1489 sc->fecflags = (uint32_t)(typeflags & ~FECTYPE_MASK); in ffec_attach()
/freebsd-13.1/sys/dev/malo/
H A Dif_malo.h274 struct malo_fixrate_flag typeflags; member
/freebsd-13.1/lib/clang/libclang/
H A DMakefile985 ${CLANG_TBLGEN} -gen-arm-sve-typeflags \