Home
last modified time | relevance | path

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

/freebsd/sys/dev/aic7xxx/
H A Daic7xxx_pci.c784 u_int scsiseq;
868 scsiseq = ahc_inb(ahc, SCSISEQ); in ahc_pci_config()
872 scsiseq = 0; in ahc_pci_config()
964 && scsiseq != 0) { in ahc_pci_config()
791 u_int scsiseq; ahc_pci_config() local
H A Daic79xx.h1019 uint8_t scsiseq;
1021 uint8_t scsiseq; global() member
H A Daic79xx.c7847 uint8_t scsiseq; in ahd_reset_current_bus() local
7851 scsiseq = ahd_inb(ahd, SCSISEQ0) & ~(ENSELO|ENARBO|SCSIRSTO); in ahd_reset_current_bus()
7852 ahd_outb(ahd, SCSISEQ0, scsiseq | SCSIRSTO); in ahd_reset_current_bus()
7856 ahd_outb(ahd, SCSISEQ0, scsiseq); in ahd_reset_current_bus()