Home
last modified time | relevance | path

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

/openbmc/linux/drivers/scsi/aic7xxx/
H A Daic7xxx_core.c6400 uint8_t scsiseq; in ahc_reset_current_bus() local
6403 scsiseq = ahc_inb(ahc, SCSISEQ); in ahc_reset_current_bus()
6422 u_int scsiseq; in ahc_reset_channel() local
7457 u_int scsiseq; in ahc_handle_en_lun() local
7569 scsiseq |= ENSELI; in ahc_handle_en_lun()
7571 scsiseq = ahc_inb(ahc, SCSISEQ); in ahc_handle_en_lun()
7572 scsiseq |= ENSELI; in ahc_handle_en_lun()
7573 ahc_outb(ahc, SCSISEQ, scsiseq); in ahc_handle_en_lun()
7665 u_int scsiseq; in ahc_handle_en_lun() local
7668 scsiseq &= ~ENSELI; in ahc_handle_en_lun()
[all …]
H A Daic7xxx_pci.c710 u_int scsiseq; in ahc_pci_config() local
793 scsiseq = ahc_inb(ahc, SCSISEQ); in ahc_pci_config()
797 scsiseq = 0; in ahc_pci_config()
891 && scsiseq != 0) { in ahc_pci_config()
H A Daic79xx.h994 uint8_t scsiseq; member
H A Daic79xx_core.c8585 uint8_t scsiseq; in ahd_reset_current_bus() local
8589 scsiseq = ahd_inb(ahd, SCSISEQ0) & ~(ENSELO|ENARBO|SCSIRSTO); in ahd_reset_current_bus()
8590 ahd_outb(ahd, SCSISEQ0, scsiseq | SCSIRSTO); in ahd_reset_current_bus()
8594 ahd_outb(ahd, SCSISEQ0, scsiseq); in ahd_reset_current_bus()
8622 uint8_t scsiseq; in ahd_reset_channel() local
8724 scsiseq = ahd_inb(ahd, SCSISEQ_TEMPLATE); in ahd_reset_channel()
8725 ahd_outb(ahd, SCSISEQ1, scsiseq & (ENSELI|ENRSELI|ENAUTOATNP)); in ahd_reset_channel()