Home
last modified time | relevance | path

Searched refs:AHC_QUEUE_REGS (Results 1 – 7 of 7) sorted by relevance

/drivers/scsi/aic7xxx_old/
Daic7xxx_seq.c690 return ((p->features & AHC_QUEUE_REGS) != 0); in aic7xxx_patch4_func()
706 return ((p->features & AHC_QUEUE_REGS) == 0); in aic7xxx_patch2_func()
Daic7xxx.seq74 if ((p->features & AHC_QUEUE_REGS) == 0) {
78 if ((p->features & AHC_QUEUE_REGS) == 0) {
98 if ((p->features & AHC_QUEUE_REGS) != 0) {
856 if ((p->features & AHC_QUEUE_REGS) != 0) {
863 if ((p->features & AHC_QUEUE_REGS) == 0) {
/drivers/scsi/aic7xxx/
Daic7xxx.h212 AHC_QUEUE_REGS = 0x00040, /* Has Queue management registers */ enumerator
249 |AHC_QUEUE_REGS|AHC_SG_PRELOAD|AHC_MULTI_TID
Daic7xxx_core.c642 if ((ahc->features & AHC_QUEUE_REGS) != 0) { in ahc_queue_scb()
5198 if ((ahc->features & AHC_QUEUE_REGS) != 0) { in ahc_chip_init()
5824 if ((ahc->features & AHC_QUEUE_REGS) != 0) { in ahc_qinfifo_requeue_tail()
5853 if ((ahc->features & AHC_QUEUE_REGS) != 0) { in ahc_qinfifo_count()
5879 have_qregs = (ahc->features & AHC_QUEUE_REGS) != 0; in ahc_search_qinfifo()
5949 if ((ahc->features & AHC_QUEUE_REGS) != 0) { in ahc_search_qinfifo()
7236 if ((ahc->features & AHC_QUEUE_REGS) != 0) { in ahc_dump_card_state()
Daic7xxx_seq.h_shipped913 return ((ahc->features & AHC_QUEUE_REGS) == 0);
1057 return ((ahc->features & AHC_QUEUE_REGS) != 0);
Daic7xxx.seq95 if ((ahc->features & AHC_QUEUE_REGS) != 0) {
138 if ((ahc->features & AHC_QUEUE_REGS) != 0) {
1679 if ((ahc->features & AHC_QUEUE_REGS) != 0) {
1686 if ((ahc->features & AHC_QUEUE_REGS) == 0) {
/drivers/scsi/
Daic7xxx_old.c741 AHC_QUEUE_REGS = 0x0040, enumerator
752 AHC_QUEUE_REGS|AHC_SG_PRELOAD|AHC_NEW_AUTOTERM,
3062 if (p->features & AHC_QUEUE_REGS) in aic7xxx_search_qinfifo()
3672 if (p->features & AHC_QUEUE_REGS) in aic7xxx_run_waiting_queues()
8189 if(p->features & AHC_QUEUE_REGS) in aic7xxx_register()
10483 if (p->features & AHC_QUEUE_REGS) in DEF_SCSI_QCMD()
10732 if (p->features & AHC_QUEUE_REGS) in __aic7xxx_abort()
11056 if(p->features & AHC_QUEUE_REGS) in aic7xxx_print_card()