Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/scsi/aic7xxx/
Daic7xxx_core.c810 uint8_t sblkctl; in ahc_restart() local
868 sblkctl = ahc_inb(ahc, SBLKCTL); in ahc_restart()
869 ahc_outb(ahc, SBLKCTL, (sblkctl & ~(DIAGLEDEN|DIAGLEDON))); in ahc_restart()
4579 u_int sblkctl; in ahc_reset() local
4592 u_int sblkctl; in ahc_reset() local
4598 sblkctl = ahc_inb(ahc, SBLKCTL); in ahc_reset()
4599 ahc_outb(ahc, SBLKCTL, sblkctl | SELBUSB); in ahc_reset()
4601 ahc_outb(ahc, SBLKCTL, sblkctl & ~SELBUSB); in ahc_reset()
4625 sblkctl = ahc_inb(ahc, SBLKCTL) & (SELBUSB|SELWIDE); in ahc_reset()
4628 sblkctl &= ~SELBUSB; in ahc_reset()
[all …]
Daic7xxx_pci.c714 uint8_t sblkctl; in ahc_pci_config() local
874 sblkctl = ahc_inb(ahc, SBLKCTL); in ahc_pci_config()
875 ahc_outb(ahc, SBLKCTL, (sblkctl & ~(DIAGLEDEN|DIAGLEDON))); in ahc_pci_config()
Daic79xx_core.c6622 u_int sblkctl; in ahd_iocell_first_selection() local
6628 sblkctl = ahd_inb(ahd, SBLKCTL); in ahd_iocell_first_selection()
6634 if ((sblkctl & ENAB40) != 0) { in ahd_iocell_first_selection()
10433 u_int sblkctl; in ahd_handle_en_lun() local
10437 sblkctl = ahd_inb(ahd, SBLKCTL); in ahd_handle_en_lun()
10438 cur_channel = (sblkctl & SELBUSB) in ahd_handle_en_lun()
10447 sblkctl ^ SELBUSB); in ahd_handle_en_lun()
10452 ahd_outb(ahd, SBLKCTL, sblkctl); in ahd_handle_en_lun()