Searched refs:EPIT_CR (Results 1 – 1 of 1) sorted by relevance
/freebsd/sys/arm/freescale/imx/ |
H A D | imx_epit.c | 57 #define EPIT_CR 0x00 /* Control register */ macro 202 WR4(sc, EPIT_CR, sc->ctlreg | EPIT_CR_EN); in epit_tc_attach() 232 WR4(sc, EPIT_CR, sc->ctlreg); in epit_et_start() 246 WR4B(sc, EPIT_CR, sc->ctlreg | EPIT_CR_EN); in epit_et_start() 259 WR4(sc, EPIT_CR, sc->ctlreg); in epit_et_stop() 284 WR4(sc, EPIT_CR, sc->ctlreg); in epit_intr() 448 WR4(sc, EPIT_CR, 0); in epit_attach() 458 WR4B(sc, EPIT_CR, sc->ctlreg | EPIT_CR_SWR); in epit_attach() 459 while (RD4(sc, EPIT_CR) & EPIT_CR_SWR) in epit_attach()
|