Searched defs:ifpga_softc (Results 1 – 1 of 1) sorted by relevance
51 struct ifpga_softc { struct52 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 …]