Searched refs:scsiseq (Results 1 – 4 of 4) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/scsi/aic7xxx/ |
| H A D | aic7xxx_core.c | 6405 uint8_t scsiseq; in ahc_reset_current_bus() local 6408 scsiseq = ahc_inb(ahc, SCSISEQ); in ahc_reset_current_bus() 6409 ahc_outb(ahc, SCSISEQ, scsiseq | SCSIRSTO); in ahc_reset_current_bus() 6413 ahc_outb(ahc, SCSISEQ, scsiseq & ~SCSIRSTO); in ahc_reset_current_bus() 6427 u_int scsiseq; in ahc_reset_channel() local 6475 scsiseq = ahc_inb(ahc, SCSISEQ_TEMPLATE); in ahc_reset_channel() 6496 ahc_outb(ahc, SCSISEQ, scsiseq & (ENSELI|ENRSELI|ENAUTOATNP)); in ahc_reset_channel() 6515 ahc_outb(ahc, SCSISEQ, scsiseq & (ENSELI|ENRSELI|ENAUTOATNP)); in ahc_reset_channel() 7463 u_int scsiseq; in ahc_handle_en_lun() local 7575 scsiseq = ahc_inb(ahc, SCSISEQ_TEMPLATE); in ahc_handle_en_lun() [all …]
|
| H A D | aic7xxx_pci.c | 710 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 D | aic79xx.h | 994 uint8_t scsiseq; member
|
| H A D | aic79xx_core.c | 8590 uint8_t scsiseq; in ahd_reset_current_bus() local 8594 scsiseq = ahd_inb(ahd, SCSISEQ0) & ~(ENSELO|ENARBO|SCSIRSTO); in ahd_reset_current_bus() 8595 ahd_outb(ahd, SCSISEQ0, scsiseq | SCSIRSTO); in ahd_reset_current_bus() 8599 ahd_outb(ahd, SCSISEQ0, scsiseq); in ahd_reset_current_bus() 8627 uint8_t scsiseq; in ahd_reset_channel() local 8729 scsiseq = ahd_inb(ahd, SCSISEQ_TEMPLATE); in ahd_reset_channel() 8730 ahd_outb(ahd, SCSISEQ1, scsiseq & (ENSELI|ENRSELI|ENAUTOATNP)); in ahd_reset_channel()
|