Home
last modified time | relevance | path

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

/Linux-v4.19/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()
4592 u_int sblkctl; in ahc_reset() local
4605 u_int sblkctl; in ahc_reset() local
4611 sblkctl = ahc_inb(ahc, SBLKCTL); in ahc_reset()
4612 ahc_outb(ahc, SBLKCTL, sblkctl | SELBUSB); in ahc_reset()
4614 ahc_outb(ahc, SBLKCTL, sblkctl & ~SELBUSB); in ahc_reset()
4638 sblkctl = ahc_inb(ahc, SBLKCTL) & (SELBUSB|SELWIDE); in ahc_reset()
4641 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.c6634 u_int sblkctl; in ahd_iocell_first_selection() local
6640 sblkctl = ahd_inb(ahd, SBLKCTL); in ahd_iocell_first_selection()
6646 if ((sblkctl & ENAB40) != 0) { in ahd_iocell_first_selection()
10473 u_int sblkctl; in ahd_handle_en_lun() local
10477 sblkctl = ahd_inb(ahd, SBLKCTL); in ahd_handle_en_lun()
10478 cur_channel = (sblkctl & SELBUSB) in ahd_handle_en_lun()
10487 sblkctl ^ SELBUSB); in ahd_handle_en_lun()
10492 ahd_outb(ahd, SBLKCTL, sblkctl); in ahd_handle_en_lun()