Searched refs:aic7xxx_host (Results 1 – 3 of 3) sorted by relevance
597 static int aic7xxx_patch15_func(struct aic7xxx_host *p);600 aic7xxx_patch15_func(struct aic7xxx_host *p) in aic7xxx_patch15_func()605 static int aic7xxx_patch14_func(struct aic7xxx_host *p);608 aic7xxx_patch14_func(struct aic7xxx_host *p) in aic7xxx_patch14_func()613 static int aic7xxx_patch13_func(struct aic7xxx_host *p);616 aic7xxx_patch13_func(struct aic7xxx_host *p) in aic7xxx_patch13_func()621 static int aic7xxx_patch12_func(struct aic7xxx_host *p);624 aic7xxx_patch12_func(struct aic7xxx_host *p) in aic7xxx_patch12_func()629 static int aic7xxx_patch11_func(struct aic7xxx_host *p);632 aic7xxx_patch11_func(struct aic7xxx_host *p) in aic7xxx_patch11_func()[all …]
87 struct aic7xxx_host *p; in aic7xxx_proc_info()118 p = (struct aic7xxx_host *) HBAptr->hostdata; in aic7xxx_proc_info()
652 static struct aic7xxx_host *first_aic7xxx = NULL;935 struct aic7xxx_host { struct1038 struct aic7xxx_host *next; /* allow for multiple IRQs */ argument1356 static void aic7xxx_panic_abort(struct aic7xxx_host *p, Scsi_Cmnd *cmd);1357 static void aic7xxx_print_card(struct aic7xxx_host *p);1358 static void aic7xxx_print_scratch_ram(struct aic7xxx_host *p);1359 static void aic7xxx_print_sequencer(struct aic7xxx_host *p, int downloaded);1361 static void aic7xxx_check_scbs(struct aic7xxx_host *p, char *buffer);1374 aic_inb(struct aic7xxx_host *p, long port) in aic_inb()1393 aic_outb(struct aic7xxx_host *p, unsigned char val, long port) in aic_outb()[all …]