Searched refs:DFCNTRL (Results 1 - 6 of 6) sorted by relevance

/freebsd-9.3-release/sys/dev/aic7xxx/
H A Daic7xxx.seq208 mvi DFCNTRL, FIFORESET;
636 or DFCNTRL, FIFORESET;
640 or DFCNTRL, HDMAEN|FIFOFLUSH;
696 * clear DFCNTRL too.
698 clr DFCNTRL;
786 or DFCNTRL, PRELOADEN;
897 mov DFCNTRL, DMAPARAMS;
914 mov DFCNTRL, DMAPARAMS;
934 test DFCNTRL, SCSIEN jnz ultra2_dma_loop;
955 or DFCNTRL, FIFOFLUS
[all...]
H A Daic79xx.seq892 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, SCSIE
[all...]
H A Daic79xx.c646 ahd_outb(ahd, DFCNTRL, PRELOADEN|SCSIEN|HDMAEN);
695 ahd_outb(ahd, DFCNTRL, ahd_inb(ahd, DFCNTRL) | FIFOFLUSH);
737 if ((ahd_inb(ahd, DFCNTRL) & DIRECTION) != 0)
762 && (ahd_inb(ahd, DFCNTRL) & HDMAENACK) != 0) {
808 dfcntrl = ahd_inb(ahd, DFCNTRL)|PRELOADEN|HDMAEN;
817 ahd_outb(ahd, DFCNTRL, dfcntrl);
1035 ahd_outb(ahd, DFCNTRL, PRELOADEN|SCSIEN|HDMAEN);
1194 printf("%s: PDATA_REINIT - DFCNTRL = 0x%x "
1196 ahd_name(ahd), ahd_inb(ahd, DFCNTRL),
[all...]
H A Daic7xxx.reg895 register DFCNTRL {
H A Daic79xx.reg396 register DFCNTRL {
H A Daic7xxx.c6802 ahc_dfcntrl_print(ahc_inb(ahc, DFCNTRL), &cur_col, 50);

Completed in 222 milliseconds