Searched refs:sgptr (Results 1 - 9 of 9) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/scsi/
H A Daha1740.c237 struct aha1740_sg *sgptr; local
273 sgptr = (struct aha1740_sg *) SCtmp->host_scribble;
283 sgptr->buf_dma_addr,
292 sgptr->sg_dma_addr);
355 struct aha1740_sg *sgptr; local
424 sgptr = (struct aha1740_sg *) SCpnt->host_scribble;
425 sgptr->sg_dma_addr = sg_dma;
436 cptr = sgptr->sg_chain;
452 sgptr->buf_dma_addr = dma_map_single (&host->edev->dev,
455 host->ecb[ecbno].dataptr = sgptr
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/ppc/boot/simple/
H A Dm8260_tty.c12 static u_char cons_hold[128], *sgptr; variable
296 sgptr = cons_hold;
298 c = *sgptr++;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/scsi/aic7xxx/
H A Daic7xxx_inline.h265 uint32_t sgptr; local
267 sgptr = ahc_le32toh(scb->hscb->sgptr);
268 if ((sgptr & SG_RESID_VALID) != 0)
H A Daic79xx_inline.h234 void *sgptr, dma_addr_t addr,
245 void *sgptr, dma_addr_t addr, bus_size_t len, int last)
252 sg = (struct ahd_dma64_seg *)sgptr;
259 sg = (struct ahd_dma_seg *)sgptr;
320 scb->hscb->sgptr = ahd_htole32(scb->sg_list_busaddr|SG_FULL_RESID);
326 scb->hscb->sgptr = ahd_htole32(SG_LIST_NULL);
244 ahd_sg_setup(struct ahd_softc *ahd, struct scb *scb, void *sgptr, dma_addr_t addr, bus_size_t len, int last) argument
H A Daic79xx_core.c336 uint32_t sgptr; local
338 sgptr = ahd_le32toh(scb->hscb->sgptr);
339 if ((sgptr & SG_STATUS_VALID) != 0)
346 uint32_t sgptr; local
348 sgptr = ahd_le32toh(scb->hscb->sgptr);
349 if ((sgptr & SG_STATUS_VALID) != 0)
673 uint32_t sgptr; local
678 sgptr
718 uint32_t sgptr; local
787 uint32_t sgptr; local
4912 uint32_t sgptr; local
5043 uint32_t sgptr; local
8303 uint32_t sgptr; local
[all...]
H A Daic7xxx_core.c564 hscb->sgptr = scb->sg_list_phys | SG_FULL_RESID;
565 hscb->sgptr = ahc_htole32(hscb->sgptr);
1537 printf(" dataptr:%#x datacnt:%#x sgptr:%#x tag:%#x\n",
1540 ahc_le32toh(hscb->sgptr),
3575 uint32_t sgptr; local
3577 sgptr = ahc_inb(ahc, SCB_RESIDUAL_SGPTR);
3578 if ((sgptr & SG_LIST_NULL) != 0
3592 /* Pull in all of the sgptr */
3593 sgptr
3664 uint32_t sgptr; local
6040 uint32_t sgptr; local
[all...]
H A Daic7xxx_osm.c1500 scb->hscb->sgptr =
1527 scb->hscb->sgptr =
1537 scb->hscb->sgptr = ahc_htole32(SG_LIST_NULL);
H A Daic79xx.h451 * transfer. The sgptr field is initialized to the bus address for
456 * fields). If no transfer is to occur, sgptr is set to SG_LIST_NULL.
459 * the residual sgptr and datacnt are loaded from the sgptr and the
461 * loaded into the hardware, the residual sgptr is advanced. After
467 * sgptr and dma the scb back into host memory. To sumarize:
470 * o A residual has occurred if SG_FULL_RESID is set in sgptr,
482 * o residual_sgptr and sgptr refer to the "next" sg entry
499 /*36*/ uint32_t sgptr; member in struct:hardware_scb
H A Daic7xxx.h418 * transfer. The sgptr field is initialized to the bus address for
423 * fields). If no transfer is to occur, sgptr is set to SG_LIST_NULL.
426 * the residual sgptr and datacnt are loaded from the sgptr and the
428 * loaded into the hardware, the residual sgptr is advanced. After
433 * will set the SG_RESID_VALID flag in sgptr and dma the scb back into
437 * o A residual has occurred if SG_FULL_RESID is set in sgptr,
447 * o residual_sgptr and sgptr refer to the "next" sg entry
457 /*20*/ uint32_t sgptr; member in struct:hardware_scb

Completed in 133 milliseconds