Searched refs:DFCNTRL (Results 1 – 12 of 12) sorted by relevance
/linux-2.4.37.9/drivers/scsi/aic7xxx/ |
D | aic7xxx.seq | 206 mvi DFCNTRL, FIFORESET; 632 or DFCNTRL, FIFORESET; 636 or DFCNTRL, HDMAEN|FIFOFLUSH; 691 * clear DFCNTRL too. 693 clr DFCNTRL; 781 or DFCNTRL, PRELOADEN; 892 mov DFCNTRL, DMAPARAMS; 909 mov DFCNTRL, DMAPARAMS; 929 test DFCNTRL, SCSIEN jnz ultra2_dma_loop; 950 or DFCNTRL, FIFOFLUSH; [all …]
|
D | aic79xx.seq | 724 mvi DFCNTRL, (PRELOADEN|SCSIEN|HDMAEN); 729 mvi DFCNTRL, SCSIEN; 732 test DFCNTRL, SCSIEN jnz .; 1313 test DFCNTRL, HDMAENACK jz return; 1345 or DFCNTRL, PRELOADEN|HDMAEN|SCSIENWRDIS; 1347 or DFCNTRL, PRELOADEN|HDMAEN; 1365 mvi DFCNTRL, (PRELOADEN|SCSIEN|HDMAEN); 1447 test DFCNTRL, SCSIEN jnz data_group_dma_loop; 1464 test DFCNTRL, DIRECTION jnz data_phase_finish; 1467 or DFCNTRL, FIFOFLUSH; [all …]
|
D | aic79xx_core.c | 657 ahd_outb(ahd, DFCNTRL, PRELOADEN|SCSIEN|HDMAEN); in ahd_handle_seqint() 814 ahd_name(ahd), ahd_inb(ahd, DFCNTRL), in ahd_handle_seqint() 7458 ahd_outb(ahd, DFCNTRL, in ahd_reset_channel() 7459 ahd_inb(ahd, DFCNTRL) & ~(SCSIEN|HDMAEN)); in ahd_reset_channel() 7460 while ((ahd_inb(ahd, DFCNTRL) & HDMAENACK) != 0) in ahd_reset_channel() 8618 ahd_dfcntrl_print(ahd_inb(ahd, DFCNTRL), &cur_col, 50); in ahd_dump_card_state()
|
D | aic7xxx_reg.h | 1555 #define DFCNTRL 0x93 macro
|
D | aic7xxx.reg | 895 register DFCNTRL {
|
D | aic79xx_reg.h | 2489 #define DFCNTRL 0x19 macro
|
D | aic79xx.reg | 403 register DFCNTRL {
|
D | aic7xxx_core.c | 6703 ahc_dfcntrl_print(ahc_inb(ahc, DFCNTRL), &cur_col, 50); in ahc_dump_card_state()
|
/linux-2.4.37.9/drivers/scsi/aic7xxx_old/ |
D | aic7xxx.seq | 316 * clear DFCNTRL too. 318 clr DFCNTRL; 428 mov DFCNTRL, DMAPARAMS; /* start the operation */ 489 or DFCNTRL, HDMAEN|DIRECTION|FIFORESET; 600 test DFCNTRL, DIRECTION jnz ultra2_dmahalt; 601 and DFCNTRL, ~SCSIEN; 602 test DFCNTRL, SCSIEN jnz .; 604 or DFCNTRL, FIFOFLUSH; 633 and DFCNTRL, ~(HDMAEN|SCSIEN); 634 test DFCNTRL, (HDMAEN|SCSIEN) jnz .; [all …]
|
D | aic7xxx_reg.h | 435 #define DFCNTRL 0x93 macro
|
D | aic7xxx.reg | 760 register DFCNTRL {
|
/linux-2.4.37.9/drivers/scsi/ |
D | aic7xxx_old.c | 5285 aic_outb(p, aic_inb(p, DMAPARAMS) | PRELOADEN, DFCNTRL); in aic7xxx_handle_seqint() 5287 aic_outb(p, aic_inb(p, DMAPARAMS) & ~(SCSIEN|HDMAEN), DFCNTRL); in aic7xxx_handle_seqint() 5289 while(((aic_inb(p, DFCNTRL) & (SCSIEN|HDMAEN)) != 0) && (i++ < 1000)) in aic7xxx_handle_seqint() 5373 aic_outb(p, aic_inb(p, DMAPARAMS), DFCNTRL); in aic7xxx_handle_seqint() 5375 while(aic_inb(p, DFCNTRL) & (HDMAEN|SCSIEN)) aic_outb(p, 0, DFCNTRL); in aic7xxx_handle_seqint()
|