Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/scsi/aic7xxx/
Daic79xx_inline.h234 void *sgptr, bus_addr_t addr,
245 void *sgptr, bus_addr_t addr, bus_size_t len, int last) in ahd_sg_setup() argument
252 sg = (struct ahd_dma64_seg *)sgptr; in ahd_sg_setup()
259 sg = (struct ahd_dma_seg *)sgptr; in ahd_sg_setup()
322 scb->hscb->sgptr = ahd_htole32(scb->sg_list_busaddr|SG_FULL_RESID); in ahd_setup_data_scb()
328 scb->hscb->sgptr = ahd_htole32(SG_LIST_NULL); in ahd_setup_noxfer_scb()
471 uint32_t sgptr; in ahd_complete_scb() local
473 sgptr = ahd_le32toh(scb->hscb->sgptr); in ahd_complete_scb()
474 if ((sgptr & SG_STATUS_VALID) != 0) in ahd_complete_scb()
487 uint32_t sgptr; in ahd_update_residual() local
[all …]
Daic7xxx_inline.h273 uint32_t sgptr; in ahc_update_residual() local
275 sgptr = ahc_le32toh(scb->hscb->sgptr); in ahc_update_residual()
276 if ((sgptr & SG_RESID_VALID) != 0) in ahc_update_residual()
Daic7xxx_core.c560 hscb->sgptr = scb->sg_list_phys | SG_FULL_RESID; in ahc_handle_seqint()
561 hscb->sgptr = ahc_htole32(hscb->sgptr); in ahc_handle_seqint()
1535 ahc_le32toh(hscb->sgptr), in ahc_print_scb()
3586 uint32_t sgptr; in ahc_handle_ign_wide_residue() local
3588 sgptr = ahc_inb(ahc, SCB_RESIDUAL_SGPTR); in ahc_handle_ign_wide_residue()
3589 if ((sgptr & SG_LIST_NULL) != 0 in ahc_handle_ign_wide_residue()
3604 sgptr = ahc_inl(ahc, SCB_RESIDUAL_SGPTR); in ahc_handle_ign_wide_residue()
3607 if ((sgptr & SG_LIST_NULL) != 0) { in ahc_handle_ign_wide_residue()
3620 sgptr &= SG_PTR_MASK; in ahc_handle_ign_wide_residue()
3622 sg = ahc_sg_bus_to_virt(scb, sgptr); in ahc_handle_ign_wide_residue()
[all …]
Daic79xx_core.c2291 ahd_le32toh(hscb->sgptr), in ahd_print_scb()
4420 uint32_t sgptr; in ahd_handle_ign_wide_residue() local
4422 sgptr = ahd_inb_scbram(ahd, SCB_RESIDUAL_SGPTR); in ahd_handle_ign_wide_residue()
4423 if ((sgptr & SG_LIST_NULL) != 0 in ahd_handle_ign_wide_residue()
4437 sgptr = ahd_inl_scbram(ahd, SCB_RESIDUAL_SGPTR); in ahd_handle_ign_wide_residue()
4439 if ((sgptr & SG_LIST_NULL) != 0) { in ahd_handle_ign_wide_residue()
4450 sgptr &= SG_PTR_MASK; in ahd_handle_ign_wide_residue()
4454 sg = ahd_sg_bus_to_virt(ahd, scb, sgptr); in ahd_handle_ign_wide_residue()
4481 sgptr = ahd_sg_virt_to_bus(ahd, scb, in ahd_handle_ign_wide_residue()
4487 sg = ahd_sg_bus_to_virt(ahd, scb, sgptr); in ahd_handle_ign_wide_residue()
[all …]
Daic7xxx.h470 /*20*/ uint32_t sgptr; member
Daic79xx.h509 /*36*/ uint32_t sgptr; member
Daic7xxx_osm.c3793 scb->hscb->sgptr =
3820 scb->hscb->sgptr =
3830 scb->hscb->sgptr = ahc_htole32(SG_LIST_NULL);
/linux-2.4.37.9/arch/ppc/boot/simple/
Dm8260_tty.c12 static u_char cons_hold[128], *sgptr; variable
288 sgptr = cons_hold; in serial_getc()
290 c = *sgptr++; in serial_getc()
/linux-2.4.37.9/drivers/scsi/sym53c8xx_2/
Dsym_glue.c371 #define bus_unmap_sg(pdev, sgptr, sgcnt, dir) \ argument
372 pci_unmap_sg(pdev, sgptr, sgcnt, dir)
380 #define bus_map_sg(pdev, sgptr, sgcnt, dir) \ argument
381 pci_map_sg(pdev, sgptr, sgcnt, dir)
383 #define bus_dma_sync_sg(pdev, sgptr, sgcnt, dir) \ argument
384 pci_dma_sync_sg(pdev, sgptr, sgcnt, dir)