Searched refs:AHC_PAGESCBS (Results 1 – 10 of 10) sorted by relevance
/drivers/scsi/aic7xxx_old/ |
D | aic7xxx_seq.c | 674 return ((p->flags & AHC_PAGESCBS) == 0); in aic7xxx_patch6_func() 682 return ((p->flags & AHC_PAGESCBS) != 0); in aic7xxx_patch5_func()
|
D | aic7xxx.seq | 115 if ((p->flags & AHC_PAGESCBS) != 0) { 123 if ((p->flags & AHC_PAGESCBS) == 0) { 950 if ((p->flags & AHC_PAGESCBS) != 0) { 1508 if ((p->flags & AHC_PAGESCBS) != 0) { 1514 if ((p->flags & AHC_PAGESCBS) != 0) {
|
/drivers/scsi/ |
D | aic7xxx_old.c | 675 AHC_PAGESCBS = 0x00000001, enumerator 3296 if (p->flags & AHC_PAGESCBS) in aic7xxx_reset_device() 3341 if (p->flags & AHC_PAGESCBS) in aic7xxx_reset_device() 6373 (aic7xxx_panic_on_abort) && (p->flags & AHC_PAGESCBS) ) in aic7xxx_isr() 6448 (aic7xxx_panic_on_abort) && (p->flags & AHC_PAGESCBS) ) in aic7xxx_isr() 7835 p->flags &= ~AHC_PAGESCBS; in detect_maxscb() 9024 AHC_PAGESCBS, AHC_AIC7850_FE, 5, in aic7xxx_detect() 9027 AHC_PAGESCBS, AHC_AIC7850_FE, 6, in aic7xxx_detect() 9030 AHC_PAGESCBS | AHC_NEWEEPROM_FMT | AHC_BIOS_ENABLED, in aic7xxx_detect() 9034 AHC_PAGESCBS | AHC_NEWEEPROM_FMT | AHC_BIOS_ENABLED, in aic7xxx_detect() [all …]
|
/drivers/scsi/aic7xxx/ |
D | aic7xxx.seq | 108 if ((ahc->flags & AHC_PAGESCBS) != 0) { 500 if ((ahc->flags & AHC_PAGESCBS) != 0) { 1711 if ((ahc->flags & AHC_PAGESCBS) != 0) { 1846 if ((ahc->flags & AHC_PAGESCBS) != 0) { 1861 if ((ahc->flags & AHC_PAGESCBS) != 0) { 1895 if ((ahc->flags & AHC_PAGESCBS) != 0) { 1943 if ((ahc->flags & AHC_PAGESCBS) != 0) { 2043 if ((ahc->flags & AHC_PAGESCBS) != 0) { 2343 if ((ahc->flags & AHC_PAGESCBS) != 0) { 2347 if ((ahc->flags & AHC_PAGESCBS) != 0) { [all …]
|
D | aic7770.c | 388 ahc->flags |= AHC_PAGESCBS; in ahc_aic7770_setup()
|
D | aic7xxx.h | 352 AHC_PAGESCBS = 0x400000, /* Enable SCB paging */ enumerator
|
D | aic7xxx_core.c | 4749 if ((ahc->flags & AHC_PAGESCBS) != 0) in ahc_build_free_scb_list() 4760 if ((ahc->flags & AHC_PAGESCBS) != 0) { in ahc_build_free_scb_list() 5076 if ((ahc->flags & AHC_PAGESCBS) != 0) in ahc_controller_info() 5430 ahc->flags |= AHC_PAGESCBS; in ahc_init() 5432 ahc->flags &= ~AHC_PAGESCBS; in ahc_init() 6271 if ((ahc->flags & AHC_PAGESCBS) != 0) { in ahc_add_curscb_to_free_list() 7309 if ((ahc->flags & AHC_PAGESCBS) == 0) { in ahc_dump_card_state()
|
D | aic7xxx_pci.c | 772 ahc->flags |= AHC_PAGESCBS; in ahc_pci_config()
|
D | aic7xxx_osm.c | 2299 if ((ahc->flags & AHC_PAGESCBS) == 0) { in ahc_linux_queue_recovery_cmd()
|
D | aic7xxx_seq.h_shipped | 1049 return ((ahc->flags & AHC_PAGESCBS) != 0);
|