Home
last modified time | relevance | path

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

/openbmc/linux/drivers/scsi/aic7xxx/
H A Daic7xxx_core.c810 uint8_t sblkctl; in ahc_restart() local
868 sblkctl = ahc_inb(ahc, SBLKCTL); in ahc_restart()
4551 u_int sblkctl; in ahc_reset() local
4564 u_int sblkctl; in ahc_reset() local
4600 sblkctl &= ~SELBUSB; in ahc_reset()
4601 switch (sblkctl) { in ahc_reset()
4627 u_int sblkctl; in ahc_reset() local
6421 u_int sblkctl; in ahc_reset_channel() local
6468 && ((sblkctl & SELBUSB) != 0)) in ahc_reset_channel()
7539 u_int sblkctl; in ahc_handle_en_lun() local
[all …]
H A 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()
H A Daic79xx_core.c6581 u_int sblkctl; in ahd_iocell_first_selection() local
6587 sblkctl = ahd_inb(ahd, SBLKCTL); in ahd_iocell_first_selection()
6593 if ((sblkctl & ENAB40) != 0) { in ahd_iocell_first_selection()
10387 u_int sblkctl; in ahd_handle_en_lun() local
10391 sblkctl = ahd_inb(ahd, SBLKCTL); in ahd_handle_en_lun()
10392 cur_channel = (sblkctl & SELBUSB) in ahd_handle_en_lun()
10401 sblkctl ^ SELBUSB); in ahd_handle_en_lun()
10406 ahd_outb(ahd, SBLKCTL, sblkctl); in ahd_handle_en_lun()