sa11x0_ost.c | 148 uint32_t oscr, nextmatch, oldmatch; local in function:clockintr 158 oscr = bus_space_read_4(sc->sc_iot, sc->sc_ioh, SAOST_CR); 161 (oscr > nextmatch || oscr < oldmatch)) || 162 (nextmatch < oldmatch && oscr > nextmatch && oscr < oldmatch)) { 170 oscr = bus_space_read_4(sc->sc_iot, sc->sc_ioh, SAOST_CR); 171 nextmatch = oscr + 10; 187 uint32_t oscr, nextmatch, oldmatch; local in function:statintr 197 oscr = bus_space_read_4(sc->sc_iot, sc->sc_ioh, SAOST_CR) [all...] |