Searched refs:ENBUSFREE (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/drivers/scsi/ |
H A D | aha152x.c | 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() 2425 (s1 & ENBUSFREE) ? "ENBUSFREE " : "", in disp_enintr() 2761 if (s & ENBUSFREE) in get_ports() 2762 seq_puts(m, "ENBUSFREE "); in get_ports()
|
H A D | aha152x.h | 215 #define ENBUSFREE 0x08 macro
|
/kernel/linux/linux-6.6/drivers/scsi/ |
H A 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() 2473 (s1 & ENBUSFREE) ? "ENBUSFREE " : "", in disp_enintr() 2813 if (s & ENBUSFREE) in get_ports() 2814 seq_puts(m, "ENBUSFREE "); in get_ports()
|
H A D | aha152x.h | 215 #define ENBUSFREE 0x08 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() 2033 ahc_outb(ahc, SIMODE1, simode1 & ENBUSFREE); in ahc_clear_critical_section() 6482 simode1 = ahc_inb(ahc, SIMODE1) & ~(ENBUSFREE|ENSCSIRST); in ahc_reset_channel() 6501 simode1 = ahc_inb(ahc, SIMODE1) & ~(ENBUSFREE|ENSCSIRST); in ahc_reset_channel()
|
H A D | aic79xx_core.c | 2622 * would not need to muck with the ENBUSFREE logic. This in ahd_handle_scsiint() 2626 * the ENBUSFREE if the busfree occurred during a non-pack in ahd_handle_scsiint() 2634 ahd_inb(ahd, SIMODE1) & ~ENBUSFREE); in ahd_handle_scsiint() 3491 * We don't clear ENBUSFREE. Unfortunately in ahd_clear_critical_section() 3496 ahd_outb(ahd, SIMODE1, simode1 & ENBUSFREE); in ahd_clear_critical_section() 8699 ahd_inb(ahd, SIMODE1) & ~(ENBUSFREE|ENSCSIRST)); in ahd_reset_channel()
|
/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() 2031 ahc_outb(ahc, SIMODE1, simode1 & ENBUSFREE); in ahc_clear_critical_section() 6477 simode1 = ahc_inb(ahc, SIMODE1) & ~(ENBUSFREE|ENSCSIRST); in ahc_reset_channel() 6496 simode1 = ahc_inb(ahc, SIMODE1) & ~(ENBUSFREE|ENSCSIRST); in ahc_reset_channel()
|
H A D | aic79xx_core.c | 2621 * would not need to muck with the ENBUSFREE logic. This in ahd_handle_scsiint() 2625 * the ENBUSFREE if the busfree occurred during a non-pack in ahd_handle_scsiint() 2633 ahd_inb(ahd, SIMODE1) & ~ENBUSFREE); in ahd_handle_scsiint() 3489 * We don't clear ENBUSFREE. Unfortunately in ahd_clear_critical_section() 3494 ahd_outb(ahd, SIMODE1, simode1 & ENBUSFREE); in ahd_clear_critical_section() 8694 ahd_inb(ahd, SIMODE1) & ~(ENBUSFREE|ENSCSIRST)); in ahd_reset_channel()
|
Completed in 49 milliseconds