Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Functions | Variables
tiomap_io.c File Reference
#include <linux/platform_data/dsp-omap.h>
#include <dspbridge/dbdefs.h>
#include <dspbridge/dev.h>
#include <dspbridge/drv.h>
#include <dspbridge/wdt.h>
#include "_tiomap.h"
#include "_tiomap_pwr.h"
#include "tiomap_io.h"

Go to the source code of this file.

Functions

int read_ext_dsp_data (struct bridge_dev_context *dev_ctxt, u8 *host_buff, u32 dsp_addr, u32 ul_num_bytes, u32 mem_type)
 
int write_dsp_data (struct bridge_dev_context *dev_context, u8 *host_buff, u32 dsp_addr, u32 ul_num_bytes, u32 mem_type)
 
int write_ext_dsp_data (struct bridge_dev_context *dev_context, u8 *host_buff, u32 dsp_addr, u32 ul_num_bytes, u32 mem_type, bool dynamic_load)
 
int sm_interrupt_dsp (struct bridge_dev_context *dev_context, u16 mb_val)
 

Variables

bool symbols_reloaded = true
 

Function Documentation

int read_ext_dsp_data ( struct bridge_dev_context dev_ctxt,
u8 host_buff,
u32  dsp_addr,
u32  ul_num_bytes,
u32  mem_type 
)

Definition at line 51 of file tiomap_io.c.

int sm_interrupt_dsp ( struct bridge_dev_context dev_context,
u16  mb_val 
)

Definition at line 369 of file tiomap_io.c.

int write_dsp_data ( struct bridge_dev_context dev_context,
u8 host_buff,
u32  dsp_addr,
u32  ul_num_bytes,
u32  mem_type 
)

Definition at line 170 of file tiomap_io.c.

int write_ext_dsp_data ( struct bridge_dev_context dev_context,
u8 host_buff,
u32  dsp_addr,
u32  ul_num_bytes,
u32  mem_type,
bool  dynamic_load 
)

Definition at line 216 of file tiomap_io.c.

Variable Documentation

bool symbols_reloaded = true

Definition at line 45 of file tiomap_io.c.