Searched refs:imx6_anatop_sc (Results 1 – 1 of 1) sorted by relevance
113 static struct imx6_anatop_softc *imx6_anatop_sc; variable147 KASSERT(imx6_anatop_sc != NULL, ("imx6_anatop_read_4 sc NULL")); in imx6_anatop_read_4()149 return (bus_read_4(imx6_anatop_sc->res[MEMRES], offset)); in imx6_anatop_read_4()156 KASSERT(imx6_anatop_sc != NULL, ("imx6_anatop_write_4 sc NULL")); in imx6_anatop_write_4()158 bus_write_4(imx6_anatop_sc->res[MEMRES], offset, value); in imx6_anatop_write_4()718 imx6_anatop_sc = sc; in imx6_anatop_attach()790 return (cpufreq_mhz_from_div(imx6_anatop_sc, corediv, plldiv)); in imx6_get_cpu_clock()