Home
last modified time | relevance | path

Searched defs:wdog_ctrl (Results 1 – 7 of 7) sorted by relevance

/openbmc/u-boot/arch/m68k/include/asm/
H A Dimmap_5282.h95 typedef struct wdog_ctrl { struct
96 ushort wcr;
97 ushort wmr;
98 ushort wcntr;
99 ushort wsr;
H A Dimmap_520x.h188 typedef struct wdog_ctrl { struct
189 u16 cr; /* 0x00 Control */
190 u16 mr; /* 0x02 Modulus */
191 u16 cntr; /* 0x04 Count */
192 u16 sr; /* 0x06 Service */
H A Dimmap_5272.h113 typedef struct wdog_ctrl { struct
114 ushort wdog_wrrr;
115 ushort res1;
116 ushort wdog_wirr;
117 ushort res2;
118 ushort wdog_wcr;
119 ushort res3;
120 ushort wdog_wer;
121 uchar res4[114];
H A Dimmap_5235.h212 typedef struct wdog_ctrl { struct
213 u16 cr; /* 0x00 Control register */
214 u16 mr; /* 0x02 Modulus register */
215 u16 cntr; /* 0x04 Count register */
216 u16 sr; /* 0x06 Service register */
H A Dimmap_5275.h228 typedef struct wdog_ctrl { struct
229 u16 wcr;
230 u16 wmr;
231 u16 wcntr;
232 u16 wsr;
233 u8 res4[114];
H A Dimmap_5329.h119 typedef struct wdog_ctrl { struct
120 u16 cr; /* 0x00 Control register */
121 u16 mr; /* 0x02 Modulus register */
122 u16 cntr; /* 0x04 Count register */
123 u16 sr; /* 0x06 Service register */
/openbmc/linux/drivers/comedi/drivers/
H A Daddi_watchdog.c19 unsigned int wdog_ctrl; member