Home
last modified time | relevance | path

Searched refs:ate_count (Results 1 – 3 of 3) sorted by relevance

/arch/ia64/sn/pci/pcibr/
Dpcibr_dma.c53 int ate_count; in pcibr_dmamap_ate32() local
68 ate_count = IOPG((IOPGSIZE - 1) /* worst case start offset */ in pcibr_dmamap_ate32()
72 ate_count = IOPG(req_size /* max mapping bytes */ in pcibr_dmamap_ate32()
77 ate_index = pcibr_ate_alloc(pcibus_info, ate_count); in pcibr_dmamap_ate32()
109 ate_write(pcibus_info, ate_index, ate_count, ate); in pcibr_dmamap_ate32()
/arch/ia64/include/asm/sn/
Dtioce_provider.h58 u16 ate_count; /* # ate's in the map */ member
/arch/ia64/sn/pci/
Dtioce_provider.c370 map->ate_count = nates; in tioce_alloc_map()
500 for (i = 0; i < map->ate_count; i++) { in tioce_dma_unmap()