~ [ source navigation ] ~ [ diff markup ] ~ [ identifier search ] ~

TOMOYO Linux Cross Reference
Linux/include/dt-bindings/watchdog/aspeed-wdt.h

Version: ~ [ linux-6.12-rc7 ] ~ [ linux-6.11.7 ] ~ [ linux-6.10.14 ] ~ [ linux-6.9.12 ] ~ [ linux-6.8.12 ] ~ [ linux-6.7.12 ] ~ [ linux-6.6.60 ] ~ [ linux-6.5.13 ] ~ [ linux-6.4.16 ] ~ [ linux-6.3.13 ] ~ [ linux-6.2.16 ] ~ [ linux-6.1.116 ] ~ [ linux-6.0.19 ] ~ [ linux-5.19.17 ] ~ [ linux-5.18.19 ] ~ [ linux-5.17.15 ] ~ [ linux-5.16.20 ] ~ [ linux-5.15.171 ] ~ [ linux-5.14.21 ] ~ [ linux-5.13.19 ] ~ [ linux-5.12.19 ] ~ [ linux-5.11.22 ] ~ [ linux-5.10.229 ] ~ [ linux-5.9.16 ] ~ [ linux-5.8.18 ] ~ [ linux-5.7.19 ] ~ [ linux-5.6.19 ] ~ [ linux-5.5.19 ] ~ [ linux-5.4.285 ] ~ [ linux-5.3.18 ] ~ [ linux-5.2.21 ] ~ [ linux-5.1.21 ] ~ [ linux-5.0.21 ] ~ [ linux-4.20.17 ] ~ [ linux-4.19.323 ] ~ [ linux-4.18.20 ] ~ [ linux-4.17.19 ] ~ [ linux-4.16.18 ] ~ [ linux-4.15.18 ] ~ [ linux-4.14.336 ] ~ [ linux-4.13.16 ] ~ [ linux-4.12.14 ] ~ [ linux-4.11.12 ] ~ [ linux-4.10.17 ] ~ [ linux-4.9.337 ] ~ [ linux-4.4.302 ] ~ [ linux-3.10.108 ] ~ [ linux-2.6.32.71 ] ~ [ linux-2.6.0 ] ~ [ linux-2.4.37.11 ] ~ [ unix-v6-master ] ~ [ ccs-tools-1.8.12 ] ~ [ policy-sample ] ~
Architecture: ~ [ i386 ] ~ [ alpha ] ~ [ m68k ] ~ [ mips ] ~ [ ppc ] ~ [ sparc ] ~ [ sparc64 ] ~

Diff markup

