Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Functions
hermes_dld.h File Reference
#include "hermes.h"

Go to the source code of this file.

Functions

int hermesi_program_init (struct hermes *hw, u32 offset)
 
int hermesi_program_end (struct hermes *hw)
 
int hermes_program (struct hermes *hw, const char *first_block, const void *end)
 
int hermes_read_pda (struct hermes *hw, __le16 *pda, u32 pda_addr, u16 pda_len, int use_eeprom)
 
int hermes_apply_pda (struct hermes *hw, const char *first_pdr, const void *pdr_end, const __le16 *pda, const void *pda_end)
 
int hermes_apply_pda_with_defaults (struct hermes *hw, const char *first_pdr, const void *pdr_end, const __le16 *pda, const void *pda_end)
 
size_t hermes_blocks_length (const char *first_block, const void *end)
 

Function Documentation

int hermes_apply_pda ( struct hermes hw,
const char first_pdr,
const void pdr_end,
const __le16 pda,
const void pda_end 
)

Definition at line 223 of file hermes_dld.c.

int hermes_apply_pda_with_defaults ( struct hermes hw,
const char first_pdr,
const void pdr_end,
const __le16 pda,
const void pda_end 
)

Definition at line 390 of file hermes_dld.c.

size_t hermes_blocks_length ( const char first_block,
const void end 
)

Definition at line 254 of file hermes_dld.c.

int hermes_program ( struct hermes hw,
const char first_block,
const void end 
)

Definition at line 277 of file hermes_dld.c.

int hermes_read_pda ( struct hermes hw,
__le16 pda,
u32  pda_addr,
u16  pda_len,
int  use_eeprom 
)
int hermesi_program_end ( struct hermes hw)
int hermesi_program_init ( struct hermes hw,
u32  offset 
)