Searched refs:simode0 (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/drivers/scsi/aic7xxx/ |
H A D | aic79xx.h | 997 uint8_t simode0; member
|
H A D | aic79xx_core.c | 2409 u_int simode0; in ahd_handle_scsiint() local 2412 simode0 = ahd_inb(ahd, SIMODE0); in ahd_handle_scsiint() 2413 status0 &= simode0 & (IOERR|OVERRUN|SELDI|SELDO); in ahd_handle_scsiint() 3417 u_int simode0; in ahd_clear_critical_section() local 3431 simode0 = 0; in ahd_clear_critical_section() 3476 simode0 = ahd_inb(ahd, SIMODE0); in ahd_clear_critical_section() 3510 ahd_outb(ahd, SIMODE0, simode0); in ahd_clear_critical_section()
|
H A D | aic7xxx_core.c | 1970 u_int simode0; in ahc_clear_critical_section() local 1978 simode0 = 0; in ahc_clear_critical_section() 2021 simode0 = ahc_inb(ahc, SIMODE0); in ahc_clear_critical_section() 2049 ahc_outb(ahc, SIMODE0, simode0); in ahc_clear_critical_section()
|
/kernel/linux/linux-6.6/drivers/scsi/aic7xxx/ |
H A D | aic79xx.h | 997 uint8_t simode0; member
|
H A D | aic79xx_core.c | 2408 u_int simode0; in ahd_handle_scsiint() local 2411 simode0 = ahd_inb(ahd, SIMODE0); in ahd_handle_scsiint() 2412 status0 &= simode0 & (IOERR|OVERRUN|SELDI|SELDO); in ahd_handle_scsiint() 3416 u_int simode0; in ahd_clear_critical_section() local 3430 simode0 = 0; in ahd_clear_critical_section() 3474 simode0 = ahd_inb(ahd, SIMODE0); in ahd_clear_critical_section() 3508 ahd_outb(ahd, SIMODE0, simode0); in ahd_clear_critical_section()
|
H A D | aic7xxx_core.c | 1969 u_int simode0; in ahc_clear_critical_section() local 1977 simode0 = 0; in ahc_clear_critical_section() 2019 simode0 = ahc_inb(ahc, SIMODE0); in ahc_clear_critical_section() 2047 ahc_outb(ahc, SIMODE0, simode0); in ahc_clear_critical_section()
|
Completed in 42 milliseconds