Searched refs:at91_rst_sc (Results 1 - 1 of 1) sorted by relevance

/freebsd-10.1-release/sys/arm/at91/
H A Dat91_rst.c65 } *at91_rst_sc; variable in typeref:struct:at91_rst_softc
88 if (at91_rst_sc) {
91 WR4(at91_rst_sc, RST_MR,
94 WR4(at91_rst_sc, RST_CR,
123 at91_rst_sc = sc = device_get_softc(dev);
154 WR4(at91_rst_sc, RST_MR, RST_MR_ERSTL(0xd) | RST_MR_URSIEN | RST_MR_KEY);

Completed in 109 milliseconds