Home
last modified time | relevance | path

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

/netbsd/sys/dev/microcode/aic7xxx/
H A Daic7xxx.seq829 mvi DMAPARAMS, PRELOADEN|SCSIEN|HDMAEN;
936 test DFCNTRL, SCSIEN jnz ultra2_dma_loop;
1067 and DFCNTRL, ~(SCSIEN|HDMAEN);
1068 test DFCNTRL, SCSIEN|HDMAEN jnz .;
1140 and DFCNTRL, ~(SCSIEN|SDMAEN|HDMAEN);
1392 mvi DFCNTRL, (PRELOADEN|SCSIEN|HDMAEN|DIRECTION);
1414 mvi DFCNTRL, (PRELOADEN|SCSIEN|DIRECTION);
1437 mvi DFCNTRL, (SCSIEN|SDMAEN|DIRECTION|FIFORESET);
1453 test DFCNTRL, SCSIEN jnz .;
1462 and DFCNTRL, ~(SCSIEN|SDMAEN|HDMAEN);
[all …]
H A Daic79xx.seq723 mvi DFCNTRL, (PRELOADEN|SCSIEN|HDMAEN);
728 mvi DFCNTRL, SCSIEN;
731 test DFCNTRL, SCSIEN jnz .;
1341 * Use SCSIENWRDIS so that SCSIEN is never
1364 mvi DFCNTRL, (PRELOADEN|SCSIEN|HDMAEN);
1440 * will clear SCSIEN.
1643 and DFCNTRL, ~SCSIEN;
1648 or DFCNTRL, SCSIEN;
1707 mvi DFCNTRL, PRELOADEN|SCSIEN|HDMAEN;
1729 mvi DFCNTRL, (PRELOADEN|SCSIEN|HDMAEN);
[all …]
H A Daic7xxx.reg900 field SCSIEN 0x20
1330 field SCSIEN 0x20
H A Daic7xxx_reg.h1317 #define SCSIEN 0x20 macro
H A Daic79xx.reg411 field SCSIEN 0x20
3569 field SCSIEN 0x20
H A Daic79xx_reg.h3536 #define SCSIEN 0x20 macro
/netbsd/sys/dev/ic/
H A Daic6360reg.h112 #define SCSIEN 0x80 macro
H A Daic6360.c1448 bus_space_write_1(iot, ioh, SXFRCTL0, SCSIEN | DMAEN | CHEN); in aic_dataout_pio()
1591 bus_space_write_1(iot, ioh, SXFRCTL0, SCSIEN | DMAEN | CHEN); in aic_datain_pio()
H A Daic79xx.c610 ahd_outb(ahd, DFCNTRL, PRELOADEN|SCSIEN|HDMAEN); in ahd_run_data_fifo()
1002 ahd_outb(ahd, DFCNTRL, PRELOADEN|SCSIEN|HDMAEN); in ahd_handle_seqint()
7629 ahd_inb(ahd, DFCNTRL) & ~(SCSIEN|HDMAEN)); in ahd_reset_channel()