Home
last modified time | relevance | path

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

/netbsd-src/sys/arch/arm/ixp12x0/
H A Dixp12x0_clk.c74 struct ixpclk_softc { struct
75 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;
/netbsd-src/sys/arch/arm/xscale/
H A Dixp425_timer.c66 struct ixpclk_softc { struct
79 static struct ixpclk_softc *ixpclk_sc; argument