Searched refs:sym_fw (Results 1 – 6 of 6) sorted by relevance
/linux/drivers/scsi/sym53c8xx_2/ |
H A D | sym_fw.c | 245 sym_fw_setup_bus_addresses(struct sym_hcb *np, struct sym_fw *fw) in sym_fw_setup_bus_addresses() 282 sym_fw1_setup(struct sym_hcb *np, struct sym_fw *fw) in sym_fw1_setup() 304 sym_fw2_setup(struct sym_hcb *np, struct sym_fw *fw) in sym_fw2_setup() 325 static struct sym_fw sym_fw1 = SYM_FW_ENTRY(sym_fw1, "NCR-generic"); 327 static struct sym_fw sym_fw2 = SYM_FW_ENTRY(sym_fw2, "LOAD/STORE-based"); 332 struct sym_fw *
|
H A D | Makefile | 4 sym53c8xx-objs := sym_fw.o sym_glue.o sym_hipd.o sym_malloc.o sym_nvram.o
|
H A D | sym_fw.h | 117 struct sym_fw { struct 132 void (*setup)(struct sym_hcb *, struct sym_fw *); argument
|
H A D | sym_hipd.h | 903 void (*fw_setup)(struct sym_hcb *np, struct sym_fw *fw); 1035 struct sym_fw * sym_find_firmware(struct sym_chip *chip); 1061 int sym_hcb_attach(struct Scsi_Host *shost, struct sym_fw *fw, struct sym_nvram *nvram);
|
H A D | sym_glue.c | 1288 struct sym_fw *fw; in sym_attach()
|
H A D | sym_hipd.c | 5578 int sym_hcb_attach(struct Scsi_Host *shost, struct sym_fw *fw, struct sym_nvram *nvram)
|