Searched defs:sunxi_rtc_softc (Results 1 – 1 of 1) sorted by relevance
272 struct sunxi_rtc_softc { struct273 device_t sc_dev;274 bus_space_tag_t sc_bst;275 bus_space_handle_t sc_bsh;276 struct todr_chip_handle sc_todr;277 const struct sunxi_rtc_config *sc_conf;279 int sc_phandle;281 struct clk *sc_parent_clk; /* external oscillator */298 const char *sc_clk_names[SUNXI_RTC_NCLKS];299 struct clk sc_clks[SUNXI_RTC_NCLKS];[all …]