a9tmr.c | 79 a9tmr_global_write(struct a9tmr_softc *sc, bus_size_t o, uint32_t v) function in typeref:typename:void 154 a9tmr_global_write(sc, TMR_GBL_CTL, TMR_CTL_ENABLE); 189 a9tmr_global_write(sc, TMR_GBL_AUTOINC, sc->sc_autoinc); 196 a9tmr_global_write(sc, TMR_GBL_CTL, 204 a9tmr_global_write(sc, TMR_GBL_CMP_L, (uint32_t) now); 205 a9tmr_global_write(sc, TMR_GBL_CMP_H, (uint32_t) (now >> 32)); 210 a9tmr_global_write(sc, TMR_GBL_INT, 1); /* clear interrupt pending */ 213 a9tmr_global_write(sc, TMR_GBL_CTL, ctl); 331 a9tmr_global_write(sc, TMR_GBL_INT, 1); /* Ack the interrupt */
|