sgptr 653 dev/ic/aic79xx.c uint32_t sgptr;
sgptr 658 dev/ic/aic79xx.c sgptr = ahd_inl_scbram(ahd, SCB_SGPTR) & ~SG_FULL_RESID;
sgptr 659 dev/ic/aic79xx.c ahd_outb(ahd, SCB_SGPTR, sgptr);
sgptr 666 dev/ic/aic79xx.c sgptr |= LAST_SEG;
sgptr 672 dev/ic/aic79xx.c ahd_outb(ahd, SG_CACHE_PRE, sgptr);
sgptr 679 dev/ic/aic79xx.c ahd_outl(ahd, SCB_RESIDUAL_SGPTR, sgptr & SG_PTR_MASK);
sgptr 698 dev/ic/aic79xx.c uint32_t sgptr;
sgptr 727 dev/ic/aic79xx.c sgptr = ahd_inl_scbram(ahd, SCB_RESIDUAL_SGPTR);
sgptr 740 dev/ic/aic79xx.c && (sgptr & 0x80) == 0)
sgptr 741 dev/ic/aic79xx.c sgptr -= 0x100;
sgptr 742 dev/ic/aic79xx.c sgptr &= ~0xFF;
sgptr 743 dev/ic/aic79xx.c sgptr |= ahd_inb(ahd, SG_CACHE_SHADOW)
sgptr 745 dev/ic/aic79xx.c ahd_outl(ahd, SCB_RESIDUAL_SGPTR, sgptr);
sgptr 749 dev/ic/aic79xx.c sgptr | SG_LIST_NULL);
sgptr 756 dev/ic/aic79xx.c ahd_outl(ahd, SCB_SGPTR, sgptr);
sgptr 767 dev/ic/aic79xx.c uint32_t sgptr;
sgptr 795 dev/ic/aic79xx.c sgptr = ahd_inl_scbram(ahd, SCB_RESIDUAL_SGPTR);
sgptr 796 dev/ic/aic79xx.c sgptr &= SG_PTR_MASK;
sgptr 800 dev/ic/aic79xx.c sg = ahd_sg_bus_to_virt(ahd, scb, sgptr);
sgptr 803 dev/ic/aic79xx.c sgptr += sizeof(*sg);
sgptr 807 dev/ic/aic79xx.c sg = ahd_sg_bus_to_virt(ahd, scb, sgptr);
sgptr 812 dev/ic/aic79xx.c sgptr += sizeof(*sg);
sgptr 819 dev/ic/aic79xx.c ahd_outl(ahd, SCB_RESIDUAL_SGPTR, sgptr);
sgptr 825 dev/ic/aic79xx.c sgptr |= LAST_SEG;
sgptr 830 dev/ic/aic79xx.c ahd_outb(ahd, SG_CACHE_PRE, sgptr & 0xFF);
sgptr 2756 dev/ic/aic79xx.c aic_le32toh(hscb->sgptr),
sgptr 4901 dev/ic/aic79xx.c uint32_t sgptr;
sgptr 4903 dev/ic/aic79xx.c sgptr = ahd_inb_scbram(ahd, SCB_RESIDUAL_SGPTR);
sgptr 4904 dev/ic/aic79xx.c if ((sgptr & SG_LIST_NULL) != 0
sgptr 4919 dev/ic/aic79xx.c sgptr = ahd_inl_scbram(ahd, SCB_RESIDUAL_SGPTR);
sgptr 4921 dev/ic/aic79xx.c if ((sgptr & SG_LIST_NULL) != 0) {
sgptr 4932 dev/ic/aic79xx.c sgptr &= SG_PTR_MASK;
sgptr 4936 dev/ic/aic79xx.c sg = ahd_sg_bus_to_virt(ahd, scb, sgptr);
sgptr 4963 dev/ic/aic79xx.c sgptr = ahd_sg_virt_to_bus(ahd, scb,
sgptr 4969 dev/ic/aic79xx.c sg = ahd_sg_bus_to_virt(ahd, scb, sgptr);
sgptr 4996 dev/ic/aic79xx.c sgptr = ahd_sg_virt_to_bus(ahd, scb,
sgptr 5010 dev/ic/aic79xx.c ahd_outl(ahd, SCB_RESIDUAL_SGPTR, sgptr);
sgptr 5032 dev/ic/aic79xx.c uint32_t sgptr;
sgptr 5065 dev/ic/aic79xx.c sgptr = ahd_inl_scbram(ahd, SCB_RESIDUAL_SGPTR);
sgptr 5066 dev/ic/aic79xx.c sgptr &= SG_PTR_MASK;
sgptr 5075 dev/ic/aic79xx.c sg = ahd_sg_bus_to_virt(ahd, scb, sgptr);
sgptr 5087 dev/ic/aic79xx.c sg = ahd_sg_bus_to_virt(ahd, scb, sgptr);
sgptr 8255 dev/ic/aic79xx.c uint32_t sgptr;
sgptr 8276 dev/ic/aic79xx.c sgptr = aic_le32toh(hscb->sgptr);
sgptr 8277 dev/ic/aic79xx.c if ((sgptr & SG_STATUS_VALID) == 0)
sgptr 8280 dev/ic/aic79xx.c sgptr &= ~SG_STATUS_VALID;
sgptr 8282 dev/ic/aic79xx.c if ((sgptr & SG_LIST_NULL) != 0)
sgptr 8294 dev/ic/aic79xx.c if ((sgptr & SG_FULL_RESID) != 0) {
sgptr 10217 dev/ic/aic79xx.c void *sgptr, bus_addr_t addr, bus_size_t len, int last)
sgptr 10224 dev/ic/aic79xx.c sg = (struct ahd_dma64_seg *)sgptr;
sgptr 10231 dev/ic/aic79xx.c sg = (struct ahd_dma_seg *)sgptr;
sgptr 10294 dev/ic/aic79xx.c scb->hscb->sgptr = aic_htole32(scb->sg_list_busaddr|SG_FULL_RESID);
sgptr 10300 dev/ic/aic79xx.c scb->hscb->sgptr = aic_htole32(SG_LIST_NULL);
sgptr 10374 dev/ic/aic79xx.c uint32_t sgptr;
sgptr 10376 dev/ic/aic79xx.c sgptr = aic_le32toh(scb->hscb->sgptr);
sgptr 10377 dev/ic/aic79xx.c if ((sgptr & SG_STATUS_VALID) != 0)
sgptr 10390 dev/ic/aic79xx.c uint32_t sgptr;
sgptr 10392 dev/ic/aic79xx.c sgptr = aic_le32toh(scb->hscb->sgptr);
sgptr 10393 dev/ic/aic79xx.c if ((sgptr & SG_STATUS_VALID) != 0)
sgptr 548 dev/ic/aic79xx.h /*36*/ uint32_t sgptr;
sgptr 98 dev/ic/aic79xx_inline.h void *sgptr, bus_addr_t addr,
sgptr 619 dev/ic/aic7xxx.c hscb->sgptr = scb->sg_list_phys | SG_FULL_RESID;
sgptr 620 dev/ic/aic7xxx.c hscb->sgptr = aic_htole32(hscb->sgptr);
sgptr 1611 dev/ic/aic7xxx.c aic_le32toh(hscb->sgptr),
sgptr 3663 dev/ic/aic7xxx.c uint32_t sgptr;
sgptr 3665 dev/ic/aic7xxx.c sgptr = ahc_inb(ahc, SCB_RESIDUAL_SGPTR);
sgptr 3666 dev/ic/aic7xxx.c if ((sgptr & SG_LIST_NULL) != 0
sgptr 3681 dev/ic/aic7xxx.c sgptr = ahc_inl(ahc, SCB_RESIDUAL_SGPTR);
sgptr 3684 dev/ic/aic7xxx.c if ((sgptr & SG_LIST_NULL) != 0) {
sgptr 3697 dev/ic/aic7xxx.c sgptr &= SG_PTR_MASK;
sgptr 3699 dev/ic/aic7xxx.c sg = ahc_sg_bus_to_virt(scb, sgptr);
sgptr 3725 dev/ic/aic7xxx.c sgptr = ahc_sg_virt_to_bus(scb, sg);
sgptr 3727 dev/ic/aic7xxx.c ahc_outl(ahc, SCB_RESIDUAL_SGPTR, sgptr);
sgptr 3752 dev/ic/aic7xxx.c uint32_t sgptr;
sgptr 3758 dev/ic/aic7xxx.c sgptr = (ahc_inb(ahc, SCB_RESIDUAL_SGPTR + 3) << 24)
sgptr 3763 dev/ic/aic7xxx.c sgptr &= SG_PTR_MASK;
sgptr 3764 dev/ic/aic7xxx.c sg = ahc_sg_bus_to_virt(scb, sgptr);
sgptr 5976 dev/ic/aic7xxx.c uint32_t sgptr;
sgptr 5997 dev/ic/aic7xxx.c sgptr = aic_le32toh(hscb->sgptr);
sgptr 5998 dev/ic/aic7xxx.c if ((sgptr & SG_RESID_VALID) == 0)
sgptr 6001 dev/ic/aic7xxx.c sgptr &= ~SG_RESID_VALID;
sgptr 6003 dev/ic/aic7xxx.c if ((sgptr & SG_LIST_NULL) != 0)
sgptr 6009 dev/ic/aic7xxx.c if ((sgptr & SG_FULL_RESID) != 0) {
sgptr 284 dev/ic/aic7xxx_inline.h uint32_t sgptr;
sgptr 286 dev/ic/aic7xxx_inline.h sgptr = aic_le32toh(scb->hscb->sgptr);
sgptr 287 dev/ic/aic7xxx_inline.h if ((sgptr & SG_RESID_VALID) != 0)
sgptr 403 dev/ic/aic7xxx_openbsd.c scb->hscb->sgptr = aic_htole32(scb->sg_list_phys|SG_FULL_RESID);
sgptr 424 dev/ic/aic7xxx_openbsd.c scb->hscb->sgptr = aic_htole32(SG_LIST_NULL);
sgptr 479 dev/ic/aic7xxxvar.h /*20*/ uint32_t sgptr;