coreboot
coreboot is an Open Source project aimed at replacing the proprietary BIOS found in most computers.
tas5825m.c File Reference
Include dependency graph for tas5825m.c:

Go to the source code of this file.

Functions

static int program_dsp_ram (struct device *dev)
 
static int program_biquad_filters (struct device *dev)
 
int tas5825m_setup (struct device *dev, int id)
 

Function Documentation

◆ program_biquad_filters()

static int program_biquad_filters ( struct device dev)
static

Definition at line 690 of file tas5825m.c.

References ARRAY_SIZE, tas5825m_set_book(), tas5825m_set_page(), and tas5825m_write_block_at().

Referenced by tas5825m_setup().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ program_dsp_ram()

static int program_dsp_ram ( struct device dev)
static

Definition at line 6 of file tas5825m.c.

References ARRAY_SIZE, tas5825m_set_book(), tas5825m_set_page(), and tas5825m_write_block_at().

Referenced by tas5825m_setup().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ tas5825m_setup()

int tas5825m_setup ( struct device dev,
int  id 
)

Definition at line 1028 of file tas5825m.c.

References ARRAY_SIZE, mdelay(), program_biquad_filters(), program_dsp_ram(), tas5825m_set_book(), tas5825m_set_page(), tas5825m_write_at(), and tas5825m_write_block_at().

Here is the call graph for this function: