Home
last modified time | relevance | path

Searched refs:RD2 (Results 1 – 2 of 2) sorted by relevance

/f-stack/freebsd/arm/freescale/imx/
H A Dimx_wdog.c91 RD2(struct imx_wdog_softc *sc, bus_size_t offs) in RD2() function
115 reg = RD2(sc, WDOG_CR_REG); in imx_wdog_enable()
126 reg = RD2(sc, WDOG_MCR_REG); in imx_wdog_enable()
210 WR2(sc, WDOG_CR_REG, WDOG_CR_WDT | RD2(sc, WDOG_CR_REG)); in imx_wdog_attach()
221 if (RD2(sc, WDOG_MCR_REG) & WDOG_MCR_PDE) in imx_wdog_attach()
/f-stack/freebsd/arm/broadcom/bcm2835/
H A Dbcm2835_sdhost.c253 RD2(struct bcm_sdhost_softc *sc, bus_size_t off) in RD2() function