a3700_periph_get_div
uint32_t a3700_periph_get_div(struct mvclock_softc *, uint32_t, uint32_t);
freq /= a3700_periph_get_div(sc, PERIPH_DIV_SEL0, 28);
freq /= a3700_periph_get_div(sc, PERIPH_DIV_SEL1, 13) + 1;
freq /= a3700_periph_get_div(sc, PERIPH_DIV_SEL1, 14) + 1;