Home
last modified time | relevance | path

Searched refs:shdwc (Results 1 – 25 of 30) sorted by relevance

12

/linux-6.15/Documentation/devicetree/bindings/power/reset/
H A Datmel,sama5d2-shdwc.yaml4 $id: http://devicetree.org/schemas/power/reset/atmel,sama5d2-shdwc.yaml#
21 - microchip,sama7d65-shdwc
22 - const: microchip,sama7g5-shdwc
25 - const: microchip,sama7g5-shdwc
28 - atmel,sama5d2-shdwc
29 - microchip,sam9x60-shdwc
31 - const: microchip,sam9x7-shdwc
32 - const: microchip,sam9x60-shdwc
94 const: atmel,sama5d2-shdwc
103 shdwc: poweroff@f8048010 {
[all …]
H A Datmel,at91sam9260-shdwc.yaml4 $id: http://devicetree.org/schemas/power/reset/atmel,at91sam9260-shdwc.yaml#
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-6.15/drivers/power/reset/
H A Dat91-sama5d2_shdwc.c87 struct shdwc_reg_config shdwc; member
92 struct shdwc { struct
104 static struct shdwc *at91_shdwc; argument
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()
248 mode |= SHDW_RTCWKEN(&rcfg->shdwc); in at91_shdwc_dt_configure()
251 mode |= SHDW_RTTWKEN(&rcfg->shdwc); in at91_shdwc_dt_configure()
261 .shdwc = {
278 .shdwc = {
[all …]
H A Dat91-poweroff.c54 static struct shdwc { struct
/linux-6.15/arch/arm/mach-at91/
H A Dpm.c126 int (*config_shdwc_ws)(void __iomem *shdwc, u32 *mode, u32 *polarity);
257 if (!soc_pm.data.pmc || !soc_pm.data.shdwc || !soc_pm.ws_ids) in at91_pm_config_ws()
266 soc_pm.config_shdwc_ws(soc_pm.data.shdwc, &mode, &polarity); in at91_pm_config_ws()
269 val = readl(soc_pm.data.shdwc + 0x04); in at91_pm_config_ws()
303 static int at91_sama5d2_config_shdwc_ws(void __iomem *shdwc, u32 *mode, in at91_sama5d2_config_shdwc_ws() argument
309 val = readl(shdwc + 0x0c); in at91_sama5d2_config_shdwc_ws()
653 readl(soc_pm.data.shdwc + 0x08); in at91_pm_suspend()
1268 soc_pm.data.shdwc = of_iomap(np, 0); in at91_pm_modes_init()
1321 if (soc_pm.data.shdwc && in at91_pm_modes_init()
1324 iounmap(soc_pm.data.shdwc); in at91_pm_modes_init()
[all …]
H A Dpm.h36 void __iomem *shdwc; member
H A Dpm_data-offsets.c15 DEFINE(PM_DATA_SHDWC, offsetof(struct at91_pm_data, shdwc)); in main()
H A Dpm_suspend.S1079 ldr r0, .shdwc
1145 str tmp1, .shdwc
1192 .shdwc: label
/linux-6.15/arch/arm/boot/dts/microchip/
H A Dsama7d65.dtsi99 shdwc: poweroff@e001d200 { label
100 compatible = "microchip,sama7d65-shdwc", "microchip,sama7g5-shdwc", "syscon";
H A Dusb_a9260.dts25 shdwc: poweroff@fffffd10 { label
H A Dat91-sama7d65_curiosity.dts151 &shdwc {
H A Dat91-qil_a9260.dts111 shdwc: poweroff@fffffd10 { label
H A Dat91sam9260ek.dts115 shdwc: poweroff@fffffd10 { label
H A Dat91sam9g20ek_common.dtsi129 shdwc: poweroff@fffffd10 { label
H A Dat91sam9260.dtsi133 shdwc: poweroff@fffffd10 { label
134 compatible = "atmel,at91sam9260-shdwc";
H A Dat91-sama7g54_curiosity.dts498 &shdwc {
H A Dsama7g5.dtsi260 shdwc: poweroff@e001d010 { label
261 compatible = "microchip,sama7g5-shdwc", "syscon";
H A Dat91sam9261.dtsi618 compatible = "atmel,at91sam9260-shdwc";
H A Dsam9x7.dtsi1215 compatible = "microchip,sam9x7-shdwc", "microchip,sam9x60-shdwc";
H A Dat91-sama7g5ek.dts879 &shdwc {
H A Dat91sam9rl.dtsi782 compatible = "atmel,at91sam9260-shdwc";
H A Dat91sam9n12.dtsi144 compatible = "atmel,at91sam9x5-shdwc";
H A Dat91sam9x5.dtsi145 compatible = "atmel,at91sam9x5-shdwc";
H A Dat91sam9263.dtsi162 compatible = "atmel,at91sam9260-shdwc";
H A Dat91sam9g45.dtsi156 compatible = "atmel,at91sam9rl-shdwc";

12