Searched refs:sblkctl (Results 1 – 3 of 3) sorted by relevance
/Linux-v5.10/drivers/scsi/aic7xxx/ |
D | aic7xxx_core.c | 810 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() 4552 u_int sblkctl; in ahc_reset() local 4565 u_int sblkctl; in ahc_reset() local 4571 sblkctl = ahc_inb(ahc, SBLKCTL); in ahc_reset() 4572 ahc_outb(ahc, SBLKCTL, sblkctl | SELBUSB); in ahc_reset() 4574 ahc_outb(ahc, SBLKCTL, sblkctl & ~SELBUSB); in ahc_reset() 4598 sblkctl = ahc_inb(ahc, SBLKCTL) & (SELBUSB|SELWIDE); in ahc_reset() 4601 sblkctl &= ~SELBUSB; in ahc_reset() [all …]
|
D | aic7xxx_pci.c | 714 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()
|
D | aic79xx_core.c | 6582 u_int sblkctl; in ahd_iocell_first_selection() local 6588 sblkctl = ahd_inb(ahd, SBLKCTL); in ahd_iocell_first_selection() 6594 if ((sblkctl & ENAB40) != 0) { in ahd_iocell_first_selection() 10392 u_int sblkctl; in ahd_handle_en_lun() local 10396 sblkctl = ahd_inb(ahd, SBLKCTL); in ahd_handle_en_lun() 10397 cur_channel = (sblkctl & SELBUSB) in ahd_handle_en_lun() 10406 sblkctl ^ SELBUSB); in ahd_handle_en_lun() 10411 ahd_outb(ahd, SBLKCTL, sblkctl); in ahd_handle_en_lun()
|