Searched defs:sblkctl (Results 1 - 4 of 4) sorted by relevance

/drivers/scsi/aic7xxx/
H A Daic7xxx_pci.c721 uint8_t sblkctl; local
881 sblkctl = ahc_inb(ahc, SBLKCTL);
882 ahc_outb(ahc, SBLKCTL, (sblkctl & ~(DIAGLEDEN|DIAGLEDON)));
H A Daic7xxx_core.c817 uint8_t sblkctl; local
875 sblkctl = ahc_inb(ahc, SBLKCTL);
876 ahc_outb(ahc, SBLKCTL, (sblkctl & ~(DIAGLEDEN|DIAGLEDON)));
4593 u_int sblkctl; local
4606 u_int sblkctl; local
4612 sblkctl = ahc_inb(ahc, SBLKCTL);
4613 ahc_outb(ahc, SBLKCTL, sblkctl | SELBUSB);
4615 ahc_outb(ahc, SBLKCTL, sblkctl & ~SELBUSB);
4639 sblkctl = ahc_inb(ahc, SBLKCTL) & (SELBUSB|SELWIDE);
4642 sblkctl
4669 u_int sblkctl; local
6488 u_int sblkctl; local
7611 u_int sblkctl; local
[all...]
H A Daic79xx_core.c6636 u_int sblkctl; local
6642 sblkctl = ahd_inb(ahd, SBLKCTL);
6648 if ((sblkctl & ENAB40) != 0) {
10486 u_int sblkctl; local
10490 sblkctl = ahd_inb(ahd, SBLKCTL);
10491 cur_channel = (sblkctl & SELBUSB)
10500 sblkctl ^ SELBUSB);
10505 ahd_outb(ahd, SBLKCTL, sblkctl);
/drivers/scsi/
H A Daic7xxx_old.c3509 unsigned char sblkctl; local
3560 sblkctl = aic_inb(p, SBLKCTL);
3562 cur_channel = (sblkctl & SELBUSB) >> 3;
3576 aic_outb(p, sblkctl ^ SELBUSB, SBLKCTL);
3584 aic_outb(p, sblkctl, SBLKCTL);
8343 unsigned char sblkctl; local
8364 sblkctl = aic_inb(p, SBLKCTL) & (SELBUSB|SELWIDE);
8366 sblkctl &= ~SELBUSB;
8367 switch( sblkctl )

Completed in 59 milliseconds