Searched refs:ate (Results 1 – 5 of 5) sorted by relevance
/arch/ia64/sn/pci/pcibr/ |
D | pcibr_ate.c | 23 u64 *ate = ate_resource->ate; in mark_ate() local 28 ate[index] = value; in mark_ate() 38 u64 *ate = ate_resource->ate; in find_free_ate() local 43 if (!ate[index]) { in find_free_ate() 49 if (!ate[i]) { /* This is free */ in find_free_ate() 72 mark_ate(ate_resource, start, ate_resource->ate[start], 0); in free_ate_resource() 145 volatile u64 ate) in ate_write() argument 149 pcireg_int_ate_set(pcibus_info, ate_index, ate); in ate_write() 154 ate += IOPGSIZE; in ate_write() 163 volatile u64 ate; in pcibr_ate_free() local [all …]
|
D | pcibr_dma.c | 56 u64 ate; in pcibr_dmamap_ate32() local 92 ate = ate_flags | (xio_addr - offset); in pcibr_dmamap_ate32() 96 ate |= (pcibus_info->pbi_hub_xid << PIC_ATE_TARGETID_SHFT); in pcibr_dmamap_ate32() 104 ate |= PCI32_ATE_MSI; in pcibr_dmamap_ate32() 106 ate |= PCI32_ATE_PIO; in pcibr_dmamap_ate32() 109 ate_write(pcibus_info, ate_index, ate_count, ate); in pcibr_dmamap_ate32()
|
D | pcibr_provider.c | 186 soft->pbi_int_ate_resource.ate = in pcibr_bus_fixup() 189 if (!soft->pbi_int_ate_resource.ate) { in pcibr_bus_fixup()
|
/arch/ia64/sn/pci/ |
D | tioce_provider.c | 172 #define ATE_VALID(ate) ((ate) & (1UL << 63)) argument 356 u64 ate; in tioce_alloc_map() local 358 ate = ATE_MAKE(addr, pagesize, msi_wanted); in tioce_alloc_map() 359 ate_shadow[i + j] = ate; in tioce_alloc_map() 360 tioce_mmr_storei(ce_kern, &ate_reg[i + j], ate); in tioce_alloc_map() 719 u64 ate; in tioce_reserve_m32() local 721 ate = ATE_MAKE(0xdeadbeef, ps, 0); in tioce_reserve_m32() 722 ce_kern->ce_ate3240_shadow[ate_index] = ate; in tioce_reserve_m32() 724 ate); in tioce_reserve_m32()
|
/arch/ia64/include/asm/sn/ |
D | pcibr_provider.h | 95 u64 *ate; member
|