Searched refs:ncr_init (Results 1 – 2 of 2) sorted by relevance
/linux-2.4.37.9/drivers/scsi/ |
D | ncr53c8xx.c | 1331 static void ncr_init (ncb_p np, int reset, char * msg, u_long code); 5440 void ncr_init (ncb_p np, int reset, char * msg, u_long code) function 6360 ncr_init (np, 1, bootverbose ? "scsi reset" : NULL, HS_RESET); 6506 ncr_init (np, 0, bootverbose ? "scsi mode change" : NULL, HS_RESET);
|
D | sym53c8xx.c | 2486 static void ncr_init (ncb_p np, int reset, char * msg, u_long code); 7640 void ncr_init (ncb_p np, int reset, char * msg, u_long code) function 8931 ncr_init (np, 1, bootverbose ? "scsi reset" : NULL, HS_RESET); 9163 ncr_init (np, 0, bootverbose ? "scsi mode change" : NULL, HS_RESET);
|