/kernel/linux/linux-5.10/drivers/scsi/ |
H A D | aha152x.c | 788 SETPORT(SIMODE1, 0); in aha152x_probe_one() 883 SETPORT(SIMODE1, ENSELTIMO); in setup_expected_interrupts() 886 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() 2084 SETPORT(SIMODE1, ENSCSIPERR | ENSCSIRST | ENPHASEMIS | ENBUSFREE ); in datao_init() 2411 s1 = GETPORT(SIMODE1); in disp_enintr() 2629 s = GETPORT(SSTAT1) & GETPORT(SIMODE1); in get_ports() 2754 s = GETPORT(SIMODE1); in get_ports() [all...] |
H A D | aha152x.h | 35 #define SIMODE1 (HOSTIOPORT1+0x11) /* SCSI interrupt mode 1 */ macro
|
/kernel/linux/linux-6.6/drivers/scsi/ |
H A D | aha152x.c | 807 SETPORT(SIMODE1, 0); in aha152x_probe_one() 904 SETPORT(SIMODE1, ENSELTIMO); in setup_expected_interrupts() 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() 2459 s1 = GETPORT(SIMODE1); in disp_enintr() 2681 s = GETPORT(SSTAT1) & GETPORT(SIMODE1); in get_ports() 2806 s = GETPORT(SIMODE1); in get_ports() [all...] |
H A D | aha152x.h | 35 #define SIMODE1 (HOSTIOPORT1+0x11) /* SCSI interrupt mode 1 */ macro
|
/kernel/linux/linux-5.10/drivers/scsi/aic7xxx/ |
H A D | aic7xxx_core.c | 1723 ahc_outb(ahc, SIMODE1, ahc_inb(ahc, SIMODE1) & ~ENBUSFREE); in ahc_handle_scsiint() 1773 && (ahc_inb(ahc, SIMODE1) & ENBUSFREE) != 0) { in ahc_handle_scsiint() 1798 ahc_outb(ahc, SIMODE1, ahc_inb(ahc, SIMODE1) & ~ENBUSFREE); in ahc_handle_scsiint() 2023 simode1 = ahc_inb(ahc, SIMODE1); in ahc_clear_critical_section() 2033 ahc_outb(ahc, SIMODE1, simode1 & ENBUSFREE); in ahc_clear_critical_section() 2035 ahc_outb(ahc, SIMODE1, 0); in ahc_clear_critical_section() 2050 ahc_outb(ahc, SIMODE1, simode1); in ahc_clear_critical_section() 5052 /* Set the SCSI Id, SXFRCTL0, SXFRCTL1, and SIMODE1, fo in ahc_chip_init() [all...] |
H A D | aic79xx_core.c | 2633 ahd_outb(ahd, SIMODE1, in ahd_handle_scsiint() 2634 ahd_inb(ahd, SIMODE1) & ~ENBUSFREE); in ahd_handle_scsiint() 3489 simode1 = ahd_inb(ahd, SIMODE1); in ahd_clear_critical_section() 3496 ahd_outb(ahd, SIMODE1, simode1 & ENBUSFREE); in ahd_clear_critical_section() 3518 ahd_outb(ahd, SIMODE1, simode1); in ahd_clear_critical_section() 7220 /* Set the SCSI Id, SXFRCTL0, SXFRCTL1, and SIMODE1. */ in ahd_chip_init() 7239 ahd_outb(ahd, SIMODE1, ENSELTIMO|ENSCSIRST|ENSCSIPERR); in ahd_chip_init() 8593 ahd_outb(ahd, SIMODE1, ahd_inb(ahd, SIMODE1) & ~ENSCSIRST); in ahd_reset_current_bus() 8698 ahd_outb(ahd, SIMODE1, in ahd_reset_channel() [all...] |
/kernel/linux/linux-6.6/drivers/scsi/aic7xxx/ |
H A D | aic7xxx_core.c | 1722 ahc_outb(ahc, SIMODE1, ahc_inb(ahc, SIMODE1) & ~ENBUSFREE); in ahc_handle_scsiint() 1772 && (ahc_inb(ahc, SIMODE1) & ENBUSFREE) != 0) { in ahc_handle_scsiint() 1797 ahc_outb(ahc, SIMODE1, ahc_inb(ahc, SIMODE1) & ~ENBUSFREE); in ahc_handle_scsiint() 2021 simode1 = ahc_inb(ahc, SIMODE1); in ahc_clear_critical_section() 2031 ahc_outb(ahc, SIMODE1, simode1 & ENBUSFREE); in ahc_clear_critical_section() 2033 ahc_outb(ahc, SIMODE1, 0); in ahc_clear_critical_section() 2048 ahc_outb(ahc, SIMODE1, simode1); in ahc_clear_critical_section() 5051 /* Set the SCSI Id, SXFRCTL0, SXFRCTL1, and SIMODE1, fo in ahc_chip_init() [all...] |
H A D | aic79xx_core.c | 2632 ahd_outb(ahd, SIMODE1, in ahd_handle_scsiint() 2633 ahd_inb(ahd, SIMODE1) & ~ENBUSFREE); in ahd_handle_scsiint() 3487 simode1 = ahd_inb(ahd, SIMODE1); in ahd_clear_critical_section() 3494 ahd_outb(ahd, SIMODE1, simode1 & ENBUSFREE); in ahd_clear_critical_section() 3516 ahd_outb(ahd, SIMODE1, simode1); in ahd_clear_critical_section() 7219 /* Set the SCSI Id, SXFRCTL0, SXFRCTL1, and SIMODE1. */ in ahd_chip_init() 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() 8693 ahd_outb(ahd, SIMODE1, in ahd_reset_channel() [all...] |