|
Linux Kernel
3.7.1
|
#include <linux/types.h>#include <dspbridge/dbdefs.h>#include <dspbridge/dspdeh.h>#include <dspbridge/dev.h>#include <dspbridge/_chnl_sm.h>#include <dspbridge/wdt.h>#include <dspbridge/host_os.h>Go to the source code of this file.
Macros | |
| #define | OMAP34XX_WDT3_BASE (0x49000000 + 0x30000) |
| #define | INT_34XX_WDT3_IRQ (36 + NR_IRQS) |
Functions | |
| void | dsp_wdt_dpc (unsigned long data) |
| irqreturn_t | dsp_wdt_isr (int irq, void *data) |
| int | dsp_wdt_init (void) |
| void | dsp_wdt_sm_set (void *data) |
| void | dsp_wdt_exit (void) |
| void | dsp_wdt_enable (bool enable) |
dsp_wdt_enable() - enable/disable wdt3 : bool value to enable/disable wdt3
This function enables or disables wdt3 base on value.
dsp_wdt_exit() - initialize wdt3 module.
This function frees all resources allocated for wdt3 module.
dsp_wdt_init() - initialize wdt3 module.
This function initialize to wdt3 module, so that other wdt3 function can be used.
| irqreturn_t dsp_wdt_isr | ( | int | irq, |
| void * | data | ||
| ) |
1.8.2