Home
last modified time | relevance | path

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

/freebsd/sys/dev/aic7xxx/
H A Daic79xx.seq440 mov CCSCBRAM, SCB_SGPTR[0];
1151 test SCB_SGPTR, SG_LIST_NULL jnz . + 3;
1247 test SCB_SGPTR, SG_LIST_NULL jnz complete; /* No xfer */
1248 test SCB_SGPTR, SG_FULL_RESID jnz upload_scb;/* Never xfered */
1266 or SCB_SGPTR, SG_STATUS_VALID;
1362 or SCB_SGPTR, SG_LIST_NULL ret;
1605 and REG_ISR, ~SG_FULL_RESID, SCB_SGPTR[0];
1615 and SCB_SGPTR[0], ~SG_FULL_RESID;
1673 test SCB_SGPTR[0], SG_LIST_NULL jnz p_data_bitbucket;
1931 test SCB_SGPTR[0], SG_LIST_NULL jnz pkt_handle_overrun_inc_use_count;
[all …]
H A Daic7xxx.seq1334 and SCB_SGPTR[0], ~SG_FULL_RESID;
1658 test SCB_SGPTR, SG_LIST_NULL jnz check_status;/* No xfer */
1659 test SCB_SGPTR, SG_FULL_RESID jnz upload_scb;/* Never xfered */
1664 or SCB_SGPTR, SG_RESID_VALID;
1746 or SCB_SGPTR, SG_LIST_NULL;
1756 * The SCB_SGPTR becomes the next one we'll download,
H A Daic79xx.c436 if ((ahd_inb_scbram(ahd, SCB_SGPTR) & SG_LIST_NULL) == 0 in ahd_flush_qoutfifo()
437 && ((ahd_inb_scbram(ahd, SCB_SGPTR) & SG_FULL_RESID) != 0 in ahd_flush_qoutfifo()
449 ahd_outb(ahd, SCB_SGPTR, in ahd_flush_qoutfifo()
450 ahd_inb_scbram(ahd, SCB_SGPTR) in ahd_flush_qoutfifo()
622 sgptr = ahd_inl_scbram(ahd, SCB_SGPTR) & ~SG_FULL_RESID; in ahd_run_data_fifo()
623 ahd_outb(ahd, SCB_SGPTR, sgptr); in ahd_run_data_fifo()
720 ahd_outl(ahd, SCB_SGPTR, sgptr); in ahd_run_data_fifo()
814 ahd_outb(ahd, SCB_SGPTR, in ahd_run_data_fifo()
815 ahd_inb_scbram(ahd, SCB_SGPTR) | SG_LIST_NULL); in ahd_run_data_fifo()
9208 ahd_inl_scbram(ahd, SCB_SGPTR), in ahd_dump_scbs()
H A Daic7xxx_reg.h1627 #define SCB_SGPTR 0xb4 macro
H A Daic7xxx.reg1056 SCB_SGPTR {
H A Daic79xx_reg.h3732 #define SCB_SGPTR 0x1a4 macro
H A Daic79xx.reg3890 SCB_SGPTR {