Searched refs:SCSIEN (Results 1 – 15 of 15) sorted by relevance
/drivers/scsi/aic7xxx/ |
D | aic7xxx.seq | 826 mvi DMAPARAMS, PRELOADEN|SCSIEN|HDMAEN; 828 mvi DMAPARAMS, WIDEODD|SCSIEN|SDMAEN|HDMAEN|FIFORESET; 930 test DFCNTRL, SCSIEN jnz ultra2_dma_loop; 1067 and DFCNTRL, ~(SCSIEN|HDMAEN); 1068 test DFCNTRL, SCSIEN|HDMAEN jnz .; 1140 and DFCNTRL, ~(SCSIEN|SDMAEN|HDMAEN); 1152 test DFCNTRL, (SCSIEN|SDMAEN|HDMAEN) jnz dma_halt; 1389 mvi DFCNTRL, (PRELOADEN|SCSIEN|HDMAEN|DIRECTION); 1399 mvi DFCNTRL, (SCSIEN|SDMAEN|HDMAEN|DIRECTION|FIFORESET); 1411 mvi DFCNTRL, (PRELOADEN|SCSIEN|DIRECTION); [all …]
|
D | aic79xx.seq | 892 mvi DFCNTRL, (PRELOADEN|SCSIEN|HDMAEN); 897 mvi DFCNTRL, SCSIEN; 915 * successfully, SCSIEN should fall *long* before we 917 * that occurs before SCSIEN falls as an incomplete 921 test DFCNTRL, SCSIEN jnz . - 1; 923 test DFCNTRL, SCSIEN jnz .; 1496 test DFCNTRL, SCSIEN jz idle_sgfetch_start; 1588 * Use SCSIENWRDIS so that SCSIEN is never 1611 mvi DFCNTRL, (PRELOADEN|SCSIEN|HDMAEN); 1687 * will clear SCSIEN. [all …]
|
D | aic7xxx_reg_print.c_shipped | 309 { "SCSIEN", 0x20, 0x20 },
|
D | aic79xx_reg_print.c_shipped | 83 { "SCSIEN", 0x20, 0x20 },
|
D | aic7xxx.reg | 974 field SCSIEN 0x20 1464 field SCSIEN 0x20
|
D | aic7xxx_reg.h_shipped | 434 #define SCSIEN 0x20
|
D | aic79xx.reg | 433 field SCSIEN 0x20 3822 field SCSIEN 0x20
|
D | aic79xx_core.c | 1459 ahd_outb(ahd, DFCNTRL, PRELOADEN|SCSIEN|HDMAEN); in ahd_run_data_fifo() 1891 ahd_outb(ahd, DFCNTRL, PRELOADEN|SCSIEN|HDMAEN); in ahd_handle_seqint() 8775 ahd_inb(ahd, DFCNTRL) & ~(SCSIEN|HDMAEN)); in ahd_reset_channel()
|
D | aic79xx_reg.h_shipped | 2439 #define SCSIEN 0x20
|
/drivers/scsi/aic7xxx_old/ |
D | aic7xxx.seq | 357 mvi DMAPARAMS, PRELOADEN|SCSIEN|HDMAEN; 359 mvi DMAPARAMS, WIDEODD|SCSIEN|SDMAEN|HDMAEN|FIFORESET; 601 and DFCNTRL, ~SCSIEN; 602 test DFCNTRL, SCSIEN jnz .; 633 and DFCNTRL, ~(HDMAEN|SCSIEN); 634 test DFCNTRL, (HDMAEN|SCSIEN) jnz .; 662 mvi (SCSIEN|SDMAEN|HDMAEN|DIRECTION|FIFORESET) call dma; 664 mvi DFCNTRL, (PRELOADEN|SCSIEN|HDMAEN|DIRECTION); 673 and DFCNTRL, ~(HDMAEN|SCSIEN); 674 test DFCNTRL, (HDMAEN|SCSIEN) jnz .; [all …]
|
D | aic7xxx_reg.h | 226 #define SCSIEN 0x20 macro
|
D | aic7xxx.reg | 765 bit SCSIEN 0x20 1195 bit SCSIEN 0x20
|
/drivers/scsi/ |
D | aha152x.h | 74 #define SCSIEN 0x80 macro
|
D | aha152x.c | 2158 SETPORT(SXFRCTL0, CH1|SCSIEN|DMAEN); in datai_init() 2301 SETPORT(SXFRCTL0, CH1|SCSIEN|DMAEN); in datao_init() 2785 if (s & SCSIEN) in disp_ports() 3158 if (s & SCSIEN) in get_ports()
|
D | aic7xxx_old.c | 4771 aic_outb(p, aic_inb(p, DMAPARAMS) & ~(SCSIEN|HDMAEN), DFCNTRL); in aic7xxx_handle_seqint() 4773 while(((aic_inb(p, DFCNTRL) & (SCSIEN|HDMAEN)) != 0) && (i++ < 1000)) in aic7xxx_handle_seqint() 4859 while(aic_inb(p, DFCNTRL) & (HDMAEN|SCSIEN)) aic_outb(p, 0, DFCNTRL); in aic7xxx_handle_seqint()
|