HomeSort by: relevance | last modified time | path
    Searched refs:DFCNTRL (Results 1 - 8 of 8) sorted by relevancy

  /src/sys/dev/microcode/aic7xxx/
aic7xxx.seq 206 mvi DFCNTRL, FIFORESET;
632 or DFCNTRL, FIFORESET;
636 or DFCNTRL, HDMAEN|FIFOFLUSH;
691 * clear DFCNTRL too.
693 clr DFCNTRL;
785 or DFCNTRL, PRELOADEN;
897 mov DFCNTRL, DMAPARAMS;
916 mov DFCNTRL, DMAPARAMS;
936 test DFCNTRL, SCSIEN jnz ultra2_dma_loop;
957 or DFCNTRL, FIFOFLUSH
    [all...]
aic79xx.seq 723 mvi DFCNTRL, (PRELOADEN|SCSIEN|HDMAEN);
728 mvi DFCNTRL, SCSIEN;
731 test DFCNTRL, SCSIEN jnz .;
1312 test DFCNTRL, HDMAENACK jz return;
1344 or DFCNTRL, PRELOADEN|HDMAEN|SCSIENWRDIS;
1346 or DFCNTRL, PRELOADEN|HDMAEN;
1364 mvi DFCNTRL, (PRELOADEN|SCSIEN|HDMAEN);
1446 test DFCNTRL, SCSIEN jnz data_group_dma_loop;
1463 test DFCNTRL, DIRECTION jnz data_phase_finish;
1466 or DFCNTRL, FIFOFLUSH
    [all...]
aic7xxx.reg 895 register DFCNTRL {
aic7xxx_reg.h 705 ahc_print_register(NULL, 0, "DFCNTRL", 0x93, regvalue, cur_col, wrap)
1564 #define DFCNTRL 0x93
aic79xx.reg 405 register DFCNTRL {
aic79xx_reg.h 145 ahd_print_register(NULL, 0, "DFCNTRL", 0x19, regvalue, cur_col, wrap)
2489 #define DFCNTRL 0x19
  /src/sys/dev/ic/
aic79xx.c 610 ahd_outb(ahd, DFCNTRL, PRELOADEN|SCSIEN|HDMAEN);
659 ahd_outb(ahd, DFCNTRL,
660 ahd_inb(ahd, DFCNTRL) | FIFOFLUSH);
703 if ((ahd_inb(ahd, DFCNTRL) & DIRECTION) != 0)
709 u_int dfcntrl; local in function:ahd_run_data_fifo
728 if ((ahd_inb(ahd, DFCNTRL) & HDMAENACK) == 0)
775 dfcntrl = ahd_inb(ahd, DFCNTRL)|PRELOADEN|HDMAEN;
782 dfcntrl |= SCSIENWRDIS;
784 ahd_outb(ahd, DFCNTRL, dfcntrl)
    [all...]
aic7xxx.c 6654 ahc_dfcntrl_print(ahc_inb(ahc, DFCNTRL), &cur_col, 50);

Completed in 28 milliseconds