Searched refs:FLAG_NCR53C400 (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/
H A DNCR5380.c591 if (((struct NCR5380_hostdata *) instance->hostdata)->flags & FLAG_NCR53C400) {
654 if (((struct NCR5380_hostdata *) instance->hostdata)->flags & FLAG_NCR53C400)
760 if (flags & FLAG_NCR53C400)
796 if (flags & FLAG_NCR53C400)
816 if (hostdata->flags & FLAG_NCR53C400) {
1734 if (hostdata->flags & FLAG_NCR53C400)
1824 if (hostdata->flags & FLAG_NCR53C400) {
1829 if (!(hostdata->flags & FLAG_NCR53C400)) {
1873 if ((!(p & SR_IO)) && (hostdata->flags & FLAG_NCR53C400)) {
H A DNCR5380.h246 #define FLAG_NCR53C400 4 /* NCR53c400 */ macro
H A Dg_NCR5380.c366 flags = FLAG_NCR53C400;
791 PRINTP("NCR53C400 card%s detected\n" ANDP(((struct NCR5380_hostdata *) scsi_ptr->hostdata)->flags & FLAG_NCR53C400) ? "" : " not");

Completed in 347 milliseconds