Searched refs:tioca_common (Results 1 – 2 of 2) sorted by relevance
43 struct tioca_common *tioca_common; in tioca_gart_init() local46 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() local335 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() local385 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 …]
21 #define TIOCA_WAR_ENABLED(pv, tioca_common) \ argument22 ((1 << tioca_common->ca_rev) & pv)46 struct tioca_common ;49 struct tioca_common *ca_common; /* tioca this belongs to */93 struct tioca_common { struct166 struct tioca_common *tioca_common; in tioca_tlbflush() local168 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()