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

  /src/sys/dev/microcode/aic7xxx/
aic79xx.seq 172 test CCSCBCTL, CCARREN|CCSCBEN jz scbdma_idle;
178 test CCSCBCTL, CCARREN jz fill_qoutfifo_dmadone;
189 and CCSCBCTL, ~(CCARREN|CCSCBEN);
201 and CCSCBCTL, ~(CCARREN|CCSCBEN);
206 and CCSCBCTL, ~(CCARREN|CCSCBEN);
261 and CCSCBCTL, ~(CCARREN|CCSCBEN);
354 mvi CCARREN|CCSCBEN|CCSCBDIR|CCSCBRESET jmp dma_scb;
358 mvi CCARREN|CCSCBEN|CCSCBRESET jmp dma_scb;
aic7xxx.seq 2209 mvi CCSCBCTL, CCARREN|CCSCBEN|CCSCBDIR|CCSCBRESET;
2210 cmp CCSCBCTL, CCSCBDONE|ARRDONE|CCARREN|CCSCBEN|CCSCBDIR jne .;
2220 mvi CCSCBCTL, CCARREN|CCSCBRESET;
2221 cmp CCSCBCTL, ARRDONE|CCARREN jne .;
2226 mvi CCSCBCTL, CCARREN|CCSCBEN|CCSCBRESET;
2227 cmp CCSCBCTL, CCSCBDONE|ARRDONE|CCARREN|CCSCBEN jne .;
2231 test CCSCBCTL, CCARREN|CCSCBEN jnz .;
aic7xxx.reg 1169 field CCARREN 0x10
aic7xxx_reg.h 1706 #define CCARREN 0x10
aic79xx.reg 2807 field CCARREN 0x10
aic79xx_reg.h 3309 #define CCARREN 0x10
  /src/sys/dev/ic/
aic79xx.c 484 while (((ccscbctl = ahd_inb(ahd, CCSCBCTL)) & (CCARREN|CCSCBEN)) != 0) {
486 if ((ccscbctl & (CCSCBDIR|CCARREN)) == (CCSCBDIR|CCARREN)) {
494 ahd_outb(ahd, CCSCBCTL, ccscbctl & ~(CCARREN|CCSCBEN));
7131 if ((ahd_inb(ahd, CCSCBCTL) & (CCARREN|CCSCBEN|CCSCBDIR))
7132 == (CCARREN|CCSCBEN|CCSCBDIR)) {
7134 ahd_inb(ahd, CCSCBCTL) & ~(CCARREN|CCSCBEN));
7135 while ((ahd_inb(ahd, CCSCBCTL) & (CCARREN|CCSCBEN)) != 0)

Completed in 29 milliseconds