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

  /src/sys/dev/microcode/aic7xxx/
aic7xxx.seq 732 test SCB_RESIDUAL_DATACNT[3], SG_LAST_SEG jnz return;
773 bmov SCB_RESIDUAL_DATACNT[3], CCSGRAM, 1;
775 mov SCB_RESIDUAL_DATACNT[3] call set_hhaddr;
781 test SCB_RESIDUAL_DATACNT[3], SG_LAST_SEG jz . + 2;
867 bmov SCB_RESIDUAL_DATACNT[3], SCB_DATACNT[3], 5;
871 mvi DINDEX, SCB_RESIDUAL_DATACNT + 3;
911 test SCB_RESIDUAL_DATACNT[3], SG_LAST_SEG jz . + 2;
1012 clr SCB_RESIDUAL_DATACNT[3]; /* We are not the last seg */
1088 mov SCB_RESIDUAL_DATACNT[3], SHADDR;
1098 test SCB_RESIDUAL_DATACNT[3], SG_LAST_SEG jz dma_mid_sg
    [all...]
aic79xx.seq 1162 bmov SCB_DATACNT, SCB_RESIDUAL_DATACNT, 8 ret;
1320 bmov SCB_RESIDUAL_DATACNT[3], CCSGRAM, 1;
1322 and HADDR[4], SG_HIGH_ADDR_BITS, SCB_RESIDUAL_DATACNT[3];
1335 test SCB_RESIDUAL_DATACNT[3], SG_LAST_SEG jz . + 3;
1371 bmov SCB_RESIDUAL_DATACNT[3], SCB_DATACNT[3], 5;
1373 test SCB_RESIDUAL_DATACNT[3], SG_LAST_SEG jnz . + 2;
1560 bmov SCB_RESIDUAL_DATACNT, SHCNT, 3 ret;
1582 clr SCB_RESIDUAL_DATACNT[3]; /* We are not the last seg */
1583 bmov SCB_RESIDUAL_DATACNT, SHCNT, 3 ret;
aic7xxx.reg 1028 alias SCB_RESIDUAL_DATACNT
aic7xxx_reg.h 1617 #define SCB_RESIDUAL_DATACNT 0xa0
aic79xx.reg 3772 SCB_RESIDUAL_DATACNT {
aic79xx_reg.h 2196 ahd_print_register(NULL, 0, "SCB_RESIDUAL_DATACNT", 0x180, regvalue, cur_col, wrap)
3633 #define SCB_RESIDUAL_DATACNT 0x180
  /src/sys/dev/ic/
aic7xxx.c 3610 data_cnt = (ahc_inb(ahc, SCB_RESIDUAL_DATACNT+3) << 24)
3611 | (ahc_inb(ahc, SCB_RESIDUAL_DATACNT+2) << 16)
3612 | (ahc_inb(ahc, SCB_RESIDUAL_DATACNT+1) << 8)
3613 | (ahc_inb(ahc, SCB_RESIDUAL_DATACNT));
3658 ahc_outb(ahc, SCB_RESIDUAL_DATACNT + 3, data_cnt >> 24);
3659 ahc_outb(ahc, SCB_RESIDUAL_DATACNT + 2, data_cnt >> 16);
3660 ahc_outb(ahc, SCB_RESIDUAL_DATACNT + 1, data_cnt >> 8);
3661 ahc_outb(ahc, SCB_RESIDUAL_DATACNT, data_cnt);
3694 resid = (ahc_inb(ahc, SCB_RESIDUAL_DATACNT + 2) << 16)
3695 | (ahc_inb(ahc, SCB_RESIDUAL_DATACNT + 1) << 8
    [all...]
aic79xx.c 615 ahd_outb(ahd, SCB_RESIDUAL_DATACNT+3, datacnt >> 24);
668 ahd_inb_scbram(ahd, SCB_RESIDUAL_DATACNT+3) << 24;
669 ahd_outl(ahd, SCB_RESIDUAL_DATACNT, resid);
685 ahd_outb(ahd, SCB_RESIDUAL_DATACNT + 3, 0);
758 ahd_outb(ahd, SCB_RESIDUAL_DATACNT+3, data_len >> 24);
4796 data_cnt = ahd_inl_scbram(ahd, SCB_RESIDUAL_DATACNT);
4887 ahd_outl(ahd, SCB_RESIDUAL_DATACNT, data_cnt);
4947 resid = (ahd_inb_scbram(ahd, SCB_RESIDUAL_DATACNT + 2) << 16)
4948 | (ahd_inb_scbram(ahd, SCB_RESIDUAL_DATACNT + 1) << 8)
4949 | ahd_inb_scbram(ahd, SCB_RESIDUAL_DATACNT);
    [all...]

Completed in 30 milliseconds