Home
last modified time | relevance | path

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

/netbsd-src/sys/arch/evbarm/ifpga/
H A Difpgavar.h51 struct ifpga_softc { struct
52 bus_space_tag_t sc_iot; /* Bus tag */
53 bus_space_handle_t sc_sc_ioh; /* System Controller handle */
54 bus_space_handle_t sc_cm_ioh; /* Core Module handle */
55 bus_space_handle_t sc_tmr_ioh; /* Timers handle */
56 bus_space_handle_t sc_irq_ioh; /* IRQ controller handle */
59 int sc_statclock_count;
60 int sc_clock_count;
61 int sc_clock_ticks_per_256us;
62 void * sc_clockintr;
[all …]