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

/drivers/scsi/aic7xxx/
H A Daic7770.c231 ahc_outb(ahc, SBLKCTL, ahc_inb(ahc, SBLKCTL) & ~AUTOFLUSHDIS);
266 ahc_outb(ahc, SBLKCTL, ahc_inb(ahc, SBLKCTL) & ~AUTOFLUSHDIS);
H A Daic7xxx_core.c875 sblkctl = ahc_inb(ahc, SBLKCTL);
876 ahc_outb(ahc, SBLKCTL, (sblkctl & ~(DIAGLEDEN|DIAGLEDON)));
1545 && ((ahc_inb(ahc, SBLKCTL) & SELBUSB) != 0))
1559 ahc_outb(ahc, SBLKCTL, ahc_inb(ahc, SBLKCTL) ^ SELBUSB);
1585 now_lvd = ahc_inb(ahc, SBLKCTL) & ENAB40;
1605 ahc_outb(ahc, SBLKCTL, ahc_inb(ahc, SBLKCTL) ^ SELBUSB);
2224 if ((ahc_inb(ahc, SBLKCTL) & ENAB40) != 0
4612 sblkctl = ahc_inb(ahc, SBLKCTL);
[all...]
H A Daic7xxx.seq83 xor SBLKCTL,SELBUSB; /* Toggle to the other bus */
89 xor SBLKCTL,SELBUSB; /* Toggle to the other bus */
221 test SBLKCTL, SELBUSB jz . + 2;
347 test SBLKCTL, SELBUSB jz . + 2;
370 and SINDEX,~SELBUSB,SBLKCTL;/* Clear channel select bit */
373 mov SBLKCTL,SINDEX; /* select channel */
H A Daic79xx.seq134 and SBLKCTL, ~DIAGLEDEN|DIAGLEDON;
136 or SBLKCTL, DIAGLEDEN|DIAGLEDON;
631 or SBLKCTL, DIAGLEDEN|DIAGLEDON;
684 or SBLKCTL, DIAGLEDEN|DIAGLEDON;
H A Daic7xxx_pci.c881 sblkctl = ahc_inb(ahc, SBLKCTL);
882 ahc_outb(ahc, SBLKCTL, (sblkctl & ~(DIAGLEDEN|DIAGLEDON)));
H A Daic79xx_core.c2442 now_lvd = ahd_inb(ahd, SBLKCTL) & ENAB40;
3704 if ((ahd_inb(ahd, SBLKCTL) & ENAB40) != 0
6341 if ((ahd_inb(ahd, SBLKCTL) & SELWIDE) != 0)
6642 sblkctl = ahd_inb(ahd, SBLKCTL);
7304 ahd_outb(ahd, SBLKCTL, ahd_inb(ahd, SBLKCTL) & ~(DIAGLEDEN|DIAGLEDON));
7341 (ahd_inb(ahd, SBLKCTL) & (ENAB40|ENAB20)) == 0 && wait;
10490 sblkctl = ahd_inb(ahd, SBLKCTL);
10499 ahd_outb(ahd, SBLKCTL,
10505 ahd_outb(ahd, SBLKCTL, sblkct
[all...]
H A Daic7xxx.reg590 register SBLKCTL {
H A Daic7xxx_reg.h_shipped96 ahc_print_register(NULL, 0, "SBLKCTL", 0x1f, regvalue, cur_col, wrap)
405 #define SBLKCTL 0x1f
H A Daic79xx_osm.c2832 mode = ahd_inb(ahd, SBLKCTL);
H A Daic7xxx_osm.c2551 /* non-LVD chipset, may not have SBLKCTL reg */
2561 mode = ahc_inb(ahc, SBLKCTL);
H A Daic79xx.reg1881 register SBLKCTL {
H A Daic79xx_reg.h_shipped299 ahd_print_register(NULL, 0, "SBLKCTL", 0x4a, regvalue, cur_col, wrap)
1599 #define SBLKCTL 0x4a
/drivers/scsi/aic7xxx_old/
H A Daic7xxx.seq90 xor SBLKCTL,SELBUSB; /* Toggle to the other bus */
93 xor SBLKCTL,SELBUSB; /* Toggle back */
166 and SINDEX,~SELBUSB,SBLKCTL;/* Clear channel select bit */
169 mov SBLKCTL,SINDEX; /* select channel */
218 test SBLKCTL,SELBUSB jz ndx_dtr_2;
H A Daic7xxx_reg.h204 #define SBLKCTL 0x1f macro
H A Daic7xxx.reg455 register SBLKCTL {
/drivers/scsi/
H A Daic7xxx_old.c3560 sblkctl = aic_inb(p, SBLKCTL);
3576 aic_outb(p, sblkctl ^ SELBUSB, SBLKCTL);
3584 aic_outb(p, sblkctl, SBLKCTL);
3919 channel = (aic_inb(p, SBLKCTL) & SELBUSB) >> 3;
4544 * Now that the device is selected, use the bits in SBLKCTL and
4549 if ( (aic_inb(p, SBLKCTL) & ENAB40) &&
4943 if ( (aic_inb(p, SBLKCTL) & ENAB40) &&
5672 channel = (aic_inb(p, SBLKCTL) & SELBUSB) >> 3;
5703 channel = (aic_inb(p, SBLKCTL) & SELBUSB) >> 3;
8040 aic_outb(p, aic_inb(p, SBLKCTL) | SELBUS
[all...]

Completed in 302 milliseconds