Home
last modified time | relevance | path

Searched refs:tioca_common (Results 1 – 2 of 2) sorted by relevance

/linux-4.4.14/arch/ia64/sn/pci/
Dtioca_provider.c43 struct tioca_common *tioca_common; in tioca_gart_init() local
46 tioca_common = tioca_kern->ca_common; in tioca_gart_init()
47 ca_base = (struct tioca __iomem *)tioca_common->ca_common.bs_base; in tioca_gart_init()
223 struct tioca_common *common; in tioca_fastwrite_enable()
327 struct tioca_common *tioca_common; in tioca_dma_d48() local
335 tioca_common = (struct tioca_common *)pcidev_info->pdi_pcibus_info; in tioca_dma_d48()
336 ca_base = (struct tioca __iomem *)tioca_common->ca_common.bs_base; in tioca_dma_d48()
377 struct tioca_common *tioca_common; in tioca_dma_mapped() local
385 tioca_common = (struct tioca_common *)pcidev_info->pdi_pcibus_info; in tioca_dma_mapped()
386 tioca_kern = (struct tioca_kernel *)tioca_common->ca_kernel_private; in tioca_dma_mapped()
[all …]
/linux-4.4.14/arch/ia64/include/asm/sn/
Dtioca_provider.h21 #define TIOCA_WAR_ENABLED(pv, tioca_common) \ argument
22 ((1 << tioca_common->ca_rev) & pv)
46 struct tioca_common ;
49 struct tioca_common *ca_common; /* tioca this belongs to */
93 struct tioca_common { struct
166 struct tioca_common *tioca_common; in tioca_tlbflush() local
168 tioca_common = tioca_kernel->ca_common; in tioca_tlbflush()
169 ca_base = (struct tioca __iomem *)tioca_common->ca_common.bs_base; in tioca_tlbflush()
175 if (TIOCA_WAR_ENABLED(PV910244, tioca_common)) { in tioca_tlbflush()