Home
last modified time | relevance | path

Searched refs:segstart (Results 1 – 4 of 4) sorted by relevance

/linux/arch/sparc/kernel/
H A Diommu.c444 struct scatterlist *s, *outs, *segstart; in dma_4u_map_sg() local
474 outs = s = segstart = &sglist[0]; in dma_4u_map_sg()
525 if (segstart != s) { in dma_4u_map_sg()
534 segstart = s; in dma_4u_map_sg()
542 if (segstart == s) { in dma_4u_map_sg()
H A Dpci_sun4v.c480 struct scatterlist *s, *outs, *segstart; in dma_4v_map_sg() local
507 outs = s = segstart = &sglist[0]; in dma_4v_map_sg()
568 if (segstart != s) { in dma_4v_map_sg()
577 segstart = s; in dma_4v_map_sg()
585 if (segstart == s) { in dma_4v_map_sg()
/linux/arch/powerpc/kernel/
H A Diommu.c478 struct scatterlist *s, *outs, *segstart; in ppc_iommu_map_sg() local
489 outs = s = segstart = &sglist[0]; in ppc_iommu_map_sg()
547 if (segstart != s) { in ppc_iommu_map_sg()
555 segstart = s; in ppc_iommu_map_sg()
565 if (segstart == s) { in ppc_iommu_map_sg()
/linux/drivers/video/fbdev/aty/
H A Dradeon_base.c517 u32 segstart; in radeon_find_mem_vbios() local
520 for(segstart=0x000c0000; segstart<0x000f0000; segstart+=0x00001000) { in radeon_find_mem_vbios()
521 rom_base = ioremap(segstart, 0x10000); in radeon_find_mem_vbios()