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

  /src/sys/dev/microcode/aic7xxx/
aic79xx.seq 959 test SCB_SGPTR, SG_LIST_NULL jnz . + 3;
1059 test SCB_SGPTR, SG_LIST_NULL jnz complete; /* No xfer */
1060 test SCB_SGPTR, SG_FULL_RESID jnz upload_scb;/* Never xfered */
1077 or SCB_SGPTR, SG_STATUS_VALID ret;
1153 or SCB_SGPTR, SG_LIST_NULL ret;
1360 and REG_ISR, ~SG_FULL_RESID, SCB_SGPTR[0];
1370 and SCB_SGPTR[0], ~SG_FULL_RESID;
1428 test SCB_SGPTR[0], SG_LIST_NULL jnz p_data_bitbucket;
1686 test SCB_SGPTR[0], SG_LIST_NULL jnz pkt_handle_overrun_inc_use_count;
1825 or SCB_SGPTR, SG_LIST_NULL
    [all...]
aic7xxx.seq 1335 and SCB_SGPTR[0], ~SG_FULL_RESID;
1659 test SCB_SGPTR, SG_LIST_NULL jnz check_status;/* No xfer */
1660 test SCB_SGPTR, SG_FULL_RESID jnz upload_scb;/* Never xfered */
1665 or SCB_SGPTR, SG_RESID_VALID;
1747 or SCB_SGPTR, SG_LIST_NULL;
1757 * The SCB_SGPTR becomes the next one we'll download,
aic7xxx.reg 1058 SCB_SGPTR {
aic7xxx_reg.h 859 ahc_print_register(NULL, 0, "SCB_SGPTR", 0xb4, regvalue, cur_col, wrap)
1636 #define SCB_SGPTR 0xb4
aic79xx.reg 3855 SCB_SGPTR {
aic79xx_reg.h 2308 ahd_print_register(NULL, 0, "SCB_SGPTR", 0x1a4, regvalue, cur_col, wrap)
3686 #define SCB_SGPTR 0x1a4
  /src/sys/dev/ic/
aic79xx.c 448 if ((ahd_inb_scbram(ahd, SCB_SGPTR) & SG_LIST_NULL) == 0
449 && ((ahd_inb_scbram(ahd, SCB_SGPTR) & SG_FULL_RESID) != 0
461 ahd_outb(ahd, SCB_SGPTR,
462 ahd_inb_scbram(ahd, SCB_SGPTR)
595 sgptr = ahd_inl_scbram(ahd, SCB_SGPTR) & ~SG_FULL_RESID;
596 ahd_outb(ahd, SCB_SGPTR, sgptr);
695 ahd_outl(ahd, SCB_SGPTR, sgptr);
792 ahd_outb(ahd, SCB_SGPTR,
793 ahd_inb_scbram(ahd, SCB_SGPTR) | SG_LIST_NULL);
8906 ahd_inl_scbram(ahd, SCB_SGPTR),
    [all...]

Completed in 27 milliseconds