Home
last modified time | relevance | path

Searched refs:ENSCSIRST (Results 1 – 11 of 11) sorted by relevance

/linux-4.4.14/drivers/scsi/
Daha152x.h212 #define ENSCSIRST 0x20 macro
Daha152x.c895 SETPORT(SIMODE1, ENPHASEMIS | ENSCSIRST | ENSCSIPERR | ENBUSFREE); in setup_expected_interrupts()
899 SETPORT(SIMODE1, ENPHASEMIS | ENSCSIRST | ENSCSIPERR | ENBUSFREE); in setup_expected_interrupts()
902 SETPORT(SIMODE1, ENSCSIRST | ( (ISSUE_SC||DONE_SC) ? ENBUSFREE : 0)); in setup_expected_interrupts()
1966 SETPORT(SIMODE1, ENSCSIPERR | ENSCSIRST | ENPHASEMIS | ENBUSFREE); in datai_init()
2101 SETPORT(SIMODE1, ENSCSIPERR | ENSCSIRST | ENPHASEMIS | ENBUSFREE ); in datao_init()
/linux-4.4.14/drivers/scsi/aic7xxx/
Daic7xxx_reg_print.c_shipped181 { "ENSCSIRST", 0x20, 0x20 },
Daic7xxx_core.c5109 ahc_outb(ahc, SIMODE1, ENSELTIMO|ENSCSIRST|ENSCSIPERR); in ahc_chip_init()
5126 ahc_outb(ahc, SIMODE1, ENSELTIMO|ENSCSIRST|ENSCSIPERR); in ahc_chip_init()
6468 ahc_outb(ahc, SIMODE1, ahc_inb(ahc, SIMODE1) & ~ENSCSIRST); in ahc_reset_current_bus()
6479 ahc_outb(ahc, SIMODE1, ahc_inb(ahc, SIMODE1) | ENSCSIRST); in ahc_reset_current_bus()
6543 simode1 = ahc_inb(ahc, SIMODE1) & ~(ENBUSFREE|ENSCSIRST); in ahc_reset_channel()
6551 simode1 |= ENSCSIRST; in ahc_reset_channel()
6562 simode1 = ahc_inb(ahc, SIMODE1) & ~(ENBUSFREE|ENSCSIRST); in ahc_reset_channel()
6570 simode1 |= ENSCSIRST; in ahc_reset_channel()
Daic79xx_reg_print.c_shipped449 { "ENSCSIRST", 0x20, 0x20 },
Daic7xxx_reg.h_shipped330 #define ENSCSIRST 0x20
Daic79xx_core.c7331 ahd_outb(ahd, SIMODE1, ENSELTIMO|ENSCSIRST|ENSCSIPERR); in ahd_chip_init()
8684 ahd_outb(ahd, SIMODE1, ahd_inb(ahd, SIMODE1) & ~ENSCSIRST); in ahd_reset_current_bus()
8790 ahd_inb(ahd, SIMODE1) & ~(ENBUSFREE|ENSCSIRST)); in ahd_reset_channel()
8819 ahd_outb(ahd, SIMODE1, ahd_inb(ahd, SIMODE1) | ENSCSIRST); in ahd_reset_channel()
Daic7xxx.seq366 test SIMODE1, ENSCSIRST jnz . + 3;
368 or SIMODE1, ENSCSIRST;
Daic7xxx.reg415 field ENSCSIRST 0x20
Daic79xx_reg.h_shipped1821 #define ENSCSIRST 0x20
Daic79xx.reg2385 field ENSCSIRST 0x20