Home
last modified time | relevance | path

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

/NextBSD/sys/dev/aic7xxx/
HDaic7xxx.c6032 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 …]
HDaic7xxx_pci.c791 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()
HDaic79xx.h1021 uint8_t scsiseq; member
HDaic79xx.c7912 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()