Searched defs:wdog_ctrl (Results 1 – 6 of 6) sorted by relevance
96 typedef struct wdog_ctrl { struct97 ushort wcr;98 ushort wmr;99 ushort wcntr;100 ushort wsr;
189 typedef struct wdog_ctrl { struct190 u16 cr; /* 0x00 Control */191 u16 mr; /* 0x02 Modulus */192 u16 cntr; /* 0x04 Count */193 u16 sr; /* 0x06 Service */
114 typedef struct wdog_ctrl { struct115 ushort wdog_wrrr;116 ushort res1;117 ushort wdog_wirr;118 ushort res2;119 ushort wdog_wcr;120 ushort res3;121 ushort wdog_wer;122 uchar res4[114];
213 typedef struct wdog_ctrl { struct214 u16 cr; /* 0x00 Control register */215 u16 mr; /* 0x02 Modulus register */216 u16 cntr; /* 0x04 Count register */217 u16 sr; /* 0x06 Service register */
229 typedef struct wdog_ctrl { struct230 u16 wcr;231 u16 wmr;232 u16 wcntr;233 u16 wsr;234 u8 res4[114];
120 typedef struct wdog_ctrl { struct121 u16 cr; /* 0x00 Control register */122 u16 mr; /* 0x02 Modulus register */123 u16 cntr; /* 0x04 Count register */124 u16 sr; /* 0x06 Service register */