Searched defs:ixpclk_softc (Results 1 – 2 of 2) sorted by relevance
74 struct ixpclk_softc { struct75 bus_addr_t sc_baseaddr;76 bus_space_tag_t sc_iot;77 bus_space_handle_t sc_ioh;78 bus_space_handle_t sc_pll_ioh;80 uint32_t sc_clock_count;81 uint32_t sc_count_per_usec;82 uint32_t sc_coreclock_freq;
66 struct ixpclk_softc { struct79 static struct ixpclk_softc *ixpclk_sc; argument