Home
last modified time | relevance | path

Searched refs:sblkctl (Results 1 – 4 of 4) sorted by relevance

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