Home
last modified time | relevance | path

Searched defs:syscon_generic_softc (Results 1 – 1 of 1) sorted by relevance

/freebsd/sys/dev/syscon/
H A Dsyscon_generic.h32 struct syscon_generic_softc { struct
33 struct simplebus_softc simplebus;
34 device_t dev;
35 struct syscon *syscon;
36 struct resource *mem_res;
37 struct mtx mtx;
38 bool simplebus_attached;