Searched refs:ate (Results 1 - 5 of 5) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/ia64/sn/pci/pcibr/
H A Dpcibr_ate.c18 * mark_ate: Mark the ate as either free or inuse.
23 u64 *ate = ate_resource->ate; local
28 ate[index] = value;
32 * find_free_ate: Find the first free ate index starting from the given
38 u64 *ate = ate_resource->ate; local
43 if (!ate[index]) {
47 start_free = index; /* Found start free ate */
49 if (!ate[
142 ate_write(struct pcibus_info *pcibus_info, int ate_index, int count, volatile u64 ate) argument
161 volatile u64 ate; local
[all...]
H A Dpcibr_dma.c55 u64 ate; local
91 ate = ate_flags | (xio_addr - offset);
95 ate |= (pcibus_info->pbi_hub_xid << PIC_ATE_TARGETID_SHFT);
103 ate |= PCI32_ATE_MSI;
105 ate |= PCI32_ATE_PIO;
108 ate_write(pcibus_info, ate_index, ate_count, ate);
H A Dpcibr_provider.c183 soft->pbi_int_ate_resource.ate =
186 if (!soft->pbi_int_ate_resource.ate) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/ia64/sn/pci/
H A Dtioce_provider.c171 #define ATE_VALID(ate) ((ate) & (1UL << 63))
176 * Flavors of ate-based mapping supported by tioce_alloc_map()
355 u64 ate; local
357 ate = ATE_MAKE(addr, pagesize, msi_wanted);
358 ate_shadow[i + j] = ate;
359 tioce_mmr_storei(ce_kern, &ate_reg[i + j], ate);
716 u64 ate; local
718 ate = ATE_MAKE(0xdeadbeef, ps, 0);
719 ce_kern->ce_ate3240_shadow[ate_index] = ate;
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-ia64/sn/
H A Dpcibr_provider.h95 u64 *ate; member in struct:ate_resource

Completed in 45 milliseconds