Searched refs:typeflags (Results 1 – 2 of 2) sorted by relevance
1469 uintptr_t typeflags; in ffec_attach() local1484 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()
274 struct malo_fixrate_flag typeflags; member