| /linux/Documentation/devicetree/bindings/power/reset/ |
| H A D | atmel,at91sam9260-shdwc.yaml | 4 $id: http://devicetree.org/schemas/power/reset/atmel,at91sam9260-shdwc.yaml# 7 title: Microchip AT91 SHDWC Shutdown Controller 13 Microchip AT91 SHDWC shutdown controller controls the power supplies VDDIO 19 - atmel,at91sam9260-shdwc 20 - atmel,at91sam9rl-shdwc 21 - atmel,at91sam9x5-shdwc 58 const: atmel,at91sam9x5-shdwc 67 const: atmel,at91sam9260-shdwc 76 shdwc: poweroff@fffffd10 { 77 compatible = "atmel,at91sam9260-shdwc";
|
| /linux/drivers/power/reset/ |
| H A D | at91-sama5d2_shdwc.c | 2 * Atmel SAMA5D2-Compatible Shutdown Controller (SHDWC) driver. 87 struct shdwc_reg_config shdwc; member 92 struct shdwc { struct 104 static struct shdwc *at91_shdwc; argument 112 struct shdwc *shdw = platform_get_drvdata(pdev); in at91_wakeup_status() 125 if (SHDW_WK_PIN(reg, &rcfg->shdwc)) in at91_wakeup_status() 127 else if (SHDW_RTCWK(reg, &rcfg->shdwc)) in at91_wakeup_status() 129 else if (SHDW_RTTWK(reg, &rcfg->shdwc)) in at91_wakeup_status() 234 struct shdwc *shdw = platform_get_drvdata(pdev); in at91_shdwc_dt_configure() 248 mode |= SHDW_RTCWKEN(&rcfg->shdwc); in at91_shdwc_dt_configure() [all …]
|
| H A D | at91-poweroff.c | 54 static struct shdwc { struct 129 dev_warn(&pdev->dev, "shdwc unknown wakeup mode\n"); in at91_poweroff_dt_set_wakeup_mode() 136 "shdwc wakeup counter 0x%x > 0x%x reduce it to 0x%x\n", in at91_poweroff_dt_set_wakeup_mode() 217 { .compatible = "atmel,at91sam9260-shdwc", }, 218 { .compatible = "atmel,at91sam9rl-shdwc", }, 219 { .compatible = "atmel,at91sam9x5-shdwc", },
|
| /linux/arch/arm/boot/dts/microchip/ |
| H A D | usb_a9260.dts | 17 shdwc: poweroff@fffffd10 { label
|
| H A D | at91sam9260ek.dts | 115 shdwc: poweroff@fffffd10 { label
|
| H A D | at91-qil_a9260.dts | 111 shdwc: poweroff@fffffd10 { label
|
| H A D | at91sam9g20ek_common.dtsi | 129 shdwc: poweroff@fffffd10 { label
|
| H A D | at91sam9260.dtsi | 133 shdwc: poweroff@fffffd10 { label 134 compatible = "atmel,at91sam9260-shdwc";
|
| H A D | at91-sama7d65_curiosity.dts | 448 &shdwc {
|
| H A D | at91-sama7g54_curiosity.dts | 530 &shdwc {
|
| H A D | sama7g5.dtsi | 273 shdwc: poweroff@e001d010 { label 274 compatible = "microchip,sama7g5-shdwc", "syscon";
|
| H A D | at91sam9261.dtsi | 618 compatible = "atmel,at91sam9260-shdwc";
|
| H A D | at91-sama7g5ek.dts | 873 &shdwc {
|
| H A D | at91sam9n12.dtsi | 144 compatible = "atmel,at91sam9x5-shdwc";
|
| H A D | at91sam9rl.dtsi | 782 compatible = "atmel,at91sam9260-shdwc";
|
| H A D | at91sam9263.dtsi | 162 compatible = "atmel,at91sam9260-shdwc";
|
| H A D | at91sam9x5.dtsi | 145 compatible = "atmel,at91sam9x5-shdwc";
|
| H A D | at91sam9g45.dtsi | 156 compatible = "atmel,at91sam9rl-shdwc";
|
| H A D | sama5d3.dtsi | 1022 compatible = "atmel,at91sam9x5-shdwc";
|
| H A D | sama5d2.dtsi | 687 compatible = "atmel,sama5d2-shdwc";
|
| H A D | sam9x60.dtsi | 1351 compatible = "microchip,sam9x60-shdwc";
|
| H A D | sama5d4.dtsi | 747 compatible = "atmel,at91sam9x5-shdwc";
|
| /linux/arch/arm/mach-at91/ |
| H A D | pm_data-offsets.c | 15 DEFINE(PM_DATA_SHDWC, offsetof(struct at91_pm_data, shdwc)); in main()
|
| H A D | pm.h | 36 void __iomem *shdwc; member
|
| H A D | pm_suspend.S | 1054 ldr r0, .shdwc 1120 str tmp1, .shdwc 1167 .shdwc: label
|