Searched refs:WR2 (Results 1 – 2 of 2) sorted by relevance
| /f-stack/freebsd/arm/freescale/imx/ |
| H A D | imx_wdog.c | 98 WR2(struct imx_wdog_softc *sc, bus_size_t offs, uint16_t val) in WR2() function 118 WR2(sc, WDOG_CR_REG, reg | WDOG_CR_WDE); in imx_wdog_enable() 121 WR2(sc, WDOG_SR_REG, WDOG_SR_STEP1); in imx_wdog_enable() 122 WR2(sc, WDOG_SR_REG, WDOG_SR_STEP2); in imx_wdog_enable() 127 WR2(sc, WDOG_MCR_REG, reg & ~WDOG_MCR_PDE); in imx_wdog_enable() 210 WR2(sc, WDOG_CR_REG, WDOG_CR_WDT | RD2(sc, WDOG_CR_REG)); in imx_wdog_attach() 214 WR2(sc, WDOG_ICR_REG, WDOG_ICR_WIE); /* Enable, count is 0. */ in imx_wdog_attach()
|
| /f-stack/freebsd/arm/broadcom/bcm2835/ |
| H A D | bcm2835_sdhost.c | 274 WR2(struct bcm_sdhost_softc *sc, bus_size_t off, uint16_t val) in WR2() function 1098 WR2(sc, HC_BLOCKSIZE, val); in bcm_sdhost_write_2() 1105 WR2(sc, HC_BLOCKCOUNT, val); in bcm_sdhost_write_2()
|