Searched refs:scsiseq (Results 1 – 4 of 4) sorted by relevance
/drivers/scsi/aic7xxx/ |
D | aic7xxx_core.c | 6466 uint8_t scsiseq; in ahc_reset_current_bus() local 6469 scsiseq = ahc_inb(ahc, SCSISEQ); in ahc_reset_current_bus() 6470 ahc_outb(ahc, SCSISEQ, scsiseq | SCSIRSTO); in ahc_reset_current_bus() 6474 ahc_outb(ahc, SCSISEQ, scsiseq & ~SCSIRSTO); in ahc_reset_current_bus() 6488 u_int scsiseq; in ahc_reset_channel() local 6536 scsiseq = ahc_inb(ahc, SCSISEQ_TEMPLATE); in ahc_reset_channel() 6557 ahc_outb(ahc, SCSISEQ, scsiseq & (ENSELI|ENRSELI|ENAUTOATNP)); in ahc_reset_channel() 6576 ahc_outb(ahc, SCSISEQ, scsiseq & (ENSELI|ENRSELI|ENAUTOATNP)); in ahc_reset_channel() 7526 u_int scsiseq; in ahc_handle_en_lun() local 7638 scsiseq = ahc_inb(ahc, SCSISEQ_TEMPLATE); in ahc_handle_en_lun() [all …]
|
D | aic7xxx_pci.c | 717 u_int scsiseq; in ahc_pci_config() local 800 scsiseq = ahc_inb(ahc, SCSISEQ); in ahc_pci_config() 804 scsiseq = 0; in ahc_pci_config() 898 && scsiseq != 0) { in ahc_pci_config()
|
D | aic79xx.h | 997 uint8_t scsiseq; member
|
D | aic79xx_core.c | 8681 uint8_t scsiseq; in ahd_reset_current_bus() local 8685 scsiseq = ahd_inb(ahd, SCSISEQ0) & ~(ENSELO|ENARBO|SCSIRSTO); in ahd_reset_current_bus() 8686 ahd_outb(ahd, SCSISEQ0, scsiseq | SCSIRSTO); in ahd_reset_current_bus() 8690 ahd_outb(ahd, SCSISEQ0, scsiseq); in ahd_reset_current_bus() 8718 uint8_t scsiseq; in ahd_reset_channel() local 8820 scsiseq = ahd_inb(ahd, SCSISEQ_TEMPLATE); in ahd_reset_channel() 8821 ahd_outb(ahd, SCSISEQ1, scsiseq & (ENSELI|ENRSELI|ENAUTOATNP)); in ahd_reset_channel()
|