Searched refs:DFCNTRL (Results 1 – 14 of 14) sorted by relevance
/drivers/scsi/aic7xxx/ |
D | aic7xxx.seq | 206 mvi DFCNTRL, FIFORESET; 632 or DFCNTRL, FIFORESET; 636 or DFCNTRL, HDMAEN|FIFOFLUSH; 692 * clear DFCNTRL too. 694 clr DFCNTRL; 782 or DFCNTRL, PRELOADEN; 893 mov DFCNTRL, DMAPARAMS; 910 mov DFCNTRL, DMAPARAMS; 930 test DFCNTRL, SCSIEN jnz ultra2_dma_loop; 951 or DFCNTRL, FIFOFLUSH; [all …]
|
D | aic79xx.seq | 892 mvi DFCNTRL, (PRELOADEN|SCSIEN|HDMAEN); 897 mvi DFCNTRL, SCSIEN; 921 test DFCNTRL, SCSIEN jnz . - 1; 923 test DFCNTRL, SCSIEN jnz .; 1496 test DFCNTRL, SCSIEN jz idle_sgfetch_start; 1559 test DFCNTRL, HDMAENACK jz return; 1591 or DFCNTRL, PRELOADEN|HDMAEN|SCSIENWRDIS; 1593 or DFCNTRL, PRELOADEN|HDMAEN; 1611 mvi DFCNTRL, (PRELOADEN|SCSIEN|HDMAEN); 1693 test DFCNTRL, SCSIEN jnz data_group_dma_loop; [all …]
|
D | aic7xxx_reg.h_shipped | 138 ahc_print_register(NULL, 0, "DFCNTRL", 0x93, regvalue, cur_col, wrap) 680 #define DFCNTRL 0x93
|
D | aic79xx_core.c | 1459 ahd_outb(ahd, DFCNTRL, PRELOADEN|SCSIEN|HDMAEN); in ahd_run_data_fifo() 1508 ahd_outb(ahd, DFCNTRL, ahd_inb(ahd, DFCNTRL) | FIFOFLUSH); in ahd_run_data_fifo() 1550 if ((ahd_inb(ahd, DFCNTRL) & DIRECTION) != 0) in ahd_run_data_fifo() 1575 && (ahd_inb(ahd, DFCNTRL) & HDMAENACK) != 0) { in ahd_run_data_fifo() 1621 dfcntrl = ahd_inb(ahd, DFCNTRL)|PRELOADEN|HDMAEN; in ahd_run_data_fifo() 1630 ahd_outb(ahd, DFCNTRL, dfcntrl); in ahd_run_data_fifo() 1891 ahd_outb(ahd, DFCNTRL, PRELOADEN|SCSIEN|HDMAEN); in ahd_handle_seqint() 2054 ahd_name(ahd), ahd_inb(ahd, DFCNTRL), in ahd_handle_seqint() 8774 ahd_outb(ahd, DFCNTRL, in ahd_reset_channel() 8775 ahd_inb(ahd, DFCNTRL) & ~(SCSIEN|HDMAEN)); in ahd_reset_channel() [all …]
|
D | aic7xxx_reg_print.c_shipped | 317 return (ahc_print_register(DFCNTRL_parse_table, 10, "DFCNTRL",
|
D | aic79xx_reg_print.c_shipped | 92 return (ahd_print_register(DFCNTRL_parse_table, 11, "DFCNTRL",
|
D | aic79xx_reg.h_shipped | 96 ahd_print_register(NULL, 0, "DFCNTRL", 0x19, regvalue, cur_col, wrap) 1383 #define DFCNTRL 0x19
|
D | aic7xxx.reg | 969 register DFCNTRL {
|
D | aic79xx.reg | 426 register DFCNTRL {
|
D | aic7xxx_core.c | 7224 ahc_dfcntrl_print(ahc_inb(ahc, DFCNTRL), &cur_col, 50); in ahc_dump_card_state()
|
/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 {
|
/drivers/scsi/ |
D | aic7xxx_old.c | 4769 aic_outb(p, aic_inb(p, DMAPARAMS) | PRELOADEN, DFCNTRL); in aic7xxx_handle_seqint() 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() 4857 aic_outb(p, aic_inb(p, DMAPARAMS), DFCNTRL); in aic7xxx_handle_seqint() 4859 while(aic_inb(p, DFCNTRL) & (HDMAEN|SCSIEN)) aic_outb(p, 0, DFCNTRL); in aic7xxx_handle_seqint()
|