Searched refs:SELBUSB (Results 1 - 4 of 4) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/scsi/aic7xxx/
H A Daic7xxx_core.c967 && ((ahc_inb(ahc, SBLKCTL) & SELBUSB) != 0))
981 ahc_outb(ahc, SBLKCTL, ahc_inb(ahc, SBLKCTL) ^ SELBUSB);
1027 ahc_outb(ahc, SBLKCTL, ahc_inb(ahc, SBLKCTL) ^ SELBUSB);
4007 ahc_outb(ahc, SBLKCTL, sblkctl | SELBUSB);
4009 ahc_outb(ahc, SBLKCTL, sblkctl & ~SELBUSB);
4033 sblkctl = ahc_inb(ahc, SBLKCTL) & (SELBUSB|SELWIDE);
4036 sblkctl &= ~SELBUSB;
4066 ahc_outb(ahc, SBLKCTL, sblkctl | SELBUSB);
4068 ahc_outb(ahc, SBLKCTL, sblkctl & ~SELBUSB);
4499 ahc_outb(ahc, SBLKCTL, ahc_inb(ahc, SBLKCTL) | SELBUSB);
[all...]
H A Daic79xx_core.c9613 cur_channel = (sblkctl & SELBUSB)
9622 sblkctl ^ SELBUSB);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/scsi/aic7xxx_old/
H A Daic7xxx_reg.h492 #define SELBUSB 0x08 macro
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/scsi/
H A Daic7xxx_old.c552 #define SELBUSB 0x08 macro
560 (((scb)->hscb->target_channel_lun & SELBUSB) != 0)
3569 cur_channel = (sblkctl & SELBUSB) >> 3;
3583 aic_outb(p, sblkctl ^ SELBUSB, SBLKCTL);
3926 channel = (aic_inb(p, SBLKCTL) & SELBUSB) >> 3;
5654 channel = (aic_inb(p, SBLKCTL) & SELBUSB) >> 3;
5685 channel = (aic_inb(p, SBLKCTL) & SELBUSB) >> 3;
7992 aic_outb(p, aic_inb(p, SBLKCTL) | SELBUSB, SBLKCTL);
8009 aic_outb(p, aic_inb(p, SBLKCTL) & ~SELBUSB, SBLKCTL);
8216 aic_outb(p, aic_inb(p, SBLKCTL) | SELBUSB, SBLKCT
[all...]

Completed in 192 milliseconds