Searched refs:SBLKCTL (Results 1 - 6 of 6) sorted by relevance

/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/scsi/aic7xxx/
H A Daic7770.c209 ahc_outb(ahc, SBLKCTL, ahc_inb(ahc, SBLKCTL) & ~AUTOFLUSHDIS);
H A Daic7xxx_core.c949 && ((ahc_inb(ahc, SBLKCTL) & SELBUSB) != 0))
963 ahc_outb(ahc, SBLKCTL, ahc_inb(ahc, SBLKCTL) ^ SELBUSB);
986 now_lvd = ahc_inb(ahc, SBLKCTL) & ENAB40;
1006 ahc_outb(ahc, SBLKCTL, ahc_inb(ahc, SBLKCTL) ^ SELBUSB);
1568 if ((ahc_inb(ahc, SBLKCTL) & ENAB40) != 0
3808 sblkctl = ahc_inb(ahc, SBLKCTL);
3809 ahc_outb(ahc, SBLKCTL, sblkctl | SELBUSB);
3811 ahc_outb(ahc, SBLKCTL, sblkct
[all...]
H A Daic7xxx_reg.h218 #define SBLKCTL 0x1f macro
H A Daic7xxx_pci.c924 sblkctl = ahc_inb(ahc, SBLKCTL);
925 ahc_outb(ahc, SBLKCTL, (sblkctl & ~(DIAGLEDEN|DIAGLEDON)));
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/scsi/
H A Daic7xxx_old.c3904 sblkctl = aic_inb(p, SBLKCTL);
3920 aic_outb(p, sblkctl ^ SELBUSB, SBLKCTL);
3928 aic_outb(p, sblkctl, SBLKCTL);
4356 channel = (aic_inb(p, SBLKCTL) & SELBUSB) >> 3;
5028 * Now that the device is selected, use the bits in SBLKCTL and
5033 if ( (aic_inb(p, SBLKCTL) & ENAB40) &&
5410 if ( (aic_inb(p, SBLKCTL) & ENAB40) &&
6145 channel = (aic_inb(p, SBLKCTL) & SELBUSB) >> 3;
6176 channel = (aic_inb(p, SBLKCTL) & SELBUSB) >> 3;
8386 aic_outb(p, aic_inb(p, SBLKCTL) | SELBUS
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/scsi/aic7xxx_old/
H A Daic7xxx_reg.h204 #define SBLKCTL 0x1f macro

Completed in 182 milliseconds