Searched refs:sym_fw_bind_script (Results 1 – 3 of 3) sorted by relevance
/linux-3.4.99/drivers/scsi/sym53c8xx_2/ |
D | sym_fw.c | 365 void sym_fw_bind_script(struct sym_hcb *np, u32 *start, int len) in sym_fw_bind_script() function
|
D | sym_hipd.h | 1049 void sym_fw_bind_script(struct sym_hcb *np, u32 *start, int len);
|
D | sym_hipd.c | 5719 sym_fw_bind_script(np, (u32 *) np->scripta0, np->scripta_sz); 5720 sym_fw_bind_script(np, (u32 *) np->scriptb0, np->scriptb_sz); 5721 sym_fw_bind_script(np, (u32 *) np->scriptz0, np->scriptz_sz);
|