Home
last modified time | relevance | path

Searched refs:SCSIEN (Results 1 – 7 of 7) sorted by relevance

/freebsd/sys/dev/aic7xxx/
H A Daic7xxx.seq828 mvi DMAPARAMS, PRELOADEN|SCSIEN|HDMAEN;
830 mvi DMAPARAMS, WIDEODD|SCSIEN|SDMAEN|HDMAEN|FIFORESET;
932 test DFCNTRL, SCSIEN jnz ultra2_dma_loop;
1069 and DFCNTRL, ~(SCSIEN|HDMAEN);
1070 test DFCNTRL, SCSIEN|HDMAEN jnz .;
1142 and DFCNTRL, ~(SCSIEN|SDMAEN|HDMAEN);
1154 test DFCNTRL, (SCSIEN|SDMAEN|HDMAEN) jnz dma_halt;
1391 mvi DFCNTRL, (PRELOADEN|SCSIEN|HDMAEN|DIRECTION);
1401 mvi DFCNTRL, (SCSIEN|SDMAEN|HDMAEN|DIRECTION|FIFORESET);
1413 mvi DFCNTRL, (PRELOADEN|SCSIEN|DIRECTION);
[all …]
H A Daic79xx.seq890 mvi DFCNTRL, (PRELOADEN|SCSIEN|HDMAEN);
895 mvi DFCNTRL, SCSIEN;
913 * successfully, SCSIEN should fall *long* before we
915 * that occurs before SCSIEN falls as an incomplete
919 test DFCNTRL, SCSIEN jnz . - 1;
921 test DFCNTRL, SCSIEN jnz .;
1494 test DFCNTRL, SCSIEN jz idle_sgfetch_start;
1586 * Use SCSIENWRDIS so that SCSIEN is never
1609 mvi DFCNTRL, (PRELOADEN|SCSIEN|HDMAEN);
1685 * will clear SCSIEN.
[all …]
H A Daic7xxx.reg898 field SCSIEN 0x20
1326 field SCSIEN 0x20
H A Daic7xxx_reg.h1308 #define SCSIEN 0x20 macro
H A Daic79xx.reg400 field SCSIEN 0x20
3582 field SCSIEN 0x20
H A Daic79xx.c637 ahd_outb(ahd, DFCNTRL, PRELOADEN|SCSIEN|HDMAEN); in ahd_run_data_fifo()
1024 ahd_outb(ahd, DFCNTRL, PRELOADEN|SCSIEN|HDMAEN); in ahd_handle_seqint()
7924 ahd_inb(ahd, DFCNTRL) & ~(SCSIEN|HDMAEN)); in ahd_reset_channel()
H A Daic79xx_reg.h3576 #define SCSIEN 0x20 macro