Searched refs:SIMODE0 (Results 1 – 11 of 11) sorted by relevance
/linux-2.4.37.9/drivers/scsi/ |
D | aha152x.c | 1350 SETPORT(SIMODE0, 0); 1457 SETPORT(SIMODE0, ENSELDO | (DISCONNECTED_SC ? ENSELDI : 0)); 1461 SETPORT(SIMODE0, (CURRENT_SC->SCp.phase & spiordy) ? ENSPIORDY : 0); 1466 SETPORT(SIMODE0, 0); 1473 SETPORT(SIMODE0, DISCONNECTED_SC ? ENSELDI : 0); 2659 SETPORT(SIMODE0, 0); 2800 SETPORT(SIMODE0, 0); 3230 s = GETPORT(SSTAT0) & GETPORT(SIMODE0); 3367 s = GETPORT(SIMODE0); 3599 s = GETPORT(SSTAT0) & GETPORT(SIMODE0); [all …]
|
D | aha152x.h | 76 #define SIMODE0 (HOSTIOPORT1+0x10) /* SCSI interrupt mode 0 */ macro
|
D | aic7xxx_old.c | 6429 p->host_no, -1, -1, -1, status, scb_index, aic_inb(p, SIMODE0), in aic7xxx_handle_scsiint() 8472 aic_outb(p, 0, SIMODE0); in aic7xxx_register() 8496 aic_outb(p, 0, SIMODE0); in aic7xxx_register()
|
/linux-2.4.37.9/drivers/scsi/aic7xxx_old/ |
D | aic7xxx_reg.h | 131 #define SIMODE0 0x10 macro
|
D | aic7xxx.reg | 340 * in SIMODE0 to interrupt via the IRQ pin. 342 register SIMODE0 {
|
/linux-2.4.37.9/drivers/scsi/aic7xxx/ |
D | aic7xxx_core.c | 1460 simode0 = ahc_inb(ahc, SIMODE0); in ahc_clear_critical_section() 1461 ahc_outb(ahc, SIMODE0, 0); in ahc_clear_critical_section() 1488 ahc_outb(ahc, SIMODE0, simode0); in ahc_clear_critical_section() 4598 ahc_outb(ahc, SIMODE0, ahc_inb(ahc, SIMODE0)|ENIOERR); in ahc_chip_init() 4615 ahc_outb(ahc, SIMODE0, ahc_inb(ahc, SIMODE0)|ENIOERR); in ahc_chip_init() 6700 ahc_simode0_print(ahc_inb(ahc, SIMODE0), &cur_col, 50); in ahc_dump_card_state()
|
D | aic79xx_core.c | 1175 simode0 = ahd_inb(ahd, SIMODE0); in ahd_handle_scsiint() 2188 simode0 = ahd_inb(ahd, SIMODE0); in ahd_clear_critical_section() 2194 ahd_outb(ahd, SIMODE0, 0); in ahd_clear_critical_section() 2217 ahd_outb(ahd, SIMODE0, simode0); in ahd_clear_critical_section() 5404 ahd_outb(ahd, SIMODE0, ahd_inb(ahd, SIMODE0) | (ENSELDO|ENSELDI)); in ahd_setup_iocell_workaround() 5434 ahd_outb(ahd, SIMODE0, ahd_inb(ahd, SIMODE0) & ~(ENSELDO|ENSELDI)); in ahd_iocell_first_selection() 6123 ahd_outb(ahd, SIMODE0, ENIOERR|ENOVERRUN); in ahd_chip_init() 8666 ahd_simode0_print(ahd_inb(ahd, SIMODE0), &cur_col, 50); in ahd_dump_card_state()
|
D | aic7xxx.reg | 365 * in SIMODE0 to interrupt via the IRQ pin. 367 register SIMODE0 {
|
D | aic7xxx_reg.h | 1192 #define SIMODE0 0x10 macro
|
D | aic79xx.reg | 1854 * in SIMODE0 to interrupt via the IRQ pin. 1856 register SIMODE0 {
|
D | aic79xx_reg.h | 2731 #define SIMODE0 0x4b macro
|