Home
last modified time | relevance | path

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

/netbsd-src/sys/arch/arm/footbridge/
H A Dfootbridgevar.h47 struct footbridge_softc { struct
48 device_t sc_dev; /* device node */
49 bus_space_tag_t sc_iot; /* bus tag */
50 bus_space_handle_t sc_ioh; /* bus handle */
53 unsigned int sc_clock_ticks_per_256us;
54 unsigned int sc_clock_count;
55 void *sc_clockintr;
56 unsigned int sc_statclock_count;
57 void *sc_statclockintr;
60 void * sc_serr_ih;
[all …]