Home
last modified time | relevance | path

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

/freebsd/sys/dev/dwwdt/
H A Ddwwdt.c71 struct dwwdt_softc { struct
72 device_t sc_dev;
73 struct resource *sc_mem_res;
74 struct resource *sc_irq_res;
75 void *sc_intr_cookie;
76 clk_t sc_clk;
77 uint64_t sc_clk_freq;
78 eventhandler_tag sc_evtag;
79 int sc_mem_rid;
80 int sc_irq_rid;
[all …]