Searched refs:ENSCSIRST (Results 1 – 11 of 11) sorted by relevance
/linux-6.1.9/drivers/scsi/ |
D | aha152x.h | 213 #define ENSCSIRST 0x20 macro
|
D | aha152x.c | 907 SETPORT(SIMODE1, ENPHASEMIS | ENSCSIRST | ENSCSIPERR | ENBUSFREE); in setup_expected_interrupts() 911 SETPORT(SIMODE1, ENPHASEMIS | ENSCSIRST | ENSCSIPERR | ENBUSFREE); in setup_expected_interrupts() 914 SETPORT(SIMODE1, ENSCSIRST | ( (ISSUE_SC||DONE_SC) ? ENBUSFREE : 0)); in setup_expected_interrupts() 1996 SETPORT(SIMODE1, ENSCSIPERR | ENSCSIRST | ENPHASEMIS | ENBUSFREE); in datai_init() 2130 SETPORT(SIMODE1, ENSCSIPERR | ENSCSIRST | ENPHASEMIS | ENBUSFREE ); in datao_init()
|
/linux-6.1.9/drivers/scsi/aic7xxx/ |
D | aic7xxx_reg_print.c_shipped | 181 { "ENSCSIRST", 0x20, 0x20 },
|
D | aic7xxx_core.c | 5065 ahc_outb(ahc, SIMODE1, ENSELTIMO|ENSCSIRST|ENSCSIPERR); in ahc_chip_init() 5082 ahc_outb(ahc, SIMODE1, ENSELTIMO|ENSCSIRST|ENSCSIPERR); in ahc_chip_init() 6402 ahc_outb(ahc, SIMODE1, ahc_inb(ahc, SIMODE1) & ~ENSCSIRST); in ahc_reset_current_bus() 6413 ahc_outb(ahc, SIMODE1, ahc_inb(ahc, SIMODE1) | ENSCSIRST); in ahc_reset_current_bus() 6477 simode1 = ahc_inb(ahc, SIMODE1) & ~(ENBUSFREE|ENSCSIRST); in ahc_reset_channel() 6485 simode1 |= ENSCSIRST; in ahc_reset_channel() 6496 simode1 = ahc_inb(ahc, SIMODE1) & ~(ENBUSFREE|ENSCSIRST); in ahc_reset_channel() 6504 simode1 |= ENSCSIRST; in ahc_reset_channel()
|
D | aic79xx_reg_print.c_shipped | 449 { "ENSCSIRST", 0x20, 0x20 },
|
D | aic7xxx_reg.h_shipped | 330 #define ENSCSIRST 0x20
|
D | aic79xx_core.c | 7238 ahd_outb(ahd, SIMODE1, ENSELTIMO|ENSCSIRST|ENSCSIPERR); in ahd_chip_init() 8588 ahd_outb(ahd, SIMODE1, ahd_inb(ahd, SIMODE1) & ~ENSCSIRST); in ahd_reset_current_bus() 8694 ahd_inb(ahd, SIMODE1) & ~(ENBUSFREE|ENSCSIRST)); in ahd_reset_channel() 8723 ahd_outb(ahd, SIMODE1, ahd_inb(ahd, SIMODE1) | ENSCSIRST); in ahd_reset_channel()
|
D | aic7xxx.seq | 366 test SIMODE1, ENSCSIRST jnz . + 3; 368 or SIMODE1, ENSCSIRST;
|
D | aic7xxx.reg | 415 field ENSCSIRST 0x20
|
D | aic79xx_reg.h_shipped | 946 #define ENSCSIRST 0x20
|
D | aic79xx.reg | 2385 field ENSCSIRST 0x20
|