Differences between /include/dt-bindings/watchdog/aspeed-wdt.h (Version linux-6.12-rc7) and /include/dt-bindings/watchdog/aspeed-wdt.h (Version linux-6.9.12)


  1 /* SPDX-License-Identifier: (GPL-2.0-only OR B      1 /* SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) */
  2                                                     2 
  3 #ifndef DT_BINDINGS_ASPEED_WDT_H                    3 #ifndef DT_BINDINGS_ASPEED_WDT_H
  4 #define DT_BINDINGS_ASPEED_WDT_H                    4 #define DT_BINDINGS_ASPEED_WDT_H
  5                                                     5 
  6 #define AST2500_WDT_RESET_CPU           (1 <<       6 #define AST2500_WDT_RESET_CPU           (1 << 0)
  7 #define AST2500_WDT_RESET_COPROC        (1 <<       7 #define AST2500_WDT_RESET_COPROC        (1 << 1)
  8 #define AST2500_WDT_RESET_SDRAM         (1 <<       8 #define AST2500_WDT_RESET_SDRAM         (1 << 2)
  9 #define AST2500_WDT_RESET_AHB           (1 <<       9 #define AST2500_WDT_RESET_AHB           (1 << 3)
 10 #define AST2500_WDT_RESET_I2C           (1 <<      10 #define AST2500_WDT_RESET_I2C           (1 << 4)
 11 #define AST2500_WDT_RESET_MAC0          (1 <<      11 #define AST2500_WDT_RESET_MAC0          (1 << 5)
 12 #define AST2500_WDT_RESET_MAC1          (1 <<      12 #define AST2500_WDT_RESET_MAC1          (1 << 6)
 13 #define AST2500_WDT_RESET_GRAPHICS      (1 <<      13 #define AST2500_WDT_RESET_GRAPHICS      (1 << 7)
 14 #define AST2500_WDT_RESET_USB2_HOST_HUB (1 <<      14 #define AST2500_WDT_RESET_USB2_HOST_HUB (1 << 8)
 15 #define AST2500_WDT_RESET_USB_HOST      (1 <<      15 #define AST2500_WDT_RESET_USB_HOST      (1 << 9)
 16 #define AST2500_WDT_RESET_HID_EHCI      (1 <<      16 #define AST2500_WDT_RESET_HID_EHCI      (1 << 10)
 17 #define AST2500_WDT_RESET_VIDEO         (1 <<      17 #define AST2500_WDT_RESET_VIDEO         (1 << 11)
 18 #define AST2500_WDT_RESET_HAC           (1 <<      18 #define AST2500_WDT_RESET_HAC           (1 << 12)
 19 #define AST2500_WDT_RESET_LPC           (1 <<      19 #define AST2500_WDT_RESET_LPC           (1 << 13)
 20 #define AST2500_WDT_RESET_SDIO          (1 <<      20 #define AST2500_WDT_RESET_SDIO          (1 << 14)
 21 #define AST2500_WDT_RESET_MIC           (1 <<      21 #define AST2500_WDT_RESET_MIC           (1 << 15)
 22 #define AST2500_WDT_RESET_CRT           (1 <<      22 #define AST2500_WDT_RESET_CRT           (1 << 16)
 23 #define AST2500_WDT_RESET_PWM           (1 <<      23 #define AST2500_WDT_RESET_PWM           (1 << 17)
 24 #define AST2500_WDT_RESET_PECI          (1 <<      24 #define AST2500_WDT_RESET_PECI          (1 << 18)
 25 #define AST2500_WDT_RESET_JTAG          (1 <<      25 #define AST2500_WDT_RESET_JTAG          (1 << 19)
 26 #define AST2500_WDT_RESET_ADC           (1 <<      26 #define AST2500_WDT_RESET_ADC           (1 << 20)
 27 #define AST2500_WDT_RESET_GPIO          (1 <<      27 #define AST2500_WDT_RESET_GPIO          (1 << 21)
 28 #define AST2500_WDT_RESET_MCTP          (1 <<      28 #define AST2500_WDT_RESET_MCTP          (1 << 22)
 29 #define AST2500_WDT_RESET_XDMA          (1 <<      29 #define AST2500_WDT_RESET_XDMA          (1 << 23)
 30 #define AST2500_WDT_RESET_SPI           (1 <<      30 #define AST2500_WDT_RESET_SPI           (1 << 24)
 31 #define AST2500_WDT_RESET_SOC_MISC      (1 <<      31 #define AST2500_WDT_RESET_SOC_MISC      (1 << 25)
 32                                                    32 
 33 #define AST2500_WDT_RESET_DEFAULT 0x023ffff3       33 #define AST2500_WDT_RESET_DEFAULT 0x023ffff3
 34                                                    34 
 35 #define AST2600_WDT_RESET1_CPU          (1 <<      35 #define AST2600_WDT_RESET1_CPU          (1 << 0)
 36 #define AST2600_WDT_RESET1_SDRAM        (1 <<      36 #define AST2600_WDT_RESET1_SDRAM        (1 << 1)
 37 #define AST2600_WDT_RESET1_AHB          (1 <<      37 #define AST2600_WDT_RESET1_AHB          (1 << 2)
 38 #define AST2600_WDT_RESET1_SLI          (1 <<      38 #define AST2600_WDT_RESET1_SLI          (1 << 3)
 39 #define AST2600_WDT_RESET1_SOC_MISC0    (1 <<      39 #define AST2600_WDT_RESET1_SOC_MISC0    (1 << 4)
 40 #define AST2600_WDT_RESET1_COPROC       (1 <<      40 #define AST2600_WDT_RESET1_COPROC       (1 << 5)
 41 #define AST2600_WDT_RESET1_USB_A        (1 <<      41 #define AST2600_WDT_RESET1_USB_A        (1 << 6)
 42 #define AST2600_WDT_RESET1_USB_B        (1 <<      42 #define AST2600_WDT_RESET1_USB_B        (1 << 7)
 43 #define AST2600_WDT_RESET1_UHCI         (1 <<      43 #define AST2600_WDT_RESET1_UHCI         (1 << 8)
 44 #define AST2600_WDT_RESET1_GRAPHICS     (1 <<      44 #define AST2600_WDT_RESET1_GRAPHICS     (1 << 9)
 45 #define AST2600_WDT_RESET1_CRT          (1 <<      45 #define AST2600_WDT_RESET1_CRT          (1 << 10)
 46 #define AST2600_WDT_RESET1_VIDEO        (1 <<      46 #define AST2600_WDT_RESET1_VIDEO        (1 << 11)
 47 #define AST2600_WDT_RESET1_HAC          (1 <<      47 #define AST2600_WDT_RESET1_HAC          (1 << 12)
 48 #define AST2600_WDT_RESET1_DP           (1 <<      48 #define AST2600_WDT_RESET1_DP           (1 << 13)
 49 #define AST2600_WDT_RESET1_DP_MCU       (1 <<      49 #define AST2600_WDT_RESET1_DP_MCU       (1 << 14)
 50 #define AST2600_WDT_RESET1_GP_MCU       (1 <<      50 #define AST2600_WDT_RESET1_GP_MCU       (1 << 15)
 51 #define AST2600_WDT_RESET1_MAC0         (1 <<      51 #define AST2600_WDT_RESET1_MAC0         (1 << 16)
 52 #define AST2600_WDT_RESET1_MAC1         (1 <<      52 #define AST2600_WDT_RESET1_MAC1         (1 << 17)
 53 #define AST2600_WDT_RESET1_SDIO0        (1 <<      53 #define AST2600_WDT_RESET1_SDIO0        (1 << 18)
 54 #define AST2600_WDT_RESET1_JTAG0        (1 <<      54 #define AST2600_WDT_RESET1_JTAG0        (1 << 19)
 55 #define AST2600_WDT_RESET1_MCTP0        (1 <<      55 #define AST2600_WDT_RESET1_MCTP0        (1 << 20)
 56 #define AST2600_WDT_RESET1_MCTP1        (1 <<      56 #define AST2600_WDT_RESET1_MCTP1        (1 << 21)
 57 #define AST2600_WDT_RESET1_XDMA0        (1 <<      57 #define AST2600_WDT_RESET1_XDMA0        (1 << 22)
 58 #define AST2600_WDT_RESET1_XDMA1        (1 <<      58 #define AST2600_WDT_RESET1_XDMA1        (1 << 23)
 59 #define AST2600_WDT_RESET1_GPIO0        (1 <<      59 #define AST2600_WDT_RESET1_GPIO0        (1 << 24)
 60 #define AST2600_WDT_RESET1_RVAS         (1 <<      60 #define AST2600_WDT_RESET1_RVAS         (1 << 25)
 61                                                    61 
 62 #define AST2600_WDT_RESET1_DEFAULT 0x030f1ff1      62 #define AST2600_WDT_RESET1_DEFAULT 0x030f1ff1
 63                                                    63 
 64 #define AST2600_WDT_RESET2_CPU          (1 <<      64 #define AST2600_WDT_RESET2_CPU          (1 << 0)
 65 #define AST2600_WDT_RESET2_SPI          (1 <<      65 #define AST2600_WDT_RESET2_SPI          (1 << 1)
 66 #define AST2600_WDT_RESET2_AHB2         (1 <<      66 #define AST2600_WDT_RESET2_AHB2         (1 << 2)
 67 #define AST2600_WDT_RESET2_SLI2         (1 <<      67 #define AST2600_WDT_RESET2_SLI2         (1 << 3)
 68 #define AST2600_WDT_RESET2_SOC_MISC1    (1 <<      68 #define AST2600_WDT_RESET2_SOC_MISC1    (1 << 4)
 69 #define AST2600_WDT_RESET2_MAC2         (1 <<      69 #define AST2600_WDT_RESET2_MAC2         (1 << 5)
 70 #define AST2600_WDT_RESET2_MAC3         (1 <<      70 #define AST2600_WDT_RESET2_MAC3         (1 << 6)
 71 #define AST2600_WDT_RESET2_SDIO1        (1 <<      71 #define AST2600_WDT_RESET2_SDIO1        (1 << 7)
 72 #define AST2600_WDT_RESET2_JTAG1        (1 <<      72 #define AST2600_WDT_RESET2_JTAG1        (1 << 8)
 73 #define AST2600_WDT_RESET2_GPIO1        (1 <<      73 #define AST2600_WDT_RESET2_GPIO1        (1 << 9)
 74 #define AST2600_WDT_RESET2_MDIO         (1 <<      74 #define AST2600_WDT_RESET2_MDIO         (1 << 10)
 75 #define AST2600_WDT_RESET2_LPC          (1 <<      75 #define AST2600_WDT_RESET2_LPC          (1 << 11)
 76 #define AST2600_WDT_RESET2_PECI         (1 <<      76 #define AST2600_WDT_RESET2_PECI         (1 << 12)
 77 #define AST2600_WDT_RESET2_PWM          (1 <<      77 #define AST2600_WDT_RESET2_PWM          (1 << 13)
 78 #define AST2600_WDT_RESET2_ADC          (1 <<      78 #define AST2600_WDT_RESET2_ADC          (1 << 14)
 79 #define AST2600_WDT_RESET2_FSI          (1 <<      79 #define AST2600_WDT_RESET2_FSI          (1 << 15)
 80 #define AST2600_WDT_RESET2_I2C          (1 <<      80 #define AST2600_WDT_RESET2_I2C          (1 << 16)
 81 #define AST2600_WDT_RESET2_I3C_GLOBAL   (1 <<      81 #define AST2600_WDT_RESET2_I3C_GLOBAL   (1 << 17)
 82 #define AST2600_WDT_RESET2_I3C0         (1 <<      82 #define AST2600_WDT_RESET2_I3C0         (1 << 18)
 83 #define AST2600_WDT_RESET2_I3C1         (1 <<      83 #define AST2600_WDT_RESET2_I3C1         (1 << 19)
 84 #define AST2600_WDT_RESET2_I3C2         (1 <<      84 #define AST2600_WDT_RESET2_I3C2         (1 << 20)
 85 #define AST2600_WDT_RESET2_I3C3         (1 <<      85 #define AST2600_WDT_RESET2_I3C3         (1 << 21)
 86 #define AST2600_WDT_RESET2_I3C4         (1 <<      86 #define AST2600_WDT_RESET2_I3C4         (1 << 22)
 87 #define AST2600_WDT_RESET2_I3C5         (1 <<      87 #define AST2600_WDT_RESET2_I3C5         (1 << 23)
 88 #define AST2600_WDT_RESET2_ESPI         (1 <<      88 #define AST2600_WDT_RESET2_ESPI         (1 << 26)
 89                                                    89 
 90 #define AST2600_WDT_RESET2_DEFAULT 0x03fffff1      90 #define AST2600_WDT_RESET2_DEFAULT 0x03fffff1
 91                                                    91 
 92 #endif                                             92 #endif
 93                                                    93 

~ [ source navigation ] ~ [ diff markup ] ~ [ identifier search ] ~

kernel.org | git.kernel.org | LWN.net | Project Home | SVN repository | Mail admin

Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.

sflogo.php