Searched refs:discenable (Results 1 - 8 of 8) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/scsi/aic7xxx/
H A Daic7770.c338 uint16_t discenable; local
341 discenable = 0;
351 discenable |= (0x01 << i);
354 ahc_outb(ahc, DISC_DSB, ~(discenable & 0xff));
355 ahc_outb(ahc, DISC_DSB + 1, ~((discenable >> 8) & 0xff));
H A Daic7xxx_pci.c1415 uint16_t discenable; local
1418 discenable = 0;
1439 discenable |= target_mask;
1517 ahc_outb(ahc, DISC_DSB, ~(discenable & 0xff));
1518 ahc_outb(ahc, DISC_DSB + 1, ~((discenable >> 8) & 0xff));
H A Daic79xx.h775 uint16_t discenable; /* Disconnection allowed */ member in struct:ahd_tmode_tstate
H A Daic7xxx.h722 uint16_t discenable; /* Disconnection allowed */ member in struct:ahc_tmode_tstate
H A Daic7xxx_core.c4674 u_int discenable; local
4868 discenable = ALL_TARGETS_MASK;
4872 discenable = ~((ahc_inb(ahc, DISC_DSB + 1) << 8)
4982 ahc->user_discenable = discenable;
H A Daic79xx_core.c6849 tstate->discenable |= target_mask;
6931 tstate->discenable &= ~target_mask;
6934 tstate->discenable |= target_mask;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/scsi/aic7xxx_old/
H A Daic7xxx_proc.c245 size += sprintf(BLS, "Disconnect Enable Flags: 0x%04x\n", p->discenable);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/scsi/
H A Daic7xxx_old.c951 unsigned short discenable; /* Gets downloaded to card as a bitmap */ member in struct:aic7xxx_host
6621 if (!(p->discenable & (1 << tindex)))
8594 p->discenable = 0;
8629 p->discenable =
8633 sc->device_flags[i] = (p->discenable & mask) ? CFDISC : 0;
8680 p->discenable |= mask;
8784 aic_outb(p, ~(p->discenable & 0xFF), DISC_DSB);
8785 aic_outb(p, ~((p->discenable >> 8) & 0xFF), DISC_DSB + 1);
10076 if (p->discenable & mask)

Completed in 146 milliseconds