Home
last modified time | relevance | path

Searched refs:hermes_program (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/drivers/net/wireless/intersil/orinoco/
H A Dhermes_dld.h32 int hermes_program(struct hermes *hw, const char *first_block, const void *end);
H A Dfw.c164 err = hermes_program(hw, first_block, end); in orinoco_dl_firmware()
241 ret = hermes_program(hw, first_block, end); in symbol_dl_image()
H A Dhermes_dld.c277 int hermes_program(struct hermes *hw, const char *first_block, const void *end) in hermes_program() function