Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/scsi/
Daha152x.h213 #define ENSCSIRST 0x20 macro
Daha152x.c886 SETPORT(SIMODE1, ENPHASEMIS | ENSCSIRST | ENSCSIPERR | ENBUSFREE); in setup_expected_interrupts()
890 SETPORT(SIMODE1, ENPHASEMIS | ENSCSIRST | ENSCSIPERR | ENBUSFREE); in setup_expected_interrupts()
893 SETPORT(SIMODE1, ENSCSIRST | ( (ISSUE_SC||DONE_SC) ? ENBUSFREE : 0)); in setup_expected_interrupts()
1951 SETPORT(SIMODE1, ENSCSIPERR | ENSCSIRST | ENPHASEMIS | ENBUSFREE); in datai_init()
2085 SETPORT(SIMODE1, ENSCSIPERR | ENSCSIRST | ENPHASEMIS | ENBUSFREE ); in datao_init()
/Linux-v5.4/drivers/scsi/aic7xxx/
Daic7xxx_reg_print.c_shipped181 { "ENSCSIRST", 0x20, 0x20 },
Daic7xxx_core.c5094 ahc_outb(ahc, SIMODE1, ENSELTIMO|ENSCSIRST|ENSCSIPERR); in ahc_chip_init()
5111 ahc_outb(ahc, SIMODE1, ENSELTIMO|ENSCSIRST|ENSCSIPERR); in ahc_chip_init()
6435 ahc_outb(ahc, SIMODE1, ahc_inb(ahc, SIMODE1) & ~ENSCSIRST); in ahc_reset_current_bus()
6446 ahc_outb(ahc, SIMODE1, ahc_inb(ahc, SIMODE1) | ENSCSIRST); in ahc_reset_current_bus()
6510 simode1 = ahc_inb(ahc, SIMODE1) & ~(ENBUSFREE|ENSCSIRST); in ahc_reset_channel()
6518 simode1 |= ENSCSIRST; in ahc_reset_channel()
6529 simode1 = ahc_inb(ahc, SIMODE1) & ~(ENBUSFREE|ENSCSIRST); in ahc_reset_channel()
6537 simode1 |= ENSCSIRST; in ahc_reset_channel()
Daic79xx_reg_print.c_shipped449 { "ENSCSIRST", 0x20, 0x20 },
Daic7xxx_reg.h_shipped330 #define ENSCSIRST 0x20
Daic79xx_core.c7279 ahd_outb(ahd, SIMODE1, ENSELTIMO|ENSCSIRST|ENSCSIPERR); in ahd_chip_init()
8633 ahd_outb(ahd, SIMODE1, ahd_inb(ahd, SIMODE1) & ~ENSCSIRST); in ahd_reset_current_bus()
8739 ahd_inb(ahd, SIMODE1) & ~(ENBUSFREE|ENSCSIRST)); in ahd_reset_channel()
8768 ahd_outb(ahd, SIMODE1, ahd_inb(ahd, SIMODE1) | ENSCSIRST); in ahd_reset_channel()
Daic7xxx.seq366 test SIMODE1, ENSCSIRST jnz . + 3;
368 or SIMODE1, ENSCSIRST;
Daic79xx_reg.h_shipped946 #define ENSCSIRST 0x20
Daic7xxx.reg415 field ENSCSIRST 0x20
Daic79xx.reg2385 field ENSCSIRST 0x20