Searched refs:scsiseq (Results 1 – 4 of 4) sorted by relevance
| /NextBSD/sys/dev/aic7xxx/ |
| HD | aic7xxx.c | 6032 uint8_t scsiseq; in ahc_reset_current_bus() local 6035 scsiseq = ahc_inb(ahc, SCSISEQ); in ahc_reset_current_bus() 6036 ahc_outb(ahc, SCSISEQ, scsiseq | SCSIRSTO); in ahc_reset_current_bus() 6040 ahc_outb(ahc, SCSISEQ, scsiseq & ~SCSIRSTO); in ahc_reset_current_bus() 6054 u_int scsiseq; in ahc_reset_channel() local 6102 scsiseq = ahc_inb(ahc, SCSISEQ_TEMPLATE); in ahc_reset_channel() 6123 ahc_outb(ahc, SCSISEQ, scsiseq & (ENSELI|ENRSELI|ENAUTOATNP)); in ahc_reset_channel() 6142 ahc_outb(ahc, SCSISEQ, scsiseq & (ENSELI|ENRSELI|ENAUTOATNP)); in ahc_reset_channel() 7450 u_int scsiseq; in ahc_handle_en_lun() local 7562 scsiseq = ahc_inb(ahc, SCSISEQ_TEMPLATE); in ahc_handle_en_lun() [all …]
|
| HD | aic7xxx_pci.c | 791 u_int scsiseq; in ahc_pci_config() local 876 scsiseq = ahc_inb(ahc, SCSISEQ); in ahc_pci_config() 880 scsiseq = 0; in ahc_pci_config() 974 && scsiseq != 0) { in ahc_pci_config()
|
| HD | aic79xx.h | 1021 uint8_t scsiseq; member
|
| HD | aic79xx.c | 7912 uint8_t scsiseq; in ahd_reset_current_bus() local 7916 scsiseq = ahd_inb(ahd, SCSISEQ0) & ~(ENSELO|ENARBO|SCSIRSTO); in ahd_reset_current_bus() 7917 ahd_outb(ahd, SCSISEQ0, scsiseq | SCSIRSTO); in ahd_reset_current_bus() 7921 ahd_outb(ahd, SCSISEQ0, scsiseq); in ahd_reset_current_bus()
|