Home
last modified time | relevance | path

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

/freebsd/sys/dev/quicc/
H A Dquicc_bfe.h36 struct quicc_softc { struct
37 device_t sc_dev;
39 struct resource *sc_rres; /* Register resource. */
40 int sc_rrid;
41 int sc_rtype; /* SYS_RES_{IOPORT|MEMORY}. */
43 struct resource *sc_ires; /* Interrupt resource. */
44 void *sc_icookie;
45 int sc_irid;
47 struct rman sc_rman;
48 struct quicc_device *sc_device;
[all …]