Home
last modified time | relevance | path

Searched refs:AHC_PAGESCBS (Results 1 – 10 of 10) sorted by relevance

/drivers/scsi/aic7xxx_old/
Daic7xxx_seq.c674 return ((p->flags & AHC_PAGESCBS) == 0); in aic7xxx_patch6_func()
682 return ((p->flags & AHC_PAGESCBS) != 0); in aic7xxx_patch5_func()
Daic7xxx.seq115 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/
Daic7xxx_old.c675 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/
Daic7xxx.seq108 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 …]
Daic7770.c388 ahc->flags |= AHC_PAGESCBS; in ahc_aic7770_setup()
Daic7xxx.h352 AHC_PAGESCBS = 0x400000, /* Enable SCB paging */ enumerator
Daic7xxx_core.c4749 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()
Daic7xxx_pci.c772 ahc->flags |= AHC_PAGESCBS; in ahc_pci_config()
Daic7xxx_osm.c2299 if ((ahc->flags & AHC_PAGESCBS) == 0) { in ahc_linux_queue_recovery_cmd()
Daic7xxx_seq.h_shipped1049 return ((ahc->flags & AHC_PAGESCBS) != 0);