Searched refs:rstc (Results 1 – 17 of 17) sorted by relevance
| /rk3399_rockchip-uboot/arch/arm/mach-at91/ |
| H A D | phy.c | 26 at91_rstc_t *rstc = (at91_rstc_t *)ATMEL_BASE_RSTC; in at91_phy_reset() local 28 erstl = readl(&rstc->mr) & AT91_RSTC_MR_ERSTL_MASK; in at91_phy_reset() 37 AT91_RSTC_MR_URSTEN, &rstc->mr); in at91_phy_reset() 39 writel(AT91_RSTC_KEY | AT91_RSTC_CR_EXTRST, &rstc->cr); in at91_phy_reset() 42 while (!(readl(&rstc->sr) & AT91_RSTC_SR_NRSTL)) { in at91_phy_reset() 55 writel(AT91_RSTC_KEY | erstl | AT91_RSTC_MR_URSTEN, &rstc->mr); in at91_phy_reset()
|
| H A D | spl_at91.c | 26 struct at91_rstc *rstc = (struct at91_rstc *)ATMEL_BASE_RSTC; in enable_ext_reset() local 28 writel(AT91_RSTC_KEY | AT91_RSTC_MR_URSTEN, &rstc->mr); in enable_ext_reset()
|
| /rk3399_rockchip-uboot/arch/arm/mach-bcm283x/ |
| H A D | reset.c | 38 uint32_t rstc, timeout; in reset_cpu() local 46 rstc = readl(&wdog_regs->rstc); in reset_cpu() 47 rstc &= ~BCM2835_WDOG_RSTC_WRCFG_MASK; in reset_cpu() 48 rstc |= BCM2835_WDOG_RSTC_WRCFG_FULL_RESET; in reset_cpu() 51 writel(BCM2835_WDOG_PASSWORD | rstc, &wdog_regs->rstc); in reset_cpu()
|
| /rk3399_rockchip-uboot/arch/arm/mach-at91/arm926ejs/ |
| H A D | reset.c | 17 at91_rstc_t *rstc = (at91_rstc_t *) ATMEL_BASE_RSTC; in reset_cpu() local 25 , &rstc->cr); in reset_cpu()
|
| /rk3399_rockchip-uboot/arch/arm/mach-at91/armv7/ |
| H A D | reset.c | 20 at91_rstc_t *rstc = (at91_rstc_t *)ATMEL_BASE_RSTC; in reset_cpu() local 28 , &rstc->cr); in reset_cpu()
|
| /rk3399_rockchip-uboot/arch/arm/mach-bcm283x/include/mach/ |
| H A D | wdog.h | 18 u32 rstc; member
|
| /rk3399_rockchip-uboot/arch/arm/dts/ |
| H A D | zynq-7000.dtsi | 284 rstc: rstc@200 { label
|
| H A D | sama5d2.dtsi | 635 rstc@f8048000 { 636 compatible = "atmel,sama5d3-rstc";
|
| H A D | at91sam9261.dtsi | 837 rstc@fffffd00 { 838 compatible = "atmel,at91sam9260-rstc";
|
| H A D | at91sam9n12.dtsi | 384 rstc@fffffe00 { 385 compatible = "atmel,at91sam9g45-rstc";
|
| H A D | at91sam9260.dtsi | 368 rstc@fffffd00 { 369 compatible = "atmel,at91sam9260-rstc";
|
| H A D | at91sam9rl.dtsi | 1035 rstc@fffffd00 { 1036 compatible = "atmel,at91sam9260-rstc";
|
| H A D | at91sam9263.dtsi | 393 rstc@fffffd00 { 394 compatible = "atmel,at91sam9260-rstc";
|
| H A D | sama5d3.dtsi | 1308 rstc@fffffe00 { 1309 compatible = "atmel,sama5d3-rstc", "atmel,at91sam9g45-rstc";
|
| H A D | at91sam9x5.dtsi | 385 rstc@fffffe00 { 386 compatible = "atmel,at91sam9g45-rstc";
|
| H A D | sama5d4.dtsi | 1312 rstc@fc068600 { 1313 compatible = "atmel,sama5d3-rstc", "atmel,at91sam9g45-rstc";
|
| H A D | at91sam9g45.dtsi | 391 rstc@fffffd00 { 392 compatible = "atmel,at91sam9g45-rstc";
|