Home
last modified time | relevance | path

Searched refs:wdt (Results 1 – 25 of 130) sorted by relevance

123456

/arch/mn10300/kernel/
Dmn10300-watchdog.c106 u8 wdt; in watchdog_go() local
110 wdt = WDCTR & ~WDCTR_WDCNE; in watchdog_go()
111 WDCTR = wdt | WDCTR_WDRST; in watchdog_go()
112 wdt = WDCTR; in watchdog_go()
113 WDCTR = wdt | WDCTR_WDCNE; in watchdog_go()
114 wdt = WDCTR; in watchdog_go()
137 u8 wdt, tmp; in watchdog_interrupt() local
139 wdt = WDCTR & ~WDCTR_WDCNE; in watchdog_interrupt()
140 WDCTR = wdt; in watchdog_interrupt()
201 WDCTR = wdt | WDCTR_WDRST; in watchdog_interrupt()
[all …]
/arch/powerpc/boot/dts/
Dge_imp3a.dts101 wdt@4,800 {
102 compatible = "ge,imp3a-fpga-wdt", "gef,fpga-wdt-1.00",
103 "gef,fpga-wdt";
110 wdt@4,808 {
111 compatible = "gef,imp3a-fpga-wdt", "gef,fpga-wdt-1.00",
112 "gef,fpga-wdt";
Dgef_ppc9a.dts132 wdt@4,2000 {
133 compatible = "gef,ppc9a-fpga-wdt", "gef,fpga-wdt-1.00",
134 "gef,fpga-wdt";
140 wdt@4,2010 {
141 compatible = "gef,ppc9a-fpga-wdt", "gef,fpga-wdt-1.00",
142 "gef,fpga-wdt";
Dgef_sbc310.dts130 wdt@4,2000 {
131 compatible = "gef,sbc310-fpga-wdt", "gef,fpga-wdt-1.00",
132 "gef,fpga-wdt";
138 wdt@4,2010 {
139 compatible = "gef,sbc310-fpga-wdt", "gef,fpga-wdt-1.00",
140 "gef,fpga-wdt";
Do2d.dtsi17 fsl,has-wdt;
18 fsl,wdt-on-boot = <0>;
Dgef_sbc610.dts132 wdt@4,2000 {
133 compatible = "gef,fpga-wdt";
139 wdt@4,2010 {
140 compatible = "gef,fpga-wdt";
Dcm5200.dts15 &gpt0 { fsl,has-wdt; };
Dvirtex440-ml507.dts383 xps_timebase_wdt_1: xps-timebase-wdt@83a00000 {
384 compatible = "xlnx,xps-timebase-wdt-1.00.b";
389 xlnx,wdt-enable-once = <0>;
390 xlnx,wdt-interval = <0x1e>;
Dprpmc2800.dts189 wdt@b410 { /* watchdog timer */
190 compatible = "marvell,mv64360-wdt";
Dpcm030.dts17 &gpt0 { fsl,has-wdt; };
Dmotionpro.dts15 &gpt0 { fsl,has-wdt; };
/arch/arm/boot/dts/
Dkeystone.dtsi83 ti,wdt-list = <0>;
200 wdt: wdt@022f0080 { label
201 compatible = "ti,keystone-wdt","ti,davinci-wdt";
Dorion5x.dtsi145 wdt: wdt@20300 { label
146 compatible = "marvell,orion-wdt";
Dda850.dtsi195 wdt: wdt@1c21000 { label
196 compatible = "ti,davinci-wdt";
Dmeson.dtsi73 wdt: watchdog@c1109900 { label
74 compatible = "amlogic,meson6-wdt";
Domap2420.dtsi180 wd_timer2: wdt@48022000 {
181 compatible = "ti,omap2-wdt";
Ds3c24xx.dtsi74 compatible = "samsung,s3c2410-wdt";
Dda850-evm.dts69 wdt: wdt@1c21000 { label
Dimx51.dtsi343 compatible = "fsl,imx51-wdt", "fsl,imx21-wdt";
350 compatible = "fsl,imx51-wdt", "fsl,imx21-wdt";
Drk3066a.dtsi496 &wdt {
497 compatible = "rockchip,rk3066-wdt", "snps,dw-wdt";
Drk3188.dtsi495 &wdt {
496 compatible = "rockchip,rk3188-wdt", "snps,dw-wdt";
/arch/mips/bcm63xx/
DMakefile4 dev-wdt.o dev-usb-usbd.o
/arch/arm/mach-imx/devices/
DMakefile10 obj-$(CONFIG_IMX_HAVE_PLATFORM_IMX2_WDT) += platform-imx2-wdt.o
/arch/mips/boot/dts/
Ddanube.dtsi27 compatible = "lantiq,wdt";
/arch/powerpc/platforms/52xx/
DKconfig18 - if the 'fsl,has-wdt' property is present in one of the

123